Shades of Eggplant #A80570
Tints of Eggplant #A80570
RGB
CMYK
RGB Variations
Color information
#A80570 (or 0xA80570) is known color: Eggplant. HEX triplet: A8, 05 and 70. RGB value is (168,5,112). Sum of RGB (Red+Green+Blue) = 168+5+112=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A80570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80570 is #57FA8F. Grayscale: #414141. Windows color (decimal): -5765776 or 7341480. OLE color: 7341480.
HSL color Cylindrical-coordinate representation of color #A80570: hue angle of 320.61º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80570 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 112 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.34 |
| HSL | 320.61º | 0.94% | 0.34% | - |
| HSV(B) | 320.61º | 0.97% | 0.66% | - |
| XYZ | 19.13 | 9.6 | 16.17 | - |
| YUV | 65.94 | 154 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 112 | 0 | 0.97 | 0.33 | 0.34 | 320.61 | 0.94 | 0.34 |
| Hex | A8 | 5 | 70 | 0 | 61 | 21 | 22 | 141 | 5E | 22 |
| Octal | 250 | 5 | 160 | 0 | 141 | 41 | 42 | 501 | 136 | 42 |
| Binary | 10101000 | 101 | 1110000 | 0 | 1100001 | 100001 | 100010 | 101000001 | 1011110 | 100010 |
Color Harmonies of #A80570
Complementary color
Monochromatic Colors of #A80570
Black with #A80570
Text Example
Text Example
White with #A80570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80570; }
p { color: rgb(168,5,112); }
H1.HeaderClassName
{
color: #A80570;
}
.AnyTagClassName
{
color: #A80570;
}
</style>
background-color css
<style>
a { background-color: #A80570; }
a { background-color: rgb(168,5,112); }
div.DivClassName
{
background-color: #A80570;
}
.BgClassName
{
background-color: #A80570;
}
</style>
border-color css
<style>
span { border-color: #A80570; }
span { border-color: rgb(168,5,112); }
td.TdClassName
{
border-color: #A80570;
}
.TagClassName
{
border-color: #A80570;
}
</style>