Shades of Eggplant #A80979
Tints of Eggplant #A80979
RGB
CMYK
RGB Variations
Color information
#A80979 (or 0xA80979) is known color: Eggplant. HEX triplet: A8, 09 and 79. RGB value is (168,9,121). Sum of RGB (Red+Green+Blue) = 168+9+121=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A80979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80979 is #57F686. Grayscale: #454545. Windows color (decimal): -5764743 or 7932328. OLE color: 7932328.
HSL color Cylindrical-coordinate representation of color #A80979: hue angle of 317.74º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80979 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 121 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.34 |
| HSL | 317.74º | 0.9% | 0.35% | - |
| HSV(B) | 317.74º | 0.95% | 0.66% | - |
| XYZ | 19.7 | 9.9 | 18.96 | - |
| YUV | 69.31 | 157.18 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 121 | 0 | 0.95 | 0.28 | 0.34 | 317.74 | 0.9 | 0.35 |
| Hex | A8 | 9 | 79 | 0 | 5F | 1C | 22 | 13E | 5A | 23 |
| Octal | 250 | 11 | 171 | 0 | 137 | 34 | 42 | 476 | 132 | 43 |
| Binary | 10101000 | 1001 | 1111001 | 0 | 1011111 | 11100 | 100010 | 100111110 | 1011010 | 100011 |
Color Harmonies of #A80979
Complementary color
Monochromatic Colors of #A80979
Black with #A80979
Text Example
Text Example
White with #A80979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80979; }
p { color: rgb(168,9,121); }
H1.HeaderClassName
{
color: #A80979;
}
.AnyTagClassName
{
color: #A80979;
}
</style>
background-color css
<style>
a { background-color: #A80979; }
a { background-color: rgb(168,9,121); }
div.DivClassName
{
background-color: #A80979;
}
.BgClassName
{
background-color: #A80979;
}
</style>
border-color css
<style>
span { border-color: #A80979; }
span { border-color: rgb(168,9,121); }
td.TdClassName
{
border-color: #A80979;
}
.TagClassName
{
border-color: #A80979;
}
</style>