The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. Back4App
  2. All Colors with Name and RGB
Public

121
122
121
122
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • GraphQL API Playground
    API Playground
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

  1. All Colors with Name and RGB
  2. Color

This is the Color class containing 957 colors, their names and their RGB codes.


DataSchema
Get StartedFetch Data
namehexCoderedHexgreenHexblueHexredDecimalgreenDecimalblueDecimalredFractiongreenFractionblueFraction
Absolute Zero
#0048BA
00
48
BA
0
72
186
0
0.28
0.73
Acid green
#B0BF1A
B0
BF
1A
176
191
26
0.69
0.75
0.1
Aero
#7CB9E8
7C
B9
E8
124
185
232
0.49
0.73
0.91
Aero blue
#C9FFE5
C9
FF
E5
201
255
229
0.79
1
0.9
African violet
#B284BE
B2
84
BE
178
132
190
0.7
0.52
0.75
Air superiority blue
#72A0C1
72
A0
C1
114
160
193
0.45
0.63
0.76
Alabaster
#EDEAE0
ED
EA
E0
237
234
224
0.93
0.92
0.88
Alice blue
#F0F8FF
F0
F8
FF
240
248
255
0.94
0.97
1
Alloy orange
#C46210
C4
62
10
196
98
16
0.77
0.38
0.06
Almond
#EFDECD
EF
DE
CD
239
222
205
0.94
0.87
0.8
Amaranth
#E52B50
E5
2B
50
229
43
80
0.9
0.17
0.31
Amaranth (M&P)
#9F2B68
9F
2B
68
159
43
104
0.62
0.17
0.41
Amaranth pink
#F19CBB
F1
9C
BB
241
156
187
0.95
0.61
0.73
Amaranth purple
#AB274F
AB
27
4F
171
39
79
0.67
0.15
0.31
Amaranth red
#D3212D
D3
21
2D
211
33
45
0.83
0.13
0.18
Amazon
#3B7A57
3B
7A
57
59
122
87
0.23
0.48
0.34
Amber
#FFBF00
FF
BF
00
255
191
0
1
0.75
0
Amber (SAE/ECE)
#FF7E00
FF
7E
00
255
126
0
1
0.49
0
Amethyst
#9966CC
99
66
CC
153
102
204
0.6
0.4
0.8
Android green
#A4C639
A4
C6
39
164
198
57
0.64
0.78
0.22
NotesNotes

Color class schema

  • name (String): This is the color name.
  • hexCode (String): This is the color hexadecimal code.
  • redHex (String): This is the color red component in hexadecimal.
  • greenHex (String): This is the color green component in hexadecimal.
  • blueHex (String): This is the color blue component in hexadecimal.
  • redDecimal (Number): This is the color red component in decimal.
  • greenDecimal (Number): This is the color green component in decimal.
  • blueDecimal (Number): This is the color blue component in decimal.
  • redFraction (Number): This is the color red component in fraction.
  • greenFraction (Number): This is the color green component in fraction.
  • blueFraction (Number): This is the color blue component in fraction.