Shades of Eggplant #A20A70
Tints of Eggplant #A20A70
RGB
CMYK
RGB Variations
Color information
#A20A70 (or 0xA20A70) is known color: Eggplant. HEX triplet: A2, 0A and 70. RGB value is (162,10,112). Sum of RGB (Red+Green+Blue) = 162+10+112=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A70 is #5DF58F. Grayscale: #424242. Windows color (decimal): -6157712 or 7342754. OLE color: 7342754.
HSL color Cylindrical-coordinate representation of color #A20A70: hue angle of 319.74º 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 #A20A70 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 112 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.36 |
| HSL | 319.74º | 0.88% | 0.34% | - |
| HSV(B) | 319.74º | 0.94% | 0.64% | - |
| XYZ | 17.93 | 9.07 | 16.13 | - |
| YUV | 67.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 112 | 0 | 0.94 | 0.31 | 0.36 | 319.74 | 0.88 | 0.34 |
| Hex | A2 | A | 70 | 0 | 5E | 1F | 24 | 140 | 58 | 22 |
| Octal | 242 | 12 | 160 | 0 | 136 | 37 | 44 | 500 | 130 | 42 |
| Binary | 10100010 | 1010 | 1110000 | 0 | 1011110 | 11111 | 100100 | 101000000 | 1011000 | 100010 |
Color Harmonies of #A20A70
Complementary color
Monochromatic Colors of #A20A70
Black with #A20A70
Text Example
Text Example
White with #A20A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A70; }
p { color: rgb(162,10,112); }
H1.HeaderClassName
{
color: #A20A70;
}
.AnyTagClassName
{
color: #A20A70;
}
</style>
background-color css
<style>
a { background-color: #A20A70; }
a { background-color: rgb(162,10,112); }
div.DivClassName
{
background-color: #A20A70;
}
.BgClassName
{
background-color: #A20A70;
}
</style>
border-color css
<style>
span { border-color: #A20A70; }
span { border-color: rgb(162,10,112); }
td.TdClassName
{
border-color: #A20A70;
}
.TagClassName
{
border-color: #A20A70;
}
</style>