Shades of Eggplant #AB0E78
Tints of Eggplant #AB0E78
RGB
CMYK
RGB Variations
Color information
#AB0E78 (or 0xAB0E78) is known color: Eggplant. HEX triplet: AB, 0E and 78. RGB value is (171,14,120). Sum of RGB (Red+Green+Blue) = 171+14+120=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0E78 is #54F187. Grayscale: #484848. Windows color (decimal): -5566856 or 7868075. OLE color: 7868075.
HSL color Cylindrical-coordinate representation of color #AB0E78: hue angle of 319.49º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0E78 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 14 | 120 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.33 |
| HSL | 319.49º | 0.85% | 0.36% | - |
| HSV(B) | 319.49º | 0.92% | 0.67% | - |
| XYZ | 20.34 | 10.33 | 18.69 | - |
| YUV | 73.03 | 154.51 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 120 | 0 | 0.92 | 0.30 | 0.33 | 319.49 | 0.85 | 0.36 |
| Hex | AB | E | 78 | 0 | 5C | 1E | 21 | 13F | 55 | 24 |
| Octal | 253 | 16 | 170 | 0 | 134 | 36 | 41 | 477 | 125 | 44 |
| Binary | 10101011 | 1110 | 1111000 | 0 | 1011100 | 11110 | 100001 | 100111111 | 1010101 | 100100 |
Color Harmonies of #AB0E78
Complementary color
Monochromatic Colors of #AB0E78
Black with #AB0E78
Text Example
Text Example
White with #AB0E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0E78; }
p { color: rgb(171,14,120); }
H1.HeaderClassName
{
color: #AB0E78;
}
.AnyTagClassName
{
color: #AB0E78;
}
</style>
background-color css
<style>
a { background-color: #AB0E78; }
a { background-color: rgb(171,14,120); }
div.DivClassName
{
background-color: #AB0E78;
}
.BgClassName
{
background-color: #AB0E78;
}
</style>
border-color css
<style>
span { border-color: #AB0E78; }
span { border-color: rgb(171,14,120); }
td.TdClassName
{
border-color: #AB0E78;
}
.TagClassName
{
border-color: #AB0E78;
}
</style>