File Coverage

blib/lib/Color/Library/Dictionary/VACCC.pm
Criterion Covered Total %
statement 10 11 90.9
branch n/a
condition n/a
subroutine 4 5 80.0
pod n/a
total 14 16 87.5


line stmt bran cond sub pod time code
1             package Color::Library::Dictionary::VACCC;
2              
3 2     2   2452 use strict;
  2         3  
  2         76  
4 2     2   10 use warnings;
  2         4  
  2         56  
5              
6 2     2   11 use base qw/Color::Library::Dictionary/;
  2         10  
  2         5150  
7              
8             __PACKAGE__->_register_dictionary;
9              
10             package Color::Library::Dictionary::VACCC;
11              
12             =pod
13              
14             =head1 NAME
15              
16             Color::Library::Dictionary::VACCC - (VACCC) VisiBone Anglo-Centric Color Code
17              
18             =head1 DESCRIPTION
19              
20             VisiBone Anglo-Centric Color Code
21              
22             L
23              
24             Peter Hamer correctly points out that this naming scheme should not be confused with names given to spectral colors, such as those that follow the mnemonic "Roy G. Biv": Red, Orange, Yellow, Green, Blue, Indigo, Violet. The distinction is between the physical nature of light and the human perception of if.
25              
26             Humans can't distinguish yellow light from a mixture of red and green light. That's due to the color detection mechanism of the human eye. The "cones" on the surface of the retina respond differentially to red, green and blue light. (The "rods" on the other hand are very sensitive to the brightness of light but can't distinguish hues.) So computer phosphors don't attempt to transmit yellow light at all. They simulate it by transmitting both red and green. At least humans can be fooled in this way.
27              
28             There's much more to light than the human eye can measure. Besides the fact that visible light is a narrow subset of all the light coming from the sun, there a whole dimension in the variation of frequency and amplitude to which the eye is "tone deaf". This dimension is important to astronomers and chemists. Their instruments measure aspects of light that can reveal, for example, the composition of a star as well as that of a material found at a crime scene.
29              
30             Only when light is "for eyes only," your's or anyone's, can we simplify theory and measurement to varying quantities of red, green and blue. (Ever use a magnifying glass on your computer screen to see the little dots? Watch that eyestrain! Didn't I say a magnfying glass?!) So the physics of color and the perception of color are different disciplines.
31              
32             Another interesting distinction, "hues" on a computer monitor as well as in the mind of a user, follow a circular series, as named above in the hue list. Magenta and Pink are as close to each other in perception as Green and Teal. But the physics of light is linear, a spectrum. Violet in the color spectrum is the furthest thing from Red. With real light, there's no such thing as magenta. The eye, when the red and blue cones are stimulated "sees" magenta, but it doesn't correspond to any frequency of light, the way most other hues do.
33              
34             Incidentally, the distinction between Red, Green, Blue (RGB) and Cyan, Magenta, Yellow (CMY or CMYK when Black is added to the mix) is purely tactical. Printers use light-absorbing ink and computer monitors use light-transmitting phosphors. The perfect cyan ink would completely absorb red light and be completely transparent to green and blue. The tactic of mixing cyan and yellow ink to get green is backwards from mixing red and green light to get yellow. But the strategy is the same: fooling human eyeballs by manipulating the red, green and blue light that ultimately hits the retina.
35              
36             =head1 COLORS
37              
38             Azure-Azure-Blue azureazureblue #0066ff
39              
40             Azure-Azure-Cyan azureazurecyan #0099ff
41              
42             Black black #000000
43              
44             Blue blue #0000ff
45              
46             Blue-Blue-Azure blueblueazure #0033ff
47              
48             Blue-Blue-Violet blueblueviolet #3300ff
49              
50             Cyan cyan #00ffff
51              
52             Cyan-Cyan-Azure cyancyanazure #00ccff
53              
54             Cyan-Cyan-Teal cyancyanteal #00ffcc
55              
56             Dark Azure-Blue darkazureblue #003399
57              
58             Dark Azure-Cyan darkazurecyan #006699
59              
60             Dark Blue-Azure darkblueazure #0033cc
61              
62             Dark Blue-Violet darkblueviolet #3300cc
63              
64             Dark Cyan-Azure darkcyanazure #0099cc
65              
66             Dark Cyan-Teal darkcyanteal #00cc99
67              
68             Dark Dull Azure darkdullazure #336699
69              
70             Dark Dull Blue darkdullblue #333399
71              
72             Dark Dull Cyan darkdullcyan #339999
73              
74             Dark Dull Green darkdullgreen #339933
75              
76             Dark Dull Magenta darkdullmagenta #993399
77              
78             Dark Dull Orange darkdullorange #996633
79              
80             Dark Dull Pink darkdullpink #993366
81              
82             Dark Dull Red darkdullred #993333
83              
84             Dark Dull Spring darkdullspring #669933
85              
86             Dark Dull Teal darkdullteal #339966
87              
88             Dark Dull Violet darkdullviolet #663399
89              
90             Dark Dull Yellow darkdullyellow #999933
91              
92             Dark Faded Blue darkfadedblue #000099
93              
94             Dark Faded Cyan darkfadedcyan #009999
95              
96             Dark Faded Green darkfadedgreen #009900
97              
98             Dark Faded Magenta darkfadedmagenta #990099
99              
100             Dark Faded Red darkfadedred #990000
101              
102             Dark Faded Yellow darkfadedyellow #999900
103              
104             Dark Gray darkgray #666666
105              
106             Dark Green-Spring darkgreenspring #33cc00
107              
108             Dark Green-Teal darkgreenteal #00cc33
109              
110             Dark Hard Azure darkhardazure #0066cc
111              
112             Dark Hard Blue darkhardblue #0000cc
113              
114             Dark Hard Cyan darkhardcyan #00cccc
115              
116             Dark Hard Green darkhardgreen #00cc00
117              
118             Dark Hard Magenta darkhardmagenta #cc00cc
119              
120             Dark Hard Orange darkhardorange #cc6600
121              
122             Dark Hard Pink darkhardpink #cc0066
123              
124             Dark Hard Red darkhardred #cc0000
125              
126             Dark Hard Spring darkhardspring #66cc00
127              
128             Dark Hard Teal darkhardteal #00cc66
129              
130             Dark Hard Violet darkhardviolet #6600cc
131              
132             Dark Hard Yellow darkhardyellow #cccc00
133              
134             Dark Magenta-Pink darkmagentapink #cc0099
135              
136             Dark Magenta-Violet darkmagentaviolet #9900cc
137              
138             Dark Orange-Red darkorangered #993300
139              
140             Dark Orange-Yellow darkorangeyellow #996600
141              
142             Dark Pink-Magenta darkpinkmagenta #990066
143              
144             Dark Pink-Red darkpinkred #990033
145              
146             Dark Red-Orange darkredorange #cc3300
147              
148             Dark Red-Pink darkredpink #cc0033
149              
150             Dark Spring-Green darkspringgreen #339900
151              
152             Dark Spring-Yellow darkspringyellow #669900
153              
154             Dark Teal-Cyan darktealcyan #009966
155              
156             Dark Teal-Green darktealgreen #009933
157              
158             Dark Violet-Blue darkvioletblue #330099
159              
160             Dark Violet-Magenta darkvioletmagenta #660099
161              
162             Dark Weak Blue darkweakblue #333366
163              
164             Dark Weak Cyan darkweakcyan #336666
165              
166             Dark Weak Green darkweakgreen #336633
167              
168             Dark Weak Magenta darkweakmagenta #663366
169              
170             Dark Weak Red darkweakred #663333
171              
172             Dark Weak Yellow darkweakyellow #666633
173              
174             Dark Yellow-Orange darkyelloworange #cc9900
175              
176             Dark Yellow-Spring darkyellowspring #99cc00
177              
178             Green green #00ff00
179              
180             Green-Green-Spring greengreenspring #33ff00
181              
182             Green-Green-Teal greengreenteal #00ff33
183              
184             Light Azure-Blue lightazureblue #6699ff
185              
186             Light Azure-Cyan lightazurecyan #66ccff
187              
188             Light Blue-Azure lightblueazure #3366ff
189              
190             Light Blue-Violet lightblueviolet #6633ff
191              
192             Light Cyan-Azure lightcyanazure #33ccff
193              
194             Light Cyan-Teal lightcyanteal #33ffcc
195              
196             Light Dull Azure lightdullazure #6699cc
197              
198             Light Dull Blue lightdullblue #6666cc
199              
200             Light Dull Cyan lightdullcyan #66cccc
201              
202             Light Dull Green lightdullgreen #66cc66
203              
204             Light Dull Magenta lightdullmagenta #cc66cc
205              
206             Light Dull Orange lightdullorange #cc9966
207              
208             Light Dull Pink lightdullpink #cc6699
209              
210             Light Dull Red lightdullred #cc6666
211              
212             Light Dull Spring lightdullspring #99cc66
213              
214             Light Dull Teal lightdullteal #66cc99
215              
216             Light Dull Violet lightdullviolet #9966cc
217              
218             Light Dull Yellow lightdullyellow #cccc66
219              
220             Light Faded Blue lightfadedblue #6666ff
221              
222             Light Faded Cyan lightfadedcyan #66ffff
223              
224             Light Faded Green lightfadedgreen #66ff66
225              
226             Light Faded Magenta lightfadedmagenta #ff66ff
227              
228             Light Faded Red lightfadedred #ff6666
229              
230             Light Faded Yellow lightfadedyellow #ffff66
231              
232             Light Gray lightgray #999999
233              
234             Light Green-Spring lightgreenspring #66ff33
235              
236             Light Green-Teal lightgreenteal #33ff66
237              
238             Light Hard Azure lighthardazure #3399ff
239              
240             Light Hard Blue lighthardblue #3333ff
241              
242             Light Hard Cyan lighthardcyan #33ffff
243              
244             Light Hard Green lighthardgreen #33ff33
245              
246             Light Hard Magenta lighthardmagenta #ff33ff
247              
248             Light Hard Orange lighthardorange #ff9933
249              
250             Light Hard Pink lighthardpink #ff3399
251              
252             Light Hard Red lighthardred #ff3333
253              
254             Light Hard Spring lighthardspring #99ff33
255              
256             Light Hard Teal lighthardteal #33ff99
257              
258             Light Hard Violet lighthardviolet #9933ff
259              
260             Light Hard Yellow lighthardyellow #ffff33
261              
262             Light Magenta-Pink lightmagentapink #ff33cc
263              
264             Light Magenta-Violet lightmagentaviolet #cc33ff
265              
266             Light Orange-Red lightorangered #ff9966
267              
268             Light Orange-Yellow lightorangeyellow #ffcc66
269              
270             Light Pink-Magenta lightpinkmagenta #ff66cc
271              
272             Light Pink-Red lightpinkred #ff6699
273              
274             Light Red-Orange lightredorange #ff6633
275              
276             Light Red-Pink lightredpink #ff3366
277              
278             Light Spring-Green lightspringgreen #99ff66
279              
280             Light Spring-Yellow lightspringyellow #ccff66
281              
282             Light Teal-Cyan lighttealcyan #66ffcc
283              
284             Light Teal-Green lighttealgreen #66ff99
285              
286             Light Violet-Blue lightvioletblue #9966ff
287              
288             Light Violet-Magenta lightvioletmagenta #cc66ff
289              
290             Light Weak Blue lightweakblue #9999cc
291              
292             Light Weak Cyan lightweakcyan #99cccc
293              
294             Light Weak Green lightweakgreen #99cc99
295              
296             Light Weak Magenta lightweakmagenta #cc99cc
297              
298             Light Weak Red lightweakred #cc9999
299              
300             Light Weak Yellow lightweakyellow #cccc99
301              
302             Light Yellow-Orange lightyelloworange #ffcc33
303              
304             Light Yellow-Spring lightyellowspring #ccff33
305              
306             Magenta magenta #ff00ff
307              
308             Magenta-Magenta-Pink magentamagentapink #ff00cc
309              
310             Magenta-Magenta-Violet magentamagentaviolet #cc00ff
311              
312             Medium Azure-Blue mediumazureblue #3366cc
313              
314             Medium Azure-Cyan mediumazurecyan #3399cc
315              
316             Medium Faded Blue mediumfadedblue #3333cc
317              
318             Medium Faded Cyan mediumfadedcyan #33cccc
319              
320             Medium Faded Green mediumfadedgreen #33cc33
321              
322             Medium Faded Magenta mediumfadedmagenta #cc33cc
323              
324             Medium Faded Red mediumfadedred #cc3333
325              
326             Medium Faded Yellow mediumfadedyellow #cccc33
327              
328             Medium Orange-Red mediumorangered #cc6633
329              
330             Medium Orange-Yellow mediumorangeyellow #cc9933
331              
332             Medium Pink-Magenta mediumpinkmagenta #cc3399
333              
334             Medium Pink-Red mediumpinkred #cc3366
335              
336             Medium Spring-Green mediumspringgreen #66cc33
337              
338             Medium Spring-Yellow mediumspringyellow #99cc33
339              
340             Medium Teal-Cyan mediumtealcyan #33cc99
341              
342             Medium Teal-Green mediumtealgreen #33cc66
343              
344             Medium Violet-Blue mediumvioletblue #6633cc
345              
346             Medium Violet-Magenta mediumvioletmagenta #9933cc
347              
348             Medium Weak Blue mediumweakblue #666699
349              
350             Medium Weak Cyan mediumweakcyan #669999
351              
352             Medium Weak Green mediumweakgreen #669966
353              
354             Medium Weak Magenta mediumweakmagenta #996699
355              
356             Medium Weak Red mediumweakred #996666
357              
358             Medium Weak Yellow mediumweakyellow #999966
359              
360             Obscure Dull Azure obscuredullazure #003366
361              
362             Obscure Dull Blue obscuredullblue #000066
363              
364             Obscure Dull Cyan obscuredullcyan #006666
365              
366             Obscure Dull Green obscuredullgreen #006600
367              
368             Obscure Dull Magenta obscuredullmagenta #660066
369              
370             Obscure Dull Orange obscuredullorange #663300
371              
372             Obscure Dull Pink obscuredullpink #660033
373              
374             Obscure Dull Red obscuredullred #660000
375              
376             Obscure Dull Spring obscuredullspring #336600
377              
378             Obscure Dull Teal obscuredullteal #006633
379              
380             Obscure Dull Violet obscuredullviolet #330066
381              
382             Obscure Dull Yellow obscuredullyellow #666600
383              
384             Obscure Gray obscuregray #333333
385              
386             Obscure Weak Blue obscureweakblue #000033
387              
388             Obscure Weak Cyan obscureweakcyan #003333
389              
390             Obscure Weak Green obscureweakgreen #003300
391              
392             Obscure Weak Magenta obscureweakmagenta #330033
393              
394             Obscure Weak Red obscureweakred #330000
395              
396             Obscure Weak Yellow obscureweakyellow #333300
397              
398             Orange-Orange-Red orangeorangered #ff6600
399              
400             Orange-Orange-Yellow orangeorangeyellow #ff9900
401              
402             Pale Dull Azure paledullazure #99ccff
403              
404             Pale Dull Blue paledullblue #9999ff
405              
406             Pale Dull Cyan paledullcyan #99ffff
407              
408             Pale Dull Green paledullgreen #99ff99
409              
410             Pale Dull Magenta paledullmagenta #ff99ff
411              
412             Pale Dull Orange paledullorange #ffcc99
413              
414             Pale Dull Pink paledullpink #ff99cc
415              
416             Pale Dull Red paledullred #ff9999
417              
418             Pale Dull Spring paledullspring #ccff99
419              
420             Pale Dull Teal paledullteal #99ffcc
421              
422             Pale Dull Violet paledullviolet #cc99ff
423              
424             Pale Dull Yellow paledullyellow #ffff99
425              
426             Pale Gray palegray #cccccc
427              
428             Pale Weak Blue paleweakblue #ccccff
429              
430             Pale Weak Cyan paleweakcyan #ccffff
431              
432             Pale Weak Green paleweakgreen #ccffcc
433              
434             Pale Weak Magenta paleweakmagenta #ffccff
435              
436             Pale Weak Red paleweakred #ffcccc
437              
438             Pale Weak Yellow paleweakyellow #ffffcc
439              
440             Pink-Pink-Magenta pinkpinkmagenta #ff0099
441              
442             Pink-Pink-Red pinkpinkred #ff0066
443              
444             Red red #ff0000
445              
446             Red-Red-Orange redredorange #ff3300
447              
448             Red-Red-Pink redredpink #ff0033
449              
450             Spring-Spring-Green springspringgreen #66ff00
451              
452             Spring-Spring-Yellow springspringyellow #99ff00
453              
454             Teal-Teal-Cyan tealtealcyan #00ff99
455              
456             Teal-Teal-Green tealtealgreen #00ff66
457              
458             Violet-Violet-Blue violetvioletblue #6600ff
459              
460             Violet-Violet-Magenta violetvioletmagenta #9900ff
461              
462             White white #ffffff
463              
464             Yellow yellow #ffff00
465              
466             Yellow-Yellow-Orange yellowyelloworange #ffcc00
467              
468             Yellow-Yellow-Spring yellowyellowspring #ccff00
469              
470              
471             =cut
472              
473             sub _load_color_list() {
474             return [
475 1     1   527 ['vaccc:azureazureblue','azureazureblue','Azure-Azure-Blue',[0,102,255],'0066ff',26367],
476             ['vaccc:azureazurecyan','azureazurecyan','Azure-Azure-Cyan',[0,153,255],'0099ff',39423],
477             ['vaccc:black','black','Black',[0,0,0],'000000',0],
478             ['vaccc:blue','blue','Blue',[0,0,255],'0000ff',255],
479             ['vaccc:blueblueazure','blueblueazure','Blue-Blue-Azure',[0,51,255],'0033ff',13311],
480             ['vaccc:blueblueviolet','blueblueviolet','Blue-Blue-Violet',[51,0,255],'3300ff',3342591],
481             ['vaccc:cyan','cyan','Cyan',[0,255,255],'00ffff',65535],
482             ['vaccc:cyancyanazure','cyancyanazure','Cyan-Cyan-Azure',[0,204,255],'00ccff',52479],
483             ['vaccc:cyancyanteal','cyancyanteal','Cyan-Cyan-Teal',[0,255,204],'00ffcc',65484],
484             ['vaccc:darkazureblue','darkazureblue','Dark Azure-Blue',[0,51,153],'003399',13209],
485             ['vaccc:darkazurecyan','darkazurecyan','Dark Azure-Cyan',[0,102,153],'006699',26265],
486             ['vaccc:darkblueazure','darkblueazure','Dark Blue-Azure',[0,51,204],'0033cc',13260],
487             ['vaccc:darkblueviolet','darkblueviolet','Dark Blue-Violet',[51,0,204],'3300cc',3342540],
488             ['vaccc:darkcyanazure','darkcyanazure','Dark Cyan-Azure',[0,153,204],'0099cc',39372],
489             ['vaccc:darkcyanteal','darkcyanteal','Dark Cyan-Teal',[0,204,153],'00cc99',52377],
490             ['vaccc:darkdullazure','darkdullazure','Dark Dull Azure',[51,102,153],'336699',3368601],
491             ['vaccc:darkdullblue','darkdullblue','Dark Dull Blue',[51,51,153],'333399',3355545],
492             ['vaccc:darkdullcyan','darkdullcyan','Dark Dull Cyan',[51,153,153],'339999',3381657],
493             ['vaccc:darkdullgreen','darkdullgreen','Dark Dull Green',[51,153,51],'339933',3381555],
494             ['vaccc:darkdullmagenta','darkdullmagenta','Dark Dull Magenta',[153,51,153],'993399',10040217],
495             ['vaccc:darkdullorange','darkdullorange','Dark Dull Orange',[153,102,51],'996633',10053171],
496             ['vaccc:darkdullpink','darkdullpink','Dark Dull Pink',[153,51,102],'993366',10040166],
497             ['vaccc:darkdullred','darkdullred','Dark Dull Red',[153,51,51],'993333',10040115],
498             ['vaccc:darkdullspring','darkdullspring','Dark Dull Spring',[102,153,51],'669933',6723891],
499             ['vaccc:darkdullteal','darkdullteal','Dark Dull Teal',[51,153,102],'339966',3381606],
500             ['vaccc:darkdullviolet','darkdullviolet','Dark Dull Violet',[102,51,153],'663399',6697881],
501             ['vaccc:darkdullyellow','darkdullyellow','Dark Dull Yellow',[153,153,51],'999933',10066227],
502             ['vaccc:darkfadedblue','darkfadedblue','Dark Faded Blue',[0,0,153],'000099',153],
503             ['vaccc:darkfadedcyan','darkfadedcyan','Dark Faded Cyan',[0,153,153],'009999',39321],
504             ['vaccc:darkfadedgreen','darkfadedgreen','Dark Faded Green',[0,153,0],'009900',39168],
505             ['vaccc:darkfadedmagenta','darkfadedmagenta','Dark Faded Magenta',[153,0,153],'990099',10027161],
506             ['vaccc:darkfadedred','darkfadedred','Dark Faded Red',[153,0,0],'990000',10027008],
507             ['vaccc:darkfadedyellow','darkfadedyellow','Dark Faded Yellow',[153,153,0],'999900',10066176],
508             ['vaccc:darkgray','darkgray','Dark Gray',[102,102,102],'666666',6710886],
509             ['vaccc:darkgreenspring','darkgreenspring','Dark Green-Spring',[51,204,0],'33cc00',3394560],
510             ['vaccc:darkgreenteal','darkgreenteal','Dark Green-Teal',[0,204,51],'00cc33',52275],
511             ['vaccc:darkhardazure','darkhardazure','Dark Hard Azure',[0,102,204],'0066cc',26316],
512             ['vaccc:darkhardblue','darkhardblue','Dark Hard Blue',[0,0,204],'0000cc',204],
513             ['vaccc:darkhardcyan','darkhardcyan','Dark Hard Cyan',[0,204,204],'00cccc',52428],
514             ['vaccc:darkhardgreen','darkhardgreen','Dark Hard Green',[0,204,0],'00cc00',52224],
515             ['vaccc:darkhardmagenta','darkhardmagenta','Dark Hard Magenta',[204,0,204],'cc00cc',13369548],
516             ['vaccc:darkhardorange','darkhardorange','Dark Hard Orange',[204,102,0],'cc6600',13395456],
517             ['vaccc:darkhardpink','darkhardpink','Dark Hard Pink',[204,0,102],'cc0066',13369446],
518             ['vaccc:darkhardred','darkhardred','Dark Hard Red',[204,0,0],'cc0000',13369344],
519             ['vaccc:darkhardspring','darkhardspring','Dark Hard Spring',[102,204,0],'66cc00',6736896],
520             ['vaccc:darkhardteal','darkhardteal','Dark Hard Teal',[0,204,102],'00cc66',52326],
521             ['vaccc:darkhardviolet','darkhardviolet','Dark Hard Violet',[102,0,204],'6600cc',6684876],
522             ['vaccc:darkhardyellow','darkhardyellow','Dark Hard Yellow',[204,204,0],'cccc00',13421568],
523             ['vaccc:darkmagentapink','darkmagentapink','Dark Magenta-Pink',[204,0,153],'cc0099',13369497],
524             ['vaccc:darkmagentaviolet','darkmagentaviolet','Dark Magenta-Violet',[153,0,204],'9900cc',10027212],
525             ['vaccc:darkorangered','darkorangered','Dark Orange-Red',[153,51,0],'993300',10040064],
526             ['vaccc:darkorangeyellow','darkorangeyellow','Dark Orange-Yellow',[153,102,0],'996600',10053120],
527             ['vaccc:darkpinkmagenta','darkpinkmagenta','Dark Pink-Magenta',[153,0,102],'990066',10027110],
528             ['vaccc:darkpinkred','darkpinkred','Dark Pink-Red',[153,0,51],'990033',10027059],
529             ['vaccc:darkredorange','darkredorange','Dark Red-Orange',[204,51,0],'cc3300',13382400],
530             ['vaccc:darkredpink','darkredpink','Dark Red-Pink',[204,0,51],'cc0033',13369395],
531             ['vaccc:darkspringgreen','darkspringgreen','Dark Spring-Green',[51,153,0],'339900',3381504],
532             ['vaccc:darkspringyellow','darkspringyellow','Dark Spring-Yellow',[102,153,0],'669900',6723840],
533             ['vaccc:darktealcyan','darktealcyan','Dark Teal-Cyan',[0,153,102],'009966',39270],
534             ['vaccc:darktealgreen','darktealgreen','Dark Teal-Green',[0,153,51],'009933',39219],
535             ['vaccc:darkvioletblue','darkvioletblue','Dark Violet-Blue',[51,0,153],'330099',3342489],
536             ['vaccc:darkvioletmagenta','darkvioletmagenta','Dark Violet-Magenta',[102,0,153],'660099',6684825],
537             ['vaccc:darkweakblue','darkweakblue','Dark Weak Blue',[51,51,102],'333366',3355494],
538             ['vaccc:darkweakcyan','darkweakcyan','Dark Weak Cyan',[51,102,102],'336666',3368550],
539             ['vaccc:darkweakgreen','darkweakgreen','Dark Weak Green',[51,102,51],'336633',3368499],
540             ['vaccc:darkweakmagenta','darkweakmagenta','Dark Weak Magenta',[102,51,102],'663366',6697830],
541             ['vaccc:darkweakred','darkweakred','Dark Weak Red',[102,51,51],'663333',6697779],
542             ['vaccc:darkweakyellow','darkweakyellow','Dark Weak Yellow',[102,102,51],'666633',6710835],
543             ['vaccc:darkyelloworange','darkyelloworange','Dark Yellow-Orange',[204,153,0],'cc9900',13408512],
544             ['vaccc:darkyellowspring','darkyellowspring','Dark Yellow-Spring',[153,204,0],'99cc00',10079232],
545             ['vaccc:green','green','Green',[0,255,0],'00ff00',65280],
546             ['vaccc:greengreenspring','greengreenspring','Green-Green-Spring',[51,255,0],'33ff00',3407616],
547             ['vaccc:greengreenteal','greengreenteal','Green-Green-Teal',[0,255,51],'00ff33',65331],
548             ['vaccc:lightazureblue','lightazureblue','Light Azure-Blue',[102,153,255],'6699ff',6724095],
549             ['vaccc:lightazurecyan','lightazurecyan','Light Azure-Cyan',[102,204,255],'66ccff',6737151],
550             ['vaccc:lightblueazure','lightblueazure','Light Blue-Azure',[51,102,255],'3366ff',3368703],
551             ['vaccc:lightblueviolet','lightblueviolet','Light Blue-Violet',[102,51,255],'6633ff',6697983],
552             ['vaccc:lightcyanazure','lightcyanazure','Light Cyan-Azure',[51,204,255],'33ccff',3394815],
553             ['vaccc:lightcyanteal','lightcyanteal','Light Cyan-Teal',[51,255,204],'33ffcc',3407820],
554             ['vaccc:lightdullazure','lightdullazure','Light Dull Azure',[102,153,204],'6699cc',6724044],
555             ['vaccc:lightdullblue','lightdullblue','Light Dull Blue',[102,102,204],'6666cc',6710988],
556             ['vaccc:lightdullcyan','lightdullcyan','Light Dull Cyan',[102,204,204],'66cccc',6737100],
557             ['vaccc:lightdullgreen','lightdullgreen','Light Dull Green',[102,204,102],'66cc66',6736998],
558             ['vaccc:lightdullmagenta','lightdullmagenta','Light Dull Magenta',[204,102,204],'cc66cc',13395660],
559             ['vaccc:lightdullorange','lightdullorange','Light Dull Orange',[204,153,102],'cc9966',13408614],
560             ['vaccc:lightdullpink','lightdullpink','Light Dull Pink',[204,102,153],'cc6699',13395609],
561             ['vaccc:lightdullred','lightdullred','Light Dull Red',[204,102,102],'cc6666',13395558],
562             ['vaccc:lightdullspring','lightdullspring','Light Dull Spring',[153,204,102],'99cc66',10079334],
563             ['vaccc:lightdullteal','lightdullteal','Light Dull Teal',[102,204,153],'66cc99',6737049],
564             ['vaccc:lightdullviolet','lightdullviolet','Light Dull Violet',[153,102,204],'9966cc',10053324],
565             ['vaccc:lightdullyellow','lightdullyellow','Light Dull Yellow',[204,204,102],'cccc66',13421670],
566             ['vaccc:lightfadedblue','lightfadedblue','Light Faded Blue',[102,102,255],'6666ff',6711039],
567             ['vaccc:lightfadedcyan','lightfadedcyan','Light Faded Cyan',[102,255,255],'66ffff',6750207],
568             ['vaccc:lightfadedgreen','lightfadedgreen','Light Faded Green',[102,255,102],'66ff66',6750054],
569             ['vaccc:lightfadedmagenta','lightfadedmagenta','Light Faded Magenta',[255,102,255],'ff66ff',16738047],
570             ['vaccc:lightfadedred','lightfadedred','Light Faded Red',[255,102,102],'ff6666',16737894],
571             ['vaccc:lightfadedyellow','lightfadedyellow','Light Faded Yellow',[255,255,102],'ffff66',16777062],
572             ['vaccc:lightgray','lightgray','Light Gray',[153,153,153],'999999',10066329],
573             ['vaccc:lightgreenspring','lightgreenspring','Light Green-Spring',[102,255,51],'66ff33',6750003],
574             ['vaccc:lightgreenteal','lightgreenteal','Light Green-Teal',[51,255,102],'33ff66',3407718],
575             ['vaccc:lighthardazure','lighthardazure','Light Hard Azure',[51,153,255],'3399ff',3381759],
576             ['vaccc:lighthardblue','lighthardblue','Light Hard Blue',[51,51,255],'3333ff',3355647],
577             ['vaccc:lighthardcyan','lighthardcyan','Light Hard Cyan',[51,255,255],'33ffff',3407871],
578             ['vaccc:lighthardgreen','lighthardgreen','Light Hard Green',[51,255,51],'33ff33',3407667],
579             ['vaccc:lighthardmagenta','lighthardmagenta','Light Hard Magenta',[255,51,255],'ff33ff',16724991],
580             ['vaccc:lighthardorange','lighthardorange','Light Hard Orange',[255,153,51],'ff9933',16750899],
581             ['vaccc:lighthardpink','lighthardpink','Light Hard Pink',[255,51,153],'ff3399',16724889],
582             ['vaccc:lighthardred','lighthardred','Light Hard Red',[255,51,51],'ff3333',16724787],
583             ['vaccc:lighthardspring','lighthardspring','Light Hard Spring',[153,255,51],'99ff33',10092339],
584             ['vaccc:lighthardteal','lighthardteal','Light Hard Teal',[51,255,153],'33ff99',3407769],
585             ['vaccc:lighthardviolet','lighthardviolet','Light Hard Violet',[153,51,255],'9933ff',10040319],
586             ['vaccc:lighthardyellow','lighthardyellow','Light Hard Yellow',[255,255,51],'ffff33',16777011],
587             ['vaccc:lightmagentapink','lightmagentapink','Light Magenta-Pink',[255,51,204],'ff33cc',16724940],
588             ['vaccc:lightmagentaviolet','lightmagentaviolet','Light Magenta-Violet',[204,51,255],'cc33ff',13382655],
589             ['vaccc:lightorangered','lightorangered','Light Orange-Red',[255,153,102],'ff9966',16750950],
590             ['vaccc:lightorangeyellow','lightorangeyellow','Light Orange-Yellow',[255,204,102],'ffcc66',16764006],
591             ['vaccc:lightpinkmagenta','lightpinkmagenta','Light Pink-Magenta',[255,102,204],'ff66cc',16737996],
592             ['vaccc:lightpinkred','lightpinkred','Light Pink-Red',[255,102,153],'ff6699',16737945],
593             ['vaccc:lightredorange','lightredorange','Light Red-Orange',[255,102,51],'ff6633',16737843],
594             ['vaccc:lightredpink','lightredpink','Light Red-Pink',[255,51,102],'ff3366',16724838],
595             ['vaccc:lightspringgreen','lightspringgreen','Light Spring-Green',[153,255,102],'99ff66',10092390],
596             ['vaccc:lightspringyellow','lightspringyellow','Light Spring-Yellow',[204,255,102],'ccff66',13434726],
597             ['vaccc:lighttealcyan','lighttealcyan','Light Teal-Cyan',[102,255,204],'66ffcc',6750156],
598             ['vaccc:lighttealgreen','lighttealgreen','Light Teal-Green',[102,255,153],'66ff99',6750105],
599             ['vaccc:lightvioletblue','lightvioletblue','Light Violet-Blue',[153,102,255],'9966ff',10053375],
600             ['vaccc:lightvioletmagenta','lightvioletmagenta','Light Violet-Magenta',[204,102,255],'cc66ff',13395711],
601             ['vaccc:lightweakblue','lightweakblue','Light Weak Blue',[153,153,204],'9999cc',10066380],
602             ['vaccc:lightweakcyan','lightweakcyan','Light Weak Cyan',[153,204,204],'99cccc',10079436],
603             ['vaccc:lightweakgreen','lightweakgreen','Light Weak Green',[153,204,153],'99cc99',10079385],
604             ['vaccc:lightweakmagenta','lightweakmagenta','Light Weak Magenta',[204,153,204],'cc99cc',13408716],
605             ['vaccc:lightweakred','lightweakred','Light Weak Red',[204,153,153],'cc9999',13408665],
606             ['vaccc:lightweakyellow','lightweakyellow','Light Weak Yellow',[204,204,153],'cccc99',13421721],
607             ['vaccc:lightyelloworange','lightyelloworange','Light Yellow-Orange',[255,204,51],'ffcc33',16763955],
608             ['vaccc:lightyellowspring','lightyellowspring','Light Yellow-Spring',[204,255,51],'ccff33',13434675],
609             ['vaccc:magenta','magenta','Magenta',[255,0,255],'ff00ff',16711935],
610             ['vaccc:magentamagentapink','magentamagentapink','Magenta-Magenta-Pink',[255,0,204],'ff00cc',16711884],
611             ['vaccc:magentamagentaviolet','magentamagentaviolet','Magenta-Magenta-Violet',[204,0,255],'cc00ff',13369599],
612             ['vaccc:mediumazureblue','mediumazureblue','Medium Azure-Blue',[51,102,204],'3366cc',3368652],
613             ['vaccc:mediumazurecyan','mediumazurecyan','Medium Azure-Cyan',[51,153,204],'3399cc',3381708],
614             ['vaccc:mediumfadedblue','mediumfadedblue','Medium Faded Blue',[51,51,204],'3333cc',3355596],
615             ['vaccc:mediumfadedcyan','mediumfadedcyan','Medium Faded Cyan',[51,204,204],'33cccc',3394764],
616             ['vaccc:mediumfadedgreen','mediumfadedgreen','Medium Faded Green',[51,204,51],'33cc33',3394611],
617             ['vaccc:mediumfadedmagenta','mediumfadedmagenta','Medium Faded Magenta',[204,51,204],'cc33cc',13382604],
618             ['vaccc:mediumfadedred','mediumfadedred','Medium Faded Red',[204,51,51],'cc3333',13382451],
619             ['vaccc:mediumfadedyellow','mediumfadedyellow','Medium Faded Yellow',[204,204,51],'cccc33',13421619],
620             ['vaccc:mediumorangered','mediumorangered','Medium Orange-Red',[204,102,51],'cc6633',13395507],
621             ['vaccc:mediumorangeyellow','mediumorangeyellow','Medium Orange-Yellow',[204,153,51],'cc9933',13408563],
622             ['vaccc:mediumpinkmagenta','mediumpinkmagenta','Medium Pink-Magenta',[204,51,153],'cc3399',13382553],
623             ['vaccc:mediumpinkred','mediumpinkred','Medium Pink-Red',[204,51,102],'cc3366',13382502],
624             ['vaccc:mediumspringgreen','mediumspringgreen','Medium Spring-Green',[102,204,51],'66cc33',6736947],
625             ['vaccc:mediumspringyellow','mediumspringyellow','Medium Spring-Yellow',[153,204,51],'99cc33',10079283],
626             ['vaccc:mediumtealcyan','mediumtealcyan','Medium Teal-Cyan',[51,204,153],'33cc99',3394713],
627             ['vaccc:mediumtealgreen','mediumtealgreen','Medium Teal-Green',[51,204,102],'33cc66',3394662],
628             ['vaccc:mediumvioletblue','mediumvioletblue','Medium Violet-Blue',[102,51,204],'6633cc',6697932],
629             ['vaccc:mediumvioletmagenta','mediumvioletmagenta','Medium Violet-Magenta',[153,51,204],'9933cc',10040268],
630             ['vaccc:mediumweakblue','mediumweakblue','Medium Weak Blue',[102,102,153],'666699',6710937],
631             ['vaccc:mediumweakcyan','mediumweakcyan','Medium Weak Cyan',[102,153,153],'669999',6723993],
632             ['vaccc:mediumweakgreen','mediumweakgreen','Medium Weak Green',[102,153,102],'669966',6723942],
633             ['vaccc:mediumweakmagenta','mediumweakmagenta','Medium Weak Magenta',[153,102,153],'996699',10053273],
634             ['vaccc:mediumweakred','mediumweakred','Medium Weak Red',[153,102,102],'996666',10053222],
635             ['vaccc:mediumweakyellow','mediumweakyellow','Medium Weak Yellow',[153,153,102],'999966',10066278],
636             ['vaccc:obscuredullazure','obscuredullazure','Obscure Dull Azure',[0,51,102],'003366',13158],
637             ['vaccc:obscuredullblue','obscuredullblue','Obscure Dull Blue',[0,0,102],'000066',102],
638             ['vaccc:obscuredullcyan','obscuredullcyan','Obscure Dull Cyan',[0,102,102],'006666',26214],
639             ['vaccc:obscuredullgreen','obscuredullgreen','Obscure Dull Green',[0,102,0],'006600',26112],
640             ['vaccc:obscuredullmagenta','obscuredullmagenta','Obscure Dull Magenta',[102,0,102],'660066',6684774],
641             ['vaccc:obscuredullorange','obscuredullorange','Obscure Dull Orange',[102,51,0],'663300',6697728],
642             ['vaccc:obscuredullpink','obscuredullpink','Obscure Dull Pink',[102,0,51],'660033',6684723],
643             ['vaccc:obscuredullred','obscuredullred','Obscure Dull Red',[102,0,0],'660000',6684672],
644             ['vaccc:obscuredullspring','obscuredullspring','Obscure Dull Spring',[51,102,0],'336600',3368448],
645             ['vaccc:obscuredullteal','obscuredullteal','Obscure Dull Teal',[0,102,51],'006633',26163],
646             ['vaccc:obscuredullviolet','obscuredullviolet','Obscure Dull Violet',[51,0,102],'330066',3342438],
647             ['vaccc:obscuredullyellow','obscuredullyellow','Obscure Dull Yellow',[102,102,0],'666600',6710784],
648             ['vaccc:obscuregray','obscuregray','Obscure Gray',[51,51,51],'333333',3355443],
649             ['vaccc:obscureweakblue','obscureweakblue','Obscure Weak Blue',[0,0,51],'000033',51],
650             ['vaccc:obscureweakcyan','obscureweakcyan','Obscure Weak Cyan',[0,51,51],'003333',13107],
651             ['vaccc:obscureweakgreen','obscureweakgreen','Obscure Weak Green',[0,51,0],'003300',13056],
652             ['vaccc:obscureweakmagenta','obscureweakmagenta','Obscure Weak Magenta',[51,0,51],'330033',3342387],
653             ['vaccc:obscureweakred','obscureweakred','Obscure Weak Red',[51,0,0],'330000',3342336],
654             ['vaccc:obscureweakyellow','obscureweakyellow','Obscure Weak Yellow',[51,51,0],'333300',3355392],
655             ['vaccc:orangeorangered','orangeorangered','Orange-Orange-Red',[255,102,0],'ff6600',16737792],
656             ['vaccc:orangeorangeyellow','orangeorangeyellow','Orange-Orange-Yellow',[255,153,0],'ff9900',16750848],
657             ['vaccc:paledullazure','paledullazure','Pale Dull Azure',[153,204,255],'99ccff',10079487],
658             ['vaccc:paledullblue','paledullblue','Pale Dull Blue',[153,153,255],'9999ff',10066431],
659             ['vaccc:paledullcyan','paledullcyan','Pale Dull Cyan',[153,255,255],'99ffff',10092543],
660             ['vaccc:paledullgreen','paledullgreen','Pale Dull Green',[153,255,153],'99ff99',10092441],
661             ['vaccc:paledullmagenta','paledullmagenta','Pale Dull Magenta',[255,153,255],'ff99ff',16751103],
662             ['vaccc:paledullorange','paledullorange','Pale Dull Orange',[255,204,153],'ffcc99',16764057],
663             ['vaccc:paledullpink','paledullpink','Pale Dull Pink',[255,153,204],'ff99cc',16751052],
664             ['vaccc:paledullred','paledullred','Pale Dull Red',[255,153,153],'ff9999',16751001],
665             ['vaccc:paledullspring','paledullspring','Pale Dull Spring',[204,255,153],'ccff99',13434777],
666             ['vaccc:paledullteal','paledullteal','Pale Dull Teal',[153,255,204],'99ffcc',10092492],
667             ['vaccc:paledullviolet','paledullviolet','Pale Dull Violet',[204,153,255],'cc99ff',13408767],
668             ['vaccc:paledullyellow','paledullyellow','Pale Dull Yellow',[255,255,153],'ffff99',16777113],
669             ['vaccc:palegray','palegray','Pale Gray',[204,204,204],'cccccc',13421772],
670             ['vaccc:paleweakblue','paleweakblue','Pale Weak Blue',[204,204,255],'ccccff',13421823],
671             ['vaccc:paleweakcyan','paleweakcyan','Pale Weak Cyan',[204,255,255],'ccffff',13434879],
672             ['vaccc:paleweakgreen','paleweakgreen','Pale Weak Green',[204,255,204],'ccffcc',13434828],
673             ['vaccc:paleweakmagenta','paleweakmagenta','Pale Weak Magenta',[255,204,255],'ffccff',16764159],
674             ['vaccc:paleweakred','paleweakred','Pale Weak Red',[255,204,204],'ffcccc',16764108],
675             ['vaccc:paleweakyellow','paleweakyellow','Pale Weak Yellow',[255,255,204],'ffffcc',16777164],
676             ['vaccc:pinkpinkmagenta','pinkpinkmagenta','Pink-Pink-Magenta',[255,0,153],'ff0099',16711833],
677             ['vaccc:pinkpinkred','pinkpinkred','Pink-Pink-Red',[255,0,102],'ff0066',16711782],
678             ['vaccc:red','red','Red',[255,0,0],'ff0000',16711680],
679             ['vaccc:redredorange','redredorange','Red-Red-Orange',[255,51,0],'ff3300',16724736],
680             ['vaccc:redredpink','redredpink','Red-Red-Pink',[255,0,51],'ff0033',16711731],
681             ['vaccc:springspringgreen','springspringgreen','Spring-Spring-Green',[102,255,0],'66ff00',6749952],
682             ['vaccc:springspringyellow','springspringyellow','Spring-Spring-Yellow',[153,255,0],'99ff00',10092288],
683             ['vaccc:tealtealcyan','tealtealcyan','Teal-Teal-Cyan',[0,255,153],'00ff99',65433],
684             ['vaccc:tealtealgreen','tealtealgreen','Teal-Teal-Green',[0,255,102],'00ff66',65382],
685             ['vaccc:violetvioletblue','violetvioletblue','Violet-Violet-Blue',[102,0,255],'6600ff',6684927],
686             ['vaccc:violetvioletmagenta','violetvioletmagenta','Violet-Violet-Magenta',[153,0,255],'9900ff',10027263],
687             ['vaccc:white','white','White',[255,255,255],'ffffff',16777215],
688             ['vaccc:yellow','yellow','Yellow',[255,255,0],'ffff00',16776960],
689             ['vaccc:yellowyelloworange','yellowyelloworange','Yellow-Yellow-Orange',[255,204,0],'ffcc00',16763904],
690             ['vaccc:yellowyellowspring','yellowyellowspring','Yellow-Yellow-Spring',[204,255,0],'ccff00',13434624]
691             ];
692             }
693              
694             sub _description {
695             return {
696 0     0     'subtitle' => 'VisiBone Anglo-Centric Color Code',
697             'title' => 'VACCC',
698             'description' => 'VisiBone Anglo-Centric Color Code
699              
700             [http://www.visibone.com/vaccc/]
701              
702             Peter Hamer correctly points out that this naming scheme should not be confused with names given to spectral colors, such as those that follow the mnemonic "Roy G. Biv": Red, Orange, Yellow, Green, Blue, Indigo, Violet. The distinction is between the physical nature of light and the human perception of if.
703              
704             Humans can\'t distinguish yellow light from a mixture of red and green light. That\'s due to the color detection mechanism of the human eye. The "cones" on the surface of the retina respond differentially to red, green and blue light. (The "rods" on the other hand are very sensitive to the brightness of light but can\'t distinguish hues.) So computer phosphors don\'t attempt to transmit yellow light at all. They simulate it by transmitting both red and green. At least humans can be fooled in this way.
705              
706             There\'s much more to light than the human eye can measure. Besides the fact that visible light is a narrow subset of all the light coming from the sun, there a whole dimension in the variation of frequency and amplitude to which the eye is "tone deaf". This dimension is important to astronomers and chemists. Their instruments measure aspects of light that can reveal, for example, the composition of a star as well as that of a material found at a crime scene.
707              
708             Only when light is "for eyes only," your\'s or anyone\'s, can we simplify theory and measurement to varying quantities of red, green and blue. (Ever use a magnifying glass on your computer screen to see the little dots? Watch that eyestrain! Didn\'t I say a magnfying glass?!) So the physics of color and the perception of color are different disciplines.
709              
710             Another interesting distinction, "hues" on a computer monitor as well as in the mind of a user, follow a circular series, as named above in the hue list. Magenta and Pink are as close to each other in perception as Green and Teal. But the physics of light is linear, a spectrum. Violet in the color spectrum is the furthest thing from Red. With real light, there\'s no such thing as magenta. The eye, when the red and blue cones are stimulated "sees" magenta, but it doesn\'t correspond to any frequency of light, the way most other hues do.
711              
712             Incidentally, the distinction between Red, Green, Blue (RGB) and Cyan, Magenta, Yellow (CMY or CMYK when Black is added to the mix) is purely tactical. Printers use light-absorbing ink and computer monitors use light-transmitting phosphors. The perfect cyan ink would completely absorb red light and be completely transparent to green and blue. The tactic of mixing cyan and yellow ink to get green is backwards from mixing red and green light to get yellow. But the strategy is the same: fooling human eyeballs by manipulating the red, green and blue light that ultimately hits the retina.
713             '
714             }
715              
716             }
717              
718             1;