Shades of Eggplant #AB0D77
Tints of Eggplant #AB0D77
RGB
CMYK
RGB Variations
Color information
#AB0D77 (or 0xAB0D77) is known color: Eggplant. HEX triplet: AB, 0D and 77. RGB value is (171,13,119). Sum of RGB (Red+Green+Blue) = 171+13+119=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0D77 is #54F288. Grayscale: #484848. Windows color (decimal): -5567113 or 7802283. OLE color: 7802283.
HSL color Cylindrical-coordinate representation of color #AB0D77: hue angle of 319.75º degrees, saturation: 0.86, 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 #AB0D77 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 119 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.33 |
| HSL | 319.75º | 0.86% | 0.36% | - |
| HSV(B) | 319.75º | 0.92% | 0.67% | - |
| XYZ | 20.27 | 10.28 | 18.37 | - |
| YUV | 72.33 | 154.35 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 119 | 0 | 0.92 | 0.30 | 0.33 | 319.75 | 0.86 | 0.36 |
| Hex | AB | D | 77 | 0 | 5C | 1E | 21 | 140 | 56 | 24 |
| Octal | 253 | 15 | 167 | 0 | 134 | 36 | 41 | 500 | 126 | 44 |
| Binary | 10101011 | 1101 | 1110111 | 0 | 1011100 | 11110 | 100001 | 101000000 | 1010110 | 100100 |
Color Harmonies of #AB0D77
Complementary color
Monochromatic Colors of #AB0D77
Black with #AB0D77
Text Example
Text Example
White with #AB0D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0D77; }
p { color: rgb(171,13,119); }
H1.HeaderClassName
{
color: #AB0D77;
}
.AnyTagClassName
{
color: #AB0D77;
}
</style>
background-color css
<style>
a { background-color: #AB0D77; }
a { background-color: rgb(171,13,119); }
div.DivClassName
{
background-color: #AB0D77;
}
.BgClassName
{
background-color: #AB0D77;
}
</style>
border-color css
<style>
span { border-color: #AB0D77; }
span { border-color: rgb(171,13,119); }
td.TdClassName
{
border-color: #AB0D77;
}
.TagClassName
{
border-color: #AB0D77;
}
</style>