-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolor.py
More file actions
146 lines (144 loc) · 6.71 KB
/
color.py
File metadata and controls
146 lines (144 loc) · 6.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
maroon = (128,0,0)
dark_red = (139,0,0)
brown = (165,42,42)
firebrick = (178,34,34)
crimson = (220,20,60)
red = (255,0,0)
tomato = (255,99,71)
coral = (255,127,80)
indian_red = (205,92,92)
light_coral = (240,128,128)
dark_salmon = (233,150,122)
salmon = (250,128,114)
light_salmon = (255,160,122)
orange_red = (255,69,0)
dark_orange = (255,140,0)
orange = (255,165,0)
gold = (255,215,0)
dark_golden_rod = (184,134,11)
golden_rod = (218,165,32)
pale_golden_rod = (238,232,170)
dark_khaki = (189,183,107)
khaki = (240,230,140)
olive = (128,128,0)
yellow = (255,255,0)
yellow_green = (154,205,50)
dark_olive_green = (85,107,47)
olive_drab = (107,142,35)
lawn_green = (124,252,0)
chart_reuse = (127,255,0)
green_yellow = (173,255,47)
dark_green = (0,100,0)
green = (0,128,0)
forest_green = (34,139,34)
lime = (0,255,0)
lime_green = (50,205,50)
light_green = (144,238,144)
pale_green = (152,251,152)
dark_sea_green = (143,188,143)
medium_spring_green = (0,250,154)
spring_green = (0,255,127)
sea_green = (46,139,87)
medium_aqua_marine = (102,205,170)
medium_sea_green = (60,179,113)
light_sea_green = (32,178,170)
dark_slate_gray = (47,79,79)
teal = (0,128,128)
dark_cyan = (0,139,139)
aqua = (0,255,255)
cyan = (0,255,255)
light_cyan = (224,255,255)
dark_turquoise = (0,206,209)
turquoise = (64,224,208)
medium_turquoise = (72,209,204)
pale_turquoise = (175,238,238)
aqua_marine = (127,255,212)
powder_blue = (176,224,230)
cadet_blue = (95,158,160)
steel_blue = (70,130,180)
corn_flower_blue = (100,149,237)
deep_sky_blue = (0,191,255)
dodger_blue = (30,144,255)
light_blue = (173,216,230)
sky_blue = (135,206,235)
light_sky_blue = (135,206,250)
midnight_blue = (25,25,112)
navy = (0,0,128)
dark_blue = (0,0,139)
medium_blue = (0,0,205)
blue = (0,0,255)
royal_blue = (65,105,225)
blue_violet = (138,43,226)
indigo = (75,0,130)
dark_slate_blue = (72,61,139)
slate_blue = (106,90,205)
medium_slate_blue = (123,104,238)
medium_purple = (147,112,219)
dark_magenta = (139,0,139)
dark_violet = (148,0,211)
dark_orchid = (153,50,204)
medium_orchid = (186,85,211)
purple = (128,0,128)
thistle = (216,191,216)
plum = (221,160,221)
violet = (238,130,238)
magenta_fuchsia = (255,0,255)
orchid = (218,112,214)
medium_violet_red = (199,21,133)
pale_violet_red = (219,112,147)
deep_pink = (255,20,147)
hot_pink = (255,105,180)
light_pink = (255,182,193)
pink = (255,192,203)
antique_white = (250,235,215)
beige = (245,245,220)
bisque = (255,228,196)
blanched_almond = (255,235,205)
wheat = (245,222,179)
corn_silk = (255,248,220)
lemon_chiffon = (255,250,205)
light_golden = (250,250,210)
rod_yellow = (250,250,210)
light_yellow = (255,255,224)
saddle_brown = (139,69,19)
sienna = (160,82,45)
chocolate = (210,105,30)
peru = (205,133,63)
sandy_brown = (244,164,96)
burly_wood = (222,184,135)
tan = (210,180,140)
rosy_brown = (188,143,143)
moccasin = (255,228,181)
navajo_white = (255,222,173)
peach_puff = (255,218,185)
misty_rose = (255,228,225)
lavender_blush = (255,240,245)
linen = (250,240,230)
old_lace = (253,245,230)
papaya_whip = (255,239,213)
sea_shell = (255,245,238)
mint_cream = (245,255,250)
slate_gray = (112,128,144)
light_slate_gray = (119,136,153)
light_steel_blue = (176,196,222)
lavender = (230,230,250)
floral_white = (255,250,240)
alice_blue = (240,248,255)
ghost_white = (248,248,255)
honeydew = (240,255,240)
ivory = (255,255,240)
azure = (240,255,255)
snow = (255,250,250)
black = (0,0,0)
dim_gray = (105,105,105)
dim_grey = (105,105,105)
gray_grey = (128,128,128)
dark_gray = (169,169,169)
dark_grey = (169,169,169)
silver = (192,192,192)
light_gray = (211,211,211)
light_grey = (211,211,211)
gainsboro = (220,220,220)
white_smoke = (245,245,245)
white = (255,255,255)
randomColors = [(128,0,0),(139,0,0),(165,42,42),(178,34,34),(220,20,60),(255,0,0),(255,99,71),(255,127,80),(205,92,92),(240,128,128),(233,150,122),(250,128,114),(255,160,122),(255,69,0),(255,140,0),(255,165,0),(255,215,0),(184,134,11),(218,165,32),(238,232,170),(189,183,107),(240,230,140),(128,128,0),(255,255,0),(154,205,50),(85,107,47),(107,142,35),(124,252,0),(127,255,0),(173,255,47),(0,100,0),(0,128,0),(34,139,34),(0,255,0),(50,205,50),(144,238,144),(152,251,152),(143,188,143),(0,250,154),(0,255,127),(46,139,87),(102,205,170),(60,179,113),(32,178,170),(47,79,79),(0,128,128),(0,139,139),(0,255,255),(0,255,255),(224,255,255),(0,206,209),(64,224,208),(72,209,204),(175,238,238),(127,255,212),(176,224,230),(95,158,160),(70,130,180),(100,149,237),(0,191,255),(30,144,255),(173,216,230),(135,206,235),(135,206,250),(25,25,112),(0,0,128),(0,0,139),(0,0,205),(0,0,255),(65,105,225),(138,43,226),(75,0,130),(72,61,139),(106,90,205),(123,104,238),(147,112,219),(139,0,139),(148,0,211),(153,50,204),(186,85,211),(128,0,128),(216,191,216),(221,160,221),(238,130,238),(255,0,255),(218,112,214),(199,21,133),(219,112,147),(255,20,147),(255,105,180),(255,182,193),(255,192,203),(250,235,215),(245,245,220),(255,228,196),(255,235,205),(245,222,179),(255,248,220),(255,250,205),(250,250,210),(250,250,210),(255,255,224),(139,69,19),(160,82,45),(210,105,30),(205,133,63),(244,164,96),(222,184,135),(210,180,140),(188,143,143),(255,228,181),(255,222,173),(255,218,185),(255,228,225),(255,240,245),(250,240,230),(253,245,230),(255,239,213),(255,245,238),(245,255,250),(112,128,144),(119,136,153),(176,196,222),(230,230,250),(255,250,240),(240,248,255),(248,248,255),(240,255,240),(255,255,240),(240,255,255),(255,250,250),(0,0,0),(105,105,105),(105,105,105),(128,128,128),(169,169,169),(169,169,169),(192,192,192),(211,211,211),(211,211,211),(220,220,220),(245,245,245),(255,255,255)]