Shades of Eggplant #AB0B78
Tints of Eggplant #AB0B78
RGB
CMYK
RGB Variations
Color information
#AB0B78 (or 0xAB0B78) is known color: Eggplant. HEX triplet: AB, 0B and 78. RGB value is (171,11,120). Sum of RGB (Red+Green+Blue) = 171+11+120=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0B78 is #54F487. Grayscale: #464646. Windows color (decimal): -5567624 or 7867307. OLE color: 7867307.
HSL color Cylindrical-coordinate representation of color #AB0B78: hue angle of 319.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B78 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 120 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.33 |
| HSL | 319.13º | 0.88% | 0.36% | - |
| HSV(B) | 319.13º | 0.94% | 0.67% | - |
| XYZ | 20.3 | 10.25 | 18.68 | - |
| YUV | 71.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 120 | 0 | 0.94 | 0.30 | 0.33 | 319.13 | 0.88 | 0.36 |
| Hex | AB | B | 78 | 0 | 5E | 1E | 21 | 13F | 58 | 24 |
| Octal | 253 | 13 | 170 | 0 | 136 | 36 | 41 | 477 | 130 | 44 |
| Binary | 10101011 | 1011 | 1111000 | 0 | 1011110 | 11110 | 100001 | 100111111 | 1011000 | 100100 |
Color Harmonies of #AB0B78
Complementary color
Monochromatic Colors of #AB0B78
Black with #AB0B78
Text Example
Text Example
White with #AB0B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0B78; }
p { color: rgb(171,11,120); }
H1.HeaderClassName
{
color: #AB0B78;
}
.AnyTagClassName
{
color: #AB0B78;
}
</style>
background-color css
<style>
a { background-color: #AB0B78; }
a { background-color: rgb(171,11,120); }
div.DivClassName
{
background-color: #AB0B78;
}
.BgClassName
{
background-color: #AB0B78;
}
</style>
border-color css
<style>
span { border-color: #AB0B78; }
span { border-color: rgb(171,11,120); }
td.TdClassName
{
border-color: #AB0B78;
}
.TagClassName
{
border-color: #AB0B78;
}
</style>