Shades of Eggplant #A20A78
Tints of Eggplant #A20A78
RGB
CMYK
RGB Variations
Color information
#A20A78 (or 0xA20A78) is known color: Eggplant. HEX triplet: A2, 0A and 78. RGB value is (162,10,120). Sum of RGB (Red+Green+Blue) = 162+10+120=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A78 is #5DF587. Grayscale: #434343. Windows color (decimal): -6157704 or 7867042. OLE color: 7867042.
HSL color Cylindrical-coordinate representation of color #A20A78: hue angle of 316.58º 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 #A20A78 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 120 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.36 |
| HSL | 316.58º | 0.88% | 0.34% | - |
| HSV(B) | 316.58º | 0.94% | 0.64% | - |
| XYZ | 18.4 | 9.25 | 18.59 | - |
| YUV | 67.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 120 | 0 | 0.94 | 0.26 | 0.36 | 316.58 | 0.88 | 0.34 |
| Hex | A2 | A | 78 | 0 | 5E | 1A | 24 | 13D | 58 | 22 |
| Octal | 242 | 12 | 170 | 0 | 136 | 32 | 44 | 475 | 130 | 42 |
| Binary | 10100010 | 1010 | 1111000 | 0 | 1011110 | 11010 | 100100 | 100111101 | 1011000 | 100010 |
Color Harmonies of #A20A78
Complementary color
Monochromatic Colors of #A20A78
Black with #A20A78
Text Example
Text Example
White with #A20A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A78; }
p { color: rgb(162,10,120); }
H1.HeaderClassName
{
color: #A20A78;
}
.AnyTagClassName
{
color: #A20A78;
}
</style>
background-color css
<style>
a { background-color: #A20A78; }
a { background-color: rgb(162,10,120); }
div.DivClassName
{
background-color: #A20A78;
}
.BgClassName
{
background-color: #A20A78;
}
</style>
border-color css
<style>
span { border-color: #A20A78; }
span { border-color: rgb(162,10,120); }
td.TdClassName
{
border-color: #A20A78;
}
.TagClassName
{
border-color: #A20A78;
}
</style>