Grootte: 22365
Commentaar:
|
← Versie 22 sinds 2025-01-22 21:38:28 ⇥
Grootte: 0
Commentaar:
|
Verwijderingen worden op deze manier gemarkeerd. | Toevoegingen worden op deze manier gemarkeerd. |
Regel 1: | Regel 1: |
'''THIS IS A WORK IN PROGRESS and paused..''' (Client wants black and white printing so there is no urge any more. However, it might help you...) BricsCAD and AutoCAD rely on 256 indexed colours. Lots of people like to work with black backgrounds, staring to white during a working day is less relaxed for the brains. So people draw yellow lines on the black screen and find out that they can't be seen when printed on white paper. Similar, very light blue on black is hardly visible on white. Processing and converting colour information is crucial for optimizing representation in PDF's or paper. Information can be used to change colours in CTB (Colour !TaBles) files for printing. The subject is hard, wanted is an approach to optimize visibility. To limit complexity: RGB "Truecolor" is not discussed. And the tip of the day: Don't use these colours unless you understand the consequences. More specific, we want a mapping of 256 (0-255) screen colours to 256 paper colours as a base for CTB files. <<TableOfContents()>> = The table of index colours = * There used to be a colorwheel drawing. Here it is: http://images.autodesk.com/adsk/files/colorwh.dwg. * A proper guide can be found here: http://www.niwa.nu/2013/05/math-behind-colorspace-conversions-rgb-hsl/ * However, 255,0,0 and 255,255,0 both results in hue is 0 values, some work to be done here... So: * The subject of Hue can be found here: https://en.wikipedia.org/wiki/Hue#Defining_hue_in_terms_of_RGB * CTB-files are compressed stuff and so far I am not able to properly write data to CTB. A link for uncompressing data can be found here: http://www.noliturbare.com/plot-print/print-ctbs-and-more * So far, no method is found to compress data back to CTB files. * It is pretty hard to obtain a list of RGB values of all indexed colours. * A spreadsheet is here: [[attachment:index-colors.ods]] * A print from that sheet with calculated HSL values is written below. Sorry for the missing Crayola, coloured entities on coloured backgrounds. * The L value may be helpful to eliminate the hard to see colours. ||'''index''' ||'''R-8b''' ||'''G-8b''' ||'''B-8b''' ||'''R1''' ||'''G1''' ||'''B1''' ||'''MIN''' ||'''MAX''' ||'''L''' ||'''S''' ||'''H-a''' || ||<#FF0000>1||255||0||0||1.00||0.00||0.00||0.00||1.00||0.50||1.00||0.00|| ||<#FFFF00>2||255||255||0||1.00||1.00||0.00||0.00||1.00||0.50||1.00||0.00|| ||<#00FF00>3||0||255||0||0.00||1.00||0.00||0.00||1.00||0.50||1.00||2.00|| ||<#00FFFF>4||0||255||255||0.00||1.00||1.00||0.00||1.00||0.50||1.00||0.00|| ||<#0000FF>5||0||0||255||0.00||0.00||1.00||0.00||1.00||0.50||1.00||4.00|| ||<#FF00FF>6||255||0||255||1.00||0.00||1.00||0.00||1.00||0.50||1.00||0.00|| ||<#FFFFFF>7||255||255||255||1.00||1.00||1.00||1.00||1.00||1.00||0.00||0.00|| ||<#808080>8||128||128||128||0.50||0.50||0.50||0.50||0.50||0.50||0.00||0.00|| ||<#C0C0C0>9||192||192||192||0.75||0.75||0.75||0.75||0.75||0.75||0.00||0.00|| ||<#FF0000>10||255||0||0||1.00||0.00||0.00||0.00||1.00||0.50||1.00||0.00|| ||<#FF7F7F>11||255||127||127||1.00||0.50||0.50||0.50||1.00||0.75||1.00||0.00|| ||<#CC0000>12||204||0||0||0.80||0.00||0.00||0.00||0.80||0.40||1.00||0.00|| ||<#CC6666>13||204||102||102||0.80||0.40||0.40||0.40||0.80||0.60||0.50||0.00|| ||<#990000>14||153||0||0||0.60||0.00||0.00||0.00||0.60||0.30||1.00||0.00|| ||<#994C4C>15||153||76||76||0.60||0.30||0.30||0.30||0.60||0.45||0.34||0.00|| ||<#7F0000>16||127||0||0||0.50||0.00||0.00||0.00||0.50||0.25||1.00||0.00|| ||<#7F3F3F>17||127||63||63||0.50||0.25||0.25||0.25||0.50||0.37||0.34||0.00|| ||<#4C0000>18||76||0||0||0.30||0.00||0.00||0.00||0.30||0.15||1.00||0.00|| ||<#4C2626>19||76||38||38||0.30||0.15||0.15||0.15||0.30||0.22||0.33||0.00|| ||<#FF3F00>20||255||63||0||1.00||0.25||0.00||0.00||1.00||0.50||1.00||0.25|| ||<#FF9F7F>21||255||159||127||1.00||0.62||0.50||0.50||1.00||0.75||1.00||0.25|| ||<#CC3300>22||204||51||0||0.80||0.20||0.00||0.00||0.80||0.40||1.00||0.25|| ||<#CC7F66>23||204||127||102||0.80||0.50||0.40||0.40||0.80||0.60||0.50||0.25|| ||<#992600>24||153||38||0||0.60||0.15||0.00||0.00||0.60||0.30||1.00||0.25|| ||<#995F4C>25||153||95||76||0.60||0.37||0.30||0.30||0.60||0.45||0.34||0.25|| ||<#7F1F00>26||127||31||0||0.50||0.12||0.00||0.00||0.50||0.25||1.00||0.24|| ||<#7F4F3F>27||127||79||63||0.50||0.31||0.25||0.25||0.50||0.37||0.34||0.25|| ||<#4C1300>28||76||19||0||0.30||0.07||0.00||0.00||0.30||0.15||1.00||0.25|| ||<#4C2F26>29||76||47||38||0.30||0.18||0.15||0.15||0.30||0.22||0.33||0.24|| ||<#FF7F00>30||255||127||0||1.00||0.50||0.00||0.00||1.00||0.50||1.00||0.50|| ||<#FFBF7F>31||255||191||127||1.00||0.75||0.50||0.50||1.00||0.75||1.00||0.50|| ||<#CC6600>32||204||102||0||0.80||0.40||0.00||0.00||0.80||0.40||1.00||0.50|| ||<#CC9966>33||204||153||102||0.80||0.60||0.40||0.40||0.80||0.60||0.50||0.50|| ||<#994C00>34||153||76||0||0.60||0.30||0.00||0.00||0.60||0.30||1.00||0.50|| ||<#99724C>35||153||114||76||0.60||0.45||0.30||0.30||0.60||0.45||0.34||0.49|| ||<#7F3F00>36||127||63||0||0.50||0.25||0.00||0.00||0.50||0.25||1.00||0.50|| ||<#7F5F3F>37||127||95||63||0.50||0.37||0.25||0.25||0.50||0.37||0.34||0.50|| ||<#4C2600>38||76||38||0||0.30||0.15||0.00||0.00||0.30||0.15||1.00||0.50|| ||<#4C3926>39||76||57||38||0.30||0.22||0.15||0.15||0.30||0.22||0.33||0.50|| ||<#FFBF00>40||255||191||0||1.00||0.75||0.00||0.00||1.00||0.50||1.00||0.75|| ||<#FFDF7F>41||255||223||127||1.00||0.87||0.50||0.50||1.00||0.75||1.00||0.75|| ||<#CC9900>42||204||153||0||0.80||0.60||0.00||0.00||0.80||0.40||1.00||0.75|| ||<#CCB266>43||204||178||102||0.80||0.70||0.40||0.40||0.80||0.60||0.50||0.75|| ||<#997200>44||153||114||0||0.60||0.45||0.00||0.00||0.60||0.30||1.00||0.75|| ||<#99854C>45||153||133||76||0.60||0.52||0.30||0.30||0.60||0.45||0.34||0.74|| ||<#7F5F00>46||127||95||0||0.50||0.37||0.00||0.00||0.50||0.25||1.00||0.75|| ||<#7F6F3F>47||127||111||63||0.50||0.44||0.25||0.25||0.50||0.37||0.34||0.75|| ||<#4C3900>48||76||57||0||0.30||0.22||0.00||0.00||0.30||0.15||1.00||0.75|| ||<#4C4226>49||76||66||38||0.30||0.26||0.15||0.15||0.30||0.22||0.33||0.74|| ||<#FFFF00>50||255||255||0||1.00||1.00||0.00||0.00||1.00||0.50||1.00||0.00|| ||<#FFFF7F>51||255||255||127||1.00||1.00||0.50||0.50||1.00||0.75||1.00||0.00|| ||<#CCCC00>52||204||204||0||0.80||0.80||0.00||0.00||0.80||0.40||1.00||0.00|| ||<#CCCC66>53||204||204||102||0.80||0.80||0.40||0.40||0.80||0.60||0.50||0.00|| ||<#989800>54||152||152||0||0.60||0.60||0.00||0.00||0.60||0.30||1.00||0.00|| ||<#98984C>55||152||152||76||0.60||0.60||0.30||0.30||0.60||0.45||0.33||0.00|| ||<#7F7F00>56||127||127||0||0.50||0.50||0.00||0.00||0.50||0.25||1.00||0.00|| ||<#7F7F3F>57||127||127||63||0.50||0.50||0.25||0.25||0.50||0.37||0.34||0.00|| ||<#4C4C00>58||76||76||0||0.30||0.30||0.00||0.00||0.30||0.15||1.00||0.00|| ||<#4C4C26>59||76||76||38||0.30||0.30||0.15||0.15||0.30||0.22||0.33||0.00|| ||<#BFFF00>60||191||255||0||0.75||1.00||0.00||0.00||1.00||0.50||1.00||1.25|| ||<#DFFF7F>61||223||255||127||0.87||1.00||0.50||0.50||1.00||0.75||1.00||1.25|| ||<#99CC00>62||153||204||0||0.60||0.80||0.00||0.00||0.80||0.40||1.00||1.25|| ||<#B2CC66>63||178||204||102||0.70||0.80||0.40||0.40||0.80||0.60||0.50||1.25|| ||<#729800>64||114||152||0||0.45||0.60||0.00||0.00||0.60||0.30||1.00||1.25|| ||<#85984C>65||133||152||76||0.52||0.60||0.30||0.30||0.60||0.45||0.33||1.25|| ||<#5F7F00>66||95||127||0||0.37||0.50||0.00||0.00||0.50||0.25||1.00||1.25|| ||<#6F7F3F>67||111||127||63||0.44||0.50||0.25||0.25||0.50||0.37||0.34||1.25|| ||<#394C00>68||57||76||0||0.22||0.30||0.00||0.00||0.30||0.15||1.00||1.25|| ||<#424C26>69||66||76||38||0.26||0.30||0.15||0.15||0.30||0.22||0.33||1.26|| ||<#7FFF00>70||127||255||0||0.50||1.00||0.00||0.00||1.00||0.50||1.00||1.50|| ||<#BFFF7F>71||191||255||127||0.75||1.00||0.50||0.50||1.00||0.75||1.00||1.50|| ||<#66CC00>72||102||204||0||0.40||0.80||0.00||0.00||0.80||0.40||1.00||1.50|| ||<#99CC66>73||153||204||102||0.60||0.80||0.40||0.40||0.80||0.60||0.50||1.50|| ||<#4C9800>74||76||152||0||0.30||0.60||0.00||0.00||0.60||0.30||1.00||1.50|| ||<#72984C>75||114||152||76||0.45||0.60||0.30||0.30||0.60||0.45||0.33||1.50|| ||<#3F7F00>76||63||127||0||0.25||0.50||0.00||0.00||0.50||0.25||1.00||1.50|| ||<#5F7F3F>77||95||127||63||0.37||0.50||0.25||0.25||0.50||0.37||0.34||1.50|| ||<#264C00>78||38||76||0||0.15||0.30||0.00||0.00||0.30||0.15||1.00||1.50|| ||<#394C26>79||57||76||38||0.22||0.30||0.15||0.15||0.30||0.22||0.33||1.50|| ||<#3FFF00>80||63||255||0||0.25||1.00||0.00||0.00||1.00||0.50||1.00||1.75|| ||<#9FFF7F>81||159||255||127||0.62||1.00||0.50||0.50||1.00||0.75||1.00||1.75|| ||<#33CC00>82||51||204||0||0.20||0.80||0.00||0.00||0.80||0.40||1.00||1.75|| ||<#7FCC66>83||127||204||102||0.50||0.80||0.40||0.40||0.80||0.60||0.50||1.75|| ||<#269800>84||38||152||0||0.15||0.60||0.00||0.00||0.60||0.30||1.00||1.75|| ||<#5F984C>85||95||152||76||0.37||0.60||0.30||0.30||0.60||0.45||0.33||1.75|| ||<#1F7F00>86||31||127||0||0.12||0.50||0.00||0.00||0.50||0.25||1.00||1.76|| ||<#4F7F3F>87||79||127||63||0.31||0.50||0.25||0.25||0.50||0.37||0.34||1.75|| ||<#134C00>88||19||76||0||0.07||0.30||0.00||0.00||0.30||0.15||1.00||1.75|| ||<#2F4C26>89||47||76||38||0.18||0.30||0.15||0.15||0.30||0.22||0.33||1.76|| ||<#00FF00>90||0||255||0||0.00||1.00||0.00||0.00||1.00||0.50||1.00||2.00|| ||<#7FFF7F>91||127||255||127||0.50||1.00||0.50||0.50||1.00||0.75||1.00||2.00|| ||<#00CC00>92||0||204||0||0.00||0.80||0.00||0.00||0.80||0.40||1.00||2.00|| ||<#66CC66>93||102||204||102||0.40||0.80||0.40||0.40||0.80||0.60||0.50||2.00|| ||<#009800>94||0||152||0||0.00||0.60||0.00||0.00||0.60||0.30||1.00||2.00|| ||<#4C984C>95||76||152||76||0.30||0.60||0.30||0.30||0.60||0.45||0.33||2.00|| ||<#007F00>96||0||127||0||0.00||0.50||0.00||0.00||0.50||0.25||1.00||2.00|| ||<#3F7F3F>97||63||127||63||0.25||0.50||0.25||0.25||0.50||0.37||0.34||2.00|| ||<#004C00>98||0||76||0||0.00||0.30||0.00||0.00||0.30||0.15||1.00||2.00|| ||<#264C26>99||38||76||38||0.15||0.30||0.15||0.15||0.30||0.22||0.33||2.00|| ||<#00FF3F>100||0||255||63||0.00||1.00||0.25||0.00||1.00||0.50||1.00||2.25|| ||<#7FFF9F>101||127||255||159||0.50||1.00||0.62||0.50||1.00||0.75||1.00||2.25|| ||<#00CC33>102||0||204||51||0.00||0.80||0.20||0.00||0.80||0.40||1.00||2.25|| ||<#66CC7F>103||102||204||127||0.40||0.80||0.50||0.40||0.80||0.60||0.50||2.25|| ||<#009826>104||0||152||38||0.00||0.60||0.15||0.00||0.60||0.30||1.00||2.25|| ||<#4C985F>105||76||152||95||0.30||0.60||0.37||0.30||0.60||0.45||0.33||2.25|| ||<#007F1F>106||0||127||31||0.00||0.50||0.12||0.00||0.50||0.25||1.00||2.24|| ||<#3F7F4F>107||63||127||79||0.25||0.50||0.31||0.25||0.50||0.37||0.34||2.25|| ||<#004C13>108||0||76||19||0.00||0.30||0.07||0.00||0.30||0.15||1.00||2.25|| ||<#264C2F>109||38||76||47||0.15||0.30||0.18||0.15||0.30||0.22||0.33||2.24|| ||<#00FF7F>110||0||255||127||0.00||1.00||0.50||0.00||1.00||0.50||1.00||2.50|| ||<#7FFFBF>111||127||255||191||0.50||1.00||0.75||0.50||1.00||0.75||1.00||2.50|| ||<#00CC66>112||0||204||102||0.00||0.80||0.40||0.00||0.80||0.40||1.00||2.50|| ||<#66CC99>113||102||204||153||0.40||0.80||0.60||0.40||0.80||0.60||0.50||2.50|| ||<#00984C>114||0||152||76||0.00||0.60||0.30||0.00||0.60||0.30||1.00||2.50|| ||<#4C9872>115||76||152||114||0.30||0.60||0.45||0.30||0.60||0.45||0.33||2.50|| ||<#007F3F>116||0||127||63||0.00||0.50||0.25||0.00||0.50||0.25||1.00||2.50|| ||<#3F7F5F>117||63||127||95||0.25||0.50||0.37||0.25||0.50||0.37||0.34||2.50|| ||<#004C26>118||0||76||38||0.00||0.30||0.15||0.00||0.30||0.15||1.00||2.50|| ||<#264C39>119||38||76||57||0.15||0.30||0.22||0.15||0.30||0.22||0.33||2.50|| ||<#00FFBF>120||0||255||191||0.00||1.00||0.75||0.00||1.00||0.50||1.00||2.75|| ||<#7FFFDF>121||127||255||223||0.50||1.00||0.87||0.50||1.00||0.75||1.00||2.75|| ||<#00CC99>122||0||204||153||0.00||0.80||0.60||0.00||0.80||0.40||1.00||2.75|| ||<#66CCB2>123||102||204||178||0.40||0.80||0.70||0.40||0.80||0.60||0.50||2.75|| ||<#009872>124||0||152||114||0.00||0.60||0.45||0.00||0.60||0.30||1.00||2.75|| ||<#4C9885>125||76||152||133||0.30||0.60||0.52||0.30||0.60||0.45||0.33||2.75|| ||<#007F5F>126||0||127||95||0.00||0.50||0.37||0.00||0.50||0.25||1.00||2.75|| ||<#3F7F6F>127||63||127||111||0.25||0.50||0.44||0.25||0.50||0.37||0.34||2.75|| ||<#004C39>128||0||76||57||0.00||0.30||0.22||0.00||0.30||0.15||1.00||2.75|| ||<#264C42>129||38||76||66||0.15||0.30||0.26||0.15||0.30||0.22||0.33||2.74|| ||<#00FFFF>130||0||255||255||0.00||1.00||1.00||0.00||1.00||0.50||1.00||0.00|| ||<#7FFFFF>131||127||255||255||0.50||1.00||1.00||0.50||1.00||0.75||1.00||0.00|| ||<#00CCCC>132||0||204||204||0.00||0.80||0.80||0.00||0.80||0.40||1.00||0.00|| ||<#66CCCC>133||102||204||204||0.40||0.80||0.80||0.40||0.80||0.60||0.50||0.00|| ||<#009898>134||0||152||152||0.00||0.60||0.60||0.00||0.60||0.30||1.00||0.00|| ||<#4C9898>135||76||152||152||0.30||0.60||0.60||0.30||0.60||0.45||0.33||0.00|| ||<#007F7F>136||0||127||127||0.00||0.50||0.50||0.00||0.50||0.25||1.00||0.00|| ||<#3F7F7F>137||63||127||127||0.25||0.50||0.50||0.25||0.50||0.37||0.34||0.00|| ||<#004C4C>138||0||76||76||0.00||0.30||0.30||0.00||0.30||0.15||1.00||0.00|| ||<#264C4C>139||38||76||76||0.15||0.30||0.30||0.15||0.30||0.22||0.33||0.00|| ||<#00BFFF>140||0||191||255||0.00||0.75||1.00||0.00||1.00||0.50||1.00||3.25|| ||<#7FDFFF>141||127||223||255||0.50||0.87||1.00||0.50||1.00||0.75||1.00||3.25|| ||<#0099CC>142||0||153||204||0.00||0.60||0.80||0.00||0.80||0.40||1.00||3.25|| ||<#66B2CC>143||102||178||204||0.40||0.70||0.80||0.40||0.80||0.60||0.50||3.25|| ||<#007298>144||0||114||152||0.00||0.45||0.60||0.00||0.60||0.30||1.00||3.25|| ||<#4C8598>145||76||133||152||0.30||0.52||0.60||0.30||0.60||0.45||0.33||3.25|| ||<#005F7F>146||0||95||127||0.00||0.37||0.50||0.00||0.50||0.25||1.00||3.25|| ||<#3F6F7F>147||63||111||127||0.25||0.44||0.50||0.25||0.50||0.37||0.34||3.25|| ||<#00394C>148||0||57||76||0.00||0.22||0.30||0.00||0.30||0.15||1.00||3.25|| ||<#26424C>149||38||66||76||0.15||0.26||0.30||0.15||0.30||0.22||0.33||3.26|| ||<#007FFF>150||0||127||255||0.00||0.50||1.00||0.00||1.00||0.50||1.00||3.50|| ||<#7FBFFF>151||127||191||255||0.50||0.75||1.00||0.50||1.00||0.75||1.00||3.50|| ||<#0066CC>152||0||102||204||0.00||0.40||0.80||0.00||0.80||0.40||1.00||3.50|| ||<#6699CC>153||102||153||204||0.40||0.60||0.80||0.40||0.80||0.60||0.50||3.50|| ||<#004C98>154||0||76||152||0.00||0.30||0.60||0.00||0.60||0.30||1.00||3.50|| ||<#4C7298>155||76||114||152||0.30||0.45||0.60||0.30||0.60||0.45||0.33||3.50|| ||<#003F7F>156||0||63||127||0.00||0.25||0.50||0.00||0.50||0.25||1.00||3.50|| ||<#3F5F7F>157||63||95||127||0.25||0.37||0.50||0.25||0.50||0.37||0.34||3.50|| ||<#00264C>158||0||38||76||0.00||0.15||0.30||0.00||0.30||0.15||1.00||3.50|| ||<#26394C>159||38||57||76||0.15||0.22||0.30||0.15||0.30||0.22||0.33||3.50|| ||<#003FFF>160||0||63||255||0.00||0.25||1.00||0.00||1.00||0.50||1.00||3.75|| ||<#7F9FFF>161||127||159||255||0.50||0.62||1.00||0.50||1.00||0.75||1.00||3.75|| ||<#0033CC>162||0||51||204||0.00||0.20||0.80||0.00||0.80||0.40||1.00||3.75|| ||<#667FCC>163||102||127||204||0.40||0.50||0.80||0.40||0.80||0.60||0.50||3.75|| ||<#002698>164||0||38||152||0.00||0.15||0.60||0.00||0.60||0.30||1.00||3.75|| ||<#4C5F98>165||76||95||152||0.30||0.37||0.60||0.30||0.60||0.45||0.33||3.75|| ||<#001F7F>166||0||31||127||0.00||0.12||0.50||0.00||0.50||0.25||1.00||3.76|| ||<#3F4F7F>167||63||79||127||0.25||0.31||0.50||0.25||0.50||0.37||0.34||3.75|| ||<#00134C>168||0||19||76||0.00||0.07||0.30||0.00||0.30||0.15||1.00||3.75|| ||<#262F4C>169||38||47||76||0.15||0.18||0.30||0.15||0.30||0.22||0.33||3.76|| ||<#0000FF>170||0||0||255||0.00||0.00||1.00||0.00||1.00||0.50||1.00||4.00|| ||<#7F7FFF>171||127||127||255||0.50||0.50||1.00||0.50||1.00||0.75||1.00||4.00|| ||<#0000CC>172||0||0||204||0.00||0.00||0.80||0.00||0.80||0.40||1.00||4.00|| ||<#6666CC>173||102||102||204||0.40||0.40||0.80||0.40||0.80||0.60||0.50||4.00|| ||<#000098>174||0||0||152||0.00||0.00||0.60||0.00||0.60||0.30||1.00||4.00|| ||<#4C4C98>175||76||76||152||0.30||0.30||0.60||0.30||0.60||0.45||0.33||4.00|| ||<#00007F>176||0||0||127||0.00||0.00||0.50||0.00||0.50||0.25||1.00||4.00|| ||<#3F3F7F>177||63||63||127||0.25||0.25||0.50||0.25||0.50||0.37||0.34||4.00|| ||<#00004C>178||0||0||76||0.00||0.00||0.30||0.00||0.30||0.15||1.00||4.00|| ||<#26264C>179||38||38||76||0.15||0.15||0.30||0.15||0.30||0.22||0.33||4.00|| ||<#3F00FF>180||63||0||255||0.25||0.00||1.00||0.00||1.00||0.50||1.00||4.25|| ||<#9F7FFF>181||159||127||255||0.62||0.50||1.00||0.50||1.00||0.75||1.00||4.25|| ||<#3300CC>182||51||0||204||0.20||0.00||0.80||0.00||0.80||0.40||1.00||4.25|| ||<#7F66CC>183||127||102||204||0.50||0.40||0.80||0.40||0.80||0.60||0.50||4.25|| ||<#260098>184||38||0||152||0.15||0.00||0.60||0.00||0.60||0.30||1.00||4.25|| ||<#5F4C98>185||95||76||152||0.37||0.30||0.60||0.30||0.60||0.45||0.33||4.25|| ||<#1F007F>186||31||0||127||0.12||0.00||0.50||0.00||0.50||0.25||1.00||4.24|| ||<#4F3F7F>187||79||63||127||0.31||0.25||0.50||0.25||0.50||0.37||0.34||4.25|| ||<#13004C>188||19||0||76||0.07||0.00||0.30||0.00||0.30||0.15||1.00||4.25|| ||<#2F264C>189||47||38||76||0.18||0.15||0.30||0.15||0.30||0.22||0.33||4.24|| ||<#7F00FF>190||127||0||255||0.50||0.00||1.00||0.00||1.00||0.50||1.00||4.50|| ||<#BF7FFF>191||191||127||255||0.75||0.50||1.00||0.50||1.00||0.75||1.00||4.50|| ||<#6600CC>192||102||0||204||0.40||0.00||0.80||0.00||0.80||0.40||1.00||4.50|| ||<#9966CC>193||153||102||204||0.60||0.40||0.80||0.40||0.80||0.60||0.50||4.50|| ||<#4C0098>194||76||0||152||0.30||0.00||0.60||0.00||0.60||0.30||1.00||4.50|| ||<#724C98>195||114||76||152||0.45||0.30||0.60||0.30||0.60||0.45||0.33||4.50|| ||<#3F007F>196||63||0||127||0.25||0.00||0.50||0.00||0.50||0.25||1.00||4.50|| ||<#5F3F7F>197||95||63||127||0.37||0.25||0.50||0.25||0.50||0.37||0.34||4.50|| ||<#26004C>198||38||0||76||0.15||0.00||0.30||0.00||0.30||0.15||1.00||4.50|| ||<#39264C>199||57||38||76||0.22||0.15||0.30||0.15||0.30||0.22||0.33||4.50|| ||<#BF00FF>200||191||0||255||0.75||0.00||1.00||0.00||1.00||0.50||1.00||4.75|| ||<#DF7FFF>201||223||127||255||0.87||0.50||1.00||0.50||1.00||0.75||1.00||4.75|| ||<#9900CC>202||153||0||204||0.60||0.00||0.80||0.00||0.80||0.40||1.00||4.75|| ||<#B266CC>203||178||102||204||0.70||0.40||0.80||0.40||0.80||0.60||0.50||4.75|| ||<#720098>204||114||0||152||0.45||0.00||0.60||0.00||0.60||0.30||1.00||4.75|| ||<#854C98>205||133||76||152||0.52||0.30||0.60||0.30||0.60||0.45||0.33||4.75|| ||<#5F007F>206||95||0||127||0.37||0.00||0.50||0.00||0.50||0.25||1.00||4.75|| ||<#6F3F7F>207||111||63||127||0.44||0.25||0.50||0.25||0.50||0.37||0.34||4.75|| ||<#39004C>208||57||0||76||0.22||0.00||0.30||0.00||0.30||0.15||1.00||4.75|| ||<#42264C>209||66||38||76||0.26||0.15||0.30||0.15||0.30||0.22||0.33||4.74|| ||<#FF00FF>210||255||0||255||1.00||0.00||1.00||0.00||1.00||0.50||1.00||0.00|| ||<#FF7FFF>211||255||127||255||1.00||0.50||1.00||0.50||1.00||0.75||1.00||0.00|| ||<#CC00CC>212||204||0||204||0.80||0.00||0.80||0.00||0.80||0.40||1.00||0.00|| ||<#CC66CC>213||204||102||204||0.80||0.40||0.80||0.40||0.80||0.60||0.50||0.00|| ||<#980098>214||152||0||152||0.60||0.00||0.60||0.00||0.60||0.30||1.00||0.00|| ||<#984C98>215||152||76||152||0.60||0.30||0.60||0.30||0.60||0.45||0.33||0.00|| ||<#7F007F>216||127||0||127||0.50||0.00||0.50||0.00||0.50||0.25||1.00||0.00|| ||<#7F3F7F>217||127||63||127||0.50||0.25||0.50||0.25||0.50||0.37||0.34||0.00|| ||<#4C004C>218||76||0||76||0.30||0.00||0.30||0.00||0.30||0.15||1.00||0.00|| ||<#4C264C>219||76||38||76||0.30||0.15||0.30||0.15||0.30||0.22||0.33||0.00|| ||<#FF00BF>220||255||0||191||1.00||0.00||0.75||0.00||1.00||0.50||1.00||-0.75|| ||<#FF7FDF>221||255||127||223||1.00||0.50||0.87||0.50||1.00||0.75||1.00||-0.75|| ||<#CC0099>222||204||0||153||0.80||0.00||0.60||0.00||0.80||0.40||1.00||-0.75|| ||<#CC66B2>223||204||102||178||0.80||0.40||0.70||0.40||0.80||0.60||0.50||-0.75|| ||<#980072>224||152||0||114||0.60||0.00||0.45||0.00||0.60||0.30||1.00||-0.75|| ||<#984C85>225||152||76||133||0.60||0.30||0.52||0.30||0.60||0.45||0.33||-0.75|| ||<#7F005F>226||127||0||95||0.50||0.00||0.37||0.00||0.50||0.25||1.00||-0.75|| ||<#7F3F6F>227||127||63||111||0.50||0.25||0.44||0.25||0.50||0.37||0.34||-0.75|| ||<#4C0039>228||76||0||57||0.30||0.00||0.22||0.00||0.30||0.15||1.00||-0.75|| ||<#4C2642>229||76||38||66||0.30||0.15||0.26||0.15||0.30||0.22||0.33||-0.74|| ||<#FF007F>230||255||0||127||1.00||0.00||0.50||0.00||1.00||0.50||1.00||-0.50|| ||<#FF7FBF>231||255||127||191||1.00||0.50||0.75||0.50||1.00||0.75||1.00||-0.50|| ||<#CC0066>232||204||0||102||0.80||0.00||0.40||0.00||0.80||0.40||1.00||-0.50|| ||<#CC6699>233||204||102||153||0.80||0.40||0.60||0.40||0.80||0.60||0.50||-0.50|| ||<#98004C>234||152||0||76||0.60||0.00||0.30||0.00||0.60||0.30||1.00||-0.50|| ||<#984C72>235||152||76||114||0.60||0.30||0.45||0.30||0.60||0.45||0.33||-0.50|| ||<#7F003F>236||127||0||63||0.50||0.00||0.25||0.00||0.50||0.25||1.00||-0.50|| ||<#7F3F5F>237||127||63||95||0.50||0.25||0.37||0.25||0.50||0.37||0.34||-0.50|| ||<#4C0026>238||76||0||38||0.30||0.00||0.15||0.00||0.30||0.15||1.00||-0.50|| ||<#4C2639>239||76||38||57||0.30||0.15||0.22||0.15||0.30||0.22||0.33||-0.50|| ||<#FF003F>240||255||0||63||1.00||0.00||0.25||0.00||1.00||0.50||1.00||-0.25|| ||<#FF7F9F>241||255||127||159||1.00||0.50||0.62||0.50||1.00||0.75||1.00||-0.25|| ||<#CC0033>242||204||0||51||0.80||0.00||0.20||0.00||0.80||0.40||1.00||-0.25|| ||<#CC667F>243||204||102||127||0.80||0.40||0.50||0.40||0.80||0.60||0.50||-0.25|| ||<#980026>244||152||0||38||0.60||0.00||0.15||0.00||0.60||0.30||1.00||-0.25|| ||<#984C5F>245||152||76||95||0.60||0.30||0.37||0.30||0.60||0.45||0.33||-0.25|| ||<#7F001F>246||127||0||31||0.50||0.00||0.12||0.00||0.50||0.25||1.00||-0.24|| ||<#7F3F4F>247||127||63||79||0.50||0.25||0.31||0.25||0.50||0.37||0.34||-0.25|| ||<#4C0013>248||76||0||19||0.30||0.00||0.07||0.00||0.30||0.15||1.00||-0.25|| ||<#4C262F>249||76||38||47||0.30||0.15||0.18||0.15||0.30||0.22||0.33||-0.24|| ||<#333333>250||51||51||51||0.20||0.20||0.20||0.20||0.20||0.20||0.00||0.00|| ||<#5B5B5B>251||91||91||91||0.36||0.36||0.36||0.36||0.36||0.36||0.00||0.00|| ||<#848484>252||132||132||132||0.52||0.52||0.52||0.52||0.52||0.52||0.00||0.00|| ||<#ADADAD>253||173||173||173||0.68||0.68||0.68||0.68||0.68||0.68||0.00||0.00|| ||<#D6D6D6>254||214||214||214||0.84||0.84||0.84||0.84||0.84||0.84||0.00||0.00|| ||<#FFFFFF>255||255||255||255||1.00||1.00||1.00||1.00||1.00||1.00||0.00||0.00|| |