Shades of Eggplant #AB0978
Tints of Eggplant #AB0978
RGB
CMYK
RGB Variations
Color information
#AB0978 (or 0xAB0978) is known color: Eggplant. HEX triplet: AB, 09 and 78. RGB value is (171,9,120). Sum of RGB (Red+Green+Blue) = 171+9+120=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0978 is #54F687. Grayscale: #454545. Windows color (decimal): -5568136 or 7866795. OLE color: 7866795.
HSL color Cylindrical-coordinate representation of color #AB0978: hue angle of 318.89º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0978 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 120 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.33 |
| HSL | 318.89º | 0.9% | 0.35% | - |
| HSV(B) | 318.89º | 0.95% | 0.67% | - |
| XYZ | 20.28 | 10.21 | 18.67 | - |
| YUV | 70.09 | 156.17 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 120 | 0 | 0.95 | 0.30 | 0.33 | 318.89 | 0.9 | 0.35 |
| Hex | AB | 9 | 78 | 0 | 5F | 1E | 21 | 13F | 5A | 23 |
| Octal | 253 | 11 | 170 | 0 | 137 | 36 | 41 | 477 | 132 | 43 |
| Binary | 10101011 | 1001 | 1111000 | 0 | 1011111 | 11110 | 100001 | 100111111 | 1011010 | 100011 |
Color Harmonies of #AB0978
Complementary color
Monochromatic Colors of #AB0978
Black with #AB0978
Text Example
Text Example
White with #AB0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0978; }
p { color: rgb(171,9,120); }
H1.HeaderClassName
{
color: #AB0978;
}
.AnyTagClassName
{
color: #AB0978;
}
</style>
background-color css
<style>
a { background-color: #AB0978; }
a { background-color: rgb(171,9,120); }
div.DivClassName
{
background-color: #AB0978;
}
.BgClassName
{
background-color: #AB0978;
}
</style>
border-color css
<style>
span { border-color: #AB0978; }
span { border-color: rgb(171,9,120); }
td.TdClassName
{
border-color: #AB0978;
}
.TagClassName
{
border-color: #AB0978;
}
</style>