Shades of Eggplant #AB0076
Tints of Eggplant #AB0076
RGB
CMYK
RGB Variations
Color information
#AB0076 (or 0xAB0076) is known color: Eggplant. HEX triplet: AB, 00 and 76. RGB value is (171,0,118). Sum of RGB (Red+Green+Blue) = 171+0+118=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0076 is #54FF89. Grayscale: #404040. Windows color (decimal): -5570442 or 7733419. OLE color: 7733419.
HSL color Cylindrical-coordinate representation of color #AB0076: hue angle of 318.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0076 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.31 | 0.33 |
| HSL | 318.6º | 1% | 0.34% | - |
| HSV(B) | 318.6º | 1% | 0.67% | - |
| XYZ | 20.06 | 9.97 | 18.01 | - |
| YUV | 64.58 | 158.15 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 118 | 0 | 1 | 0.31 | 0.33 | 318.6 | 1 | 0.34 |
| Hex | AB | 0 | 76 | 0 | 64 | 1F | 21 | 13F | 64 | 22 |
| Octal | 253 | 0 | 166 | 0 | 144 | 37 | 41 | 477 | 144 | 42 |
| Binary | 10101011 | 0 | 1110110 | 0 | 1100100 | 11111 | 100001 | 100111111 | 1100100 | 100010 |
Color Harmonies of #AB0076
Complementary color
Monochromatic Colors of #AB0076
Black with #AB0076
Text Example
Text Example
White with #AB0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0076; }
p { color: rgb(171,0,118); }
H1.HeaderClassName
{
color: #AB0076;
}
.AnyTagClassName
{
color: #AB0076;
}
</style>
background-color css
<style>
a { background-color: #AB0076; }
a { background-color: rgb(171,0,118); }
div.DivClassName
{
background-color: #AB0076;
}
.BgClassName
{
background-color: #AB0076;
}
</style>
border-color css
<style>
span { border-color: #AB0076; }
span { border-color: rgb(171,0,118); }
td.TdClassName
{
border-color: #AB0076;
}
.TagClassName
{
border-color: #AB0076;
}
</style>