Shades of Eggplant #A20870
Tints of Eggplant #A20870
RGB
CMYK
RGB Variations
Color information
#A20870 (or 0xA20870) is known color: Eggplant. HEX triplet: A2, 08 and 70. RGB value is (162,8,112). Sum of RGB (Red+Green+Blue) = 162+8+112=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A20870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20870 is #5DF78F. Grayscale: #414141. Windows color (decimal): -6158224 or 7342242. OLE color: 7342242.
HSL color Cylindrical-coordinate representation of color #A20870: hue angle of 319.48º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20870 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 112 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.36 |
| HSL | 319.48º | 0.91% | 0.33% | - |
| HSV(B) | 319.48º | 0.95% | 0.64% | - |
| XYZ | 17.91 | 9.02 | 16.13 | - |
| YUV | 65.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 112 | 0 | 0.95 | 0.31 | 0.36 | 319.48 | 0.91 | 0.33 |
| Hex | A2 | 8 | 70 | 0 | 5F | 1F | 24 | 13F | 5B | 21 |
| Octal | 242 | 10 | 160 | 0 | 137 | 37 | 44 | 477 | 133 | 41 |
| Binary | 10100010 | 1000 | 1110000 | 0 | 1011111 | 11111 | 100100 | 100111111 | 1011011 | 100001 |
Color Harmonies of #A20870
Complementary color
Monochromatic Colors of #A20870
Black with #A20870
Text Example
Text Example
White with #A20870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20870; }
p { color: rgb(162,8,112); }
H1.HeaderClassName
{
color: #A20870;
}
.AnyTagClassName
{
color: #A20870;
}
</style>
background-color css
<style>
a { background-color: #A20870; }
a { background-color: rgb(162,8,112); }
div.DivClassName
{
background-color: #A20870;
}
.BgClassName
{
background-color: #A20870;
}
</style>
border-color css
<style>
span { border-color: #A20870; }
span { border-color: rgb(162,8,112); }
td.TdClassName
{
border-color: #A20870;
}
.TagClassName
{
border-color: #A20870;
}
</style>