Shades of Eggplant #AB0570
Tints of Eggplant #AB0570
RGB
CMYK
RGB Variations
Color information
#AB0570 (or 0xAB0570) is known color: Eggplant. HEX triplet: AB, 05 and 70. RGB value is (171,5,112). Sum of RGB (Red+Green+Blue) = 171+5+112=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0570 is #54FA8F. Grayscale: #424242. Windows color (decimal): -5569168 or 7341483. OLE color: 7341483.
HSL color Cylindrical-coordinate representation of color #AB0570: hue angle of 321.33º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0570 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 112 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.33 |
| HSL | 321.33º | 0.94% | 0.35% | - |
| HSV(B) | 321.33º | 0.97% | 0.67% | - |
| XYZ | 19.77 | 9.94 | 16.2 | - |
| YUV | 66.83 | 153.5 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 112 | 0 | 0.97 | 0.35 | 0.33 | 321.33 | 0.94 | 0.35 |
| Hex | AB | 5 | 70 | 0 | 61 | 23 | 21 | 141 | 5E | 23 |
| Octal | 253 | 5 | 160 | 0 | 141 | 43 | 41 | 501 | 136 | 43 |
| Binary | 10101011 | 101 | 1110000 | 0 | 1100001 | 100011 | 100001 | 101000001 | 1011110 | 100011 |
Color Harmonies of #AB0570
Complementary color
Monochromatic Colors of #AB0570
Black with #AB0570
Text Example
Text Example
White with #AB0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0570; }
p { color: rgb(171,5,112); }
H1.HeaderClassName
{
color: #AB0570;
}
.AnyTagClassName
{
color: #AB0570;
}
</style>
background-color css
<style>
a { background-color: #AB0570; }
a { background-color: rgb(171,5,112); }
div.DivClassName
{
background-color: #AB0570;
}
.BgClassName
{
background-color: #AB0570;
}
</style>
border-color css
<style>
span { border-color: #AB0570; }
span { border-color: rgb(171,5,112); }
td.TdClassName
{
border-color: #AB0570;
}
.TagClassName
{
border-color: #AB0570;
}
</style>