Shades of Eggplant #AB0878
Tints of Eggplant #AB0878
RGB
CMYK
RGB Variations
Color information
#AB0878 (or 0xAB0878) is known color: Eggplant. HEX triplet: AB, 08 and 78. RGB value is (171,8,120). Sum of RGB (Red+Green+Blue) = 171+8+120=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0878 is #54F787. Grayscale: #454545. Windows color (decimal): -5568392 or 7866539. OLE color: 7866539.
HSL color Cylindrical-coordinate representation of color #AB0878: hue angle of 318.77º degrees, saturation: 0.91, 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 #AB0878 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 120 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.33 |
| HSL | 318.77º | 0.91% | 0.35% | - |
| HSV(B) | 318.77º | 0.95% | 0.67% | - |
| XYZ | 20.27 | 10.19 | 18.67 | - |
| YUV | 69.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 120 | 0 | 0.95 | 0.30 | 0.33 | 318.77 | 0.91 | 0.35 |
| Hex | AB | 8 | 78 | 0 | 5F | 1E | 21 | 13F | 5B | 23 |
| Octal | 253 | 10 | 170 | 0 | 137 | 36 | 41 | 477 | 133 | 43 |
| Binary | 10101011 | 1000 | 1111000 | 0 | 1011111 | 11110 | 100001 | 100111111 | 1011011 | 100011 |
Color Harmonies of #AB0878
Complementary color
Monochromatic Colors of #AB0878
Black with #AB0878
Text Example
Text Example
White with #AB0878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0878; }
p { color: rgb(171,8,120); }
H1.HeaderClassName
{
color: #AB0878;
}
.AnyTagClassName
{
color: #AB0878;
}
</style>
background-color css
<style>
a { background-color: #AB0878; }
a { background-color: rgb(171,8,120); }
div.DivClassName
{
background-color: #AB0878;
}
.BgClassName
{
background-color: #AB0878;
}
</style>
border-color css
<style>
span { border-color: #AB0878; }
span { border-color: rgb(171,8,120); }
td.TdClassName
{
border-color: #AB0878;
}
.TagClassName
{
border-color: #AB0878;
}
</style>