Shades of Eggplant #A20C78
Tints of Eggplant #A20C78
RGB
CMYK
RGB Variations
Color information
#A20C78 (or 0xA20C78) is known color: Eggplant. HEX triplet: A2, 0C and 78. RGB value is (162,12,120). Sum of RGB (Red+Green+Blue) = 162+12+120=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20C78 is #5DF387. Grayscale: #444444. Windows color (decimal): -6157192 or 7867554. OLE color: 7867554.
HSL color Cylindrical-coordinate representation of color #A20C78: hue angle of 316.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C78 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 12 | 120 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.36 |
| HSL | 316.8º | 0.86% | 0.34% | - |
| HSV(B) | 316.8º | 0.93% | 0.64% | - |
| XYZ | 18.42 | 9.3 | 18.59 | - |
| YUV | 69.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 120 | 0 | 0.93 | 0.26 | 0.36 | 316.8 | 0.86 | 0.34 |
| Hex | A2 | C | 78 | 0 | 5D | 1A | 24 | 13D | 56 | 22 |
| Octal | 242 | 14 | 170 | 0 | 135 | 32 | 44 | 475 | 126 | 42 |
| Binary | 10100010 | 1100 | 1111000 | 0 | 1011101 | 11010 | 100100 | 100111101 | 1010110 | 100010 |
Color Harmonies of #A20C78
Complementary color
Monochromatic Colors of #A20C78
Black with #A20C78
Text Example
Text Example
White with #A20C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20C78; }
p { color: rgb(162,12,120); }
H1.HeaderClassName
{
color: #A20C78;
}
.AnyTagClassName
{
color: #A20C78;
}
</style>
background-color css
<style>
a { background-color: #A20C78; }
a { background-color: rgb(162,12,120); }
div.DivClassName
{
background-color: #A20C78;
}
.BgClassName
{
background-color: #A20C78;
}
</style>
border-color css
<style>
span { border-color: #A20C78; }
span { border-color: rgb(162,12,120); }
td.TdClassName
{
border-color: #A20C78;
}
.TagClassName
{
border-color: #A20C78;
}
</style>