Shades of Eggplant #A2037B
Tints of Eggplant #A2037B
RGB
CMYK
RGB Variations
Color information
#A2037B (or 0xA2037B) is known color: Eggplant. HEX triplet: A2, 03 and 7B. RGB value is (162,3,123). Sum of RGB (Red+Green+Blue) = 162+3+123=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A2037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2037B is #5DFC84. Grayscale: #3F3F3F. Windows color (decimal): -6159493 or 8061858. OLE color: 8061858.
HSL color Cylindrical-coordinate representation of color #A2037B: hue angle of 314.72º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2037B is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 123 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.36 |
| HSL | 314.72º | 0.96% | 0.32% | - |
| HSV(B) | 314.72º | 0.98% | 0.64% | - |
| XYZ | 18.51 | 9.18 | 19.53 | - |
| YUV | 64.22 | 161.18 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 123 | 0 | 0.98 | 0.24 | 0.36 | 314.72 | 0.96 | 0.32 |
| Hex | A2 | 3 | 7B | 0 | 62 | 18 | 24 | 13B | 60 | 20 |
| Octal | 242 | 3 | 173 | 0 | 142 | 30 | 44 | 473 | 140 | 40 |
| Binary | 10100010 | 11 | 1111011 | 0 | 1100010 | 11000 | 100100 | 100111011 | 1100000 | 100000 |
Color Harmonies of #A2037B
Complementary color
Monochromatic Colors of #A2037B
Black with #A2037B
Text Example
Text Example
White with #A2037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2037B; }
p { color: rgb(162,3,123); }
H1.HeaderClassName
{
color: #A2037B;
}
.AnyTagClassName
{
color: #A2037B;
}
</style>
background-color css
<style>
a { background-color: #A2037B; }
a { background-color: rgb(162,3,123); }
div.DivClassName
{
background-color: #A2037B;
}
.BgClassName
{
background-color: #A2037B;
}
</style>
border-color css
<style>
span { border-color: #A2037B; }
span { border-color: rgb(162,3,123); }
td.TdClassName
{
border-color: #A2037B;
}
.TagClassName
{
border-color: #A2037B;
}
</style>