Shades of Eggplant #A20A72
Tints of Eggplant #A20A72
RGB
CMYK
RGB Variations
Color information
#A20A72 (or 0xA20A72) is known color: Eggplant. HEX triplet: A2, 0A and 72. RGB value is (162,10,114). Sum of RGB (Red+Green+Blue) = 162+10+114=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A72 is #5DF58D. Grayscale: #434343. Windows color (decimal): -6157710 or 7473826. OLE color: 7473826.
HSL color Cylindrical-coordinate representation of color #A20A72: hue angle of 318.95º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A72 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 114 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.36 |
| HSL | 318.95º | 0.88% | 0.34% | - |
| HSV(B) | 318.95º | 0.94% | 0.64% | - |
| XYZ | 18.05 | 9.11 | 16.73 | - |
| YUV | 67.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 114 | 0 | 0.94 | 0.30 | 0.36 | 318.95 | 0.88 | 0.34 |
| Hex | A2 | A | 72 | 0 | 5E | 1E | 24 | 13F | 58 | 22 |
| Octal | 242 | 12 | 162 | 0 | 136 | 36 | 44 | 477 | 130 | 42 |
| Binary | 10100010 | 1010 | 1110010 | 0 | 1011110 | 11110 | 100100 | 100111111 | 1011000 | 100010 |
Color Harmonies of #A20A72
Complementary color
Monochromatic Colors of #A20A72
Black with #A20A72
Text Example
Text Example
White with #A20A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A72; }
p { color: rgb(162,10,114); }
H1.HeaderClassName
{
color: #A20A72;
}
.AnyTagClassName
{
color: #A20A72;
}
</style>
background-color css
<style>
a { background-color: #A20A72; }
a { background-color: rgb(162,10,114); }
div.DivClassName
{
background-color: #A20A72;
}
.BgClassName
{
background-color: #A20A72;
}
</style>
border-color css
<style>
span { border-color: #A20A72; }
span { border-color: rgb(162,10,114); }
td.TdClassName
{
border-color: #A20A72;
}
.TagClassName
{
border-color: #A20A72;
}
</style>