Shades of Eggplant #A80472
Tints of Eggplant #A80472
RGB
CMYK
RGB Variations
Color information
#A80472 (or 0xA80472) is known color: Eggplant. HEX triplet: A8, 04 and 72. RGB value is (168,4,114). Sum of RGB (Red+Green+Blue) = 168+4+114=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A80472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80472 is #57FB8D. Grayscale: #414141. Windows color (decimal): -5766030 or 7472296. OLE color: 7472296.
HSL color Cylindrical-coordinate representation of color #A80472: hue angle of 319.76º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80472 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.34 |
| HSL | 319.76º | 0.95% | 0.34% | - |
| HSV(B) | 319.76º | 0.98% | 0.66% | - |
| XYZ | 19.23 | 9.63 | 16.76 | - |
| YUV | 65.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 114 | 0 | 0.98 | 0.32 | 0.34 | 319.76 | 0.95 | 0.34 |
| Hex | A8 | 4 | 72 | 0 | 62 | 20 | 22 | 140 | 5F | 22 |
| Octal | 250 | 4 | 162 | 0 | 142 | 40 | 42 | 500 | 137 | 42 |
| Binary | 10101000 | 100 | 1110010 | 0 | 1100010 | 100000 | 100010 | 101000000 | 1011111 | 100010 |
Color Harmonies of #A80472
Complementary color
Monochromatic Colors of #A80472
Black with #A80472
Text Example
Text Example
White with #A80472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80472; }
p { color: rgb(168,4,114); }
H1.HeaderClassName
{
color: #A80472;
}
.AnyTagClassName
{
color: #A80472;
}
</style>
background-color css
<style>
a { background-color: #A80472; }
a { background-color: rgb(168,4,114); }
div.DivClassName
{
background-color: #A80472;
}
.BgClassName
{
background-color: #A80472;
}
</style>
border-color css
<style>
span { border-color: #A80472; }
span { border-color: rgb(168,4,114); }
td.TdClassName
{
border-color: #A80472;
}
.TagClassName
{
border-color: #A80472;
}
</style>