Shades of Eggplant #AB0B7C
Tints of Eggplant #AB0B7C
RGB
CMYK
RGB Variations
Color information
#AB0B7C (or 0xAB0B7C) is known color: Eggplant. HEX triplet: AB, 0B and 7C. RGB value is (171,11,124). Sum of RGB (Red+Green+Blue) = 171+11+124=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0B7C is #54F483. Grayscale: #474747. Windows color (decimal): -5567620 or 8129451. OLE color: 8129451.
HSL color Cylindrical-coordinate representation of color #AB0B7C: hue angle of 317.62º 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 #AB0B7C is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 124 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.33 |
| HSL | 317.63º | 0.88% | 0.36% | - |
| HSV(B) | 317.63º | 0.94% | 0.67% | - |
| XYZ | 20.55 | 10.35 | 19.98 | - |
| YUV | 71.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 124 | 0 | 0.94 | 0.27 | 0.33 | 317.63 | 0.88 | 0.36 |
| Hex | AB | B | 7C | 0 | 5E | 1B | 21 | 13E | 58 | 24 |
| Octal | 253 | 13 | 174 | 0 | 136 | 33 | 41 | 476 | 130 | 44 |
| Binary | 10101011 | 1011 | 1111100 | 0 | 1011110 | 11011 | 100001 | 100111110 | 1011000 | 100100 |
Color Harmonies of #AB0B7C
Complementary color
Monochromatic Colors of #AB0B7C
Black with #AB0B7C
Text Example
Text Example
White with #AB0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0B7C; }
p { color: rgb(171,11,124); }
H1.HeaderClassName
{
color: #AB0B7C;
}
.AnyTagClassName
{
color: #AB0B7C;
}
</style>
background-color css
<style>
a { background-color: #AB0B7C; }
a { background-color: rgb(171,11,124); }
div.DivClassName
{
background-color: #AB0B7C;
}
.BgClassName
{
background-color: #AB0B7C;
}
</style>
border-color css
<style>
span { border-color: #AB0B7C; }
span { border-color: rgb(171,11,124); }
td.TdClassName
{
border-color: #AB0B7C;
}
.TagClassName
{
border-color: #AB0B7C;
}
</style>