Shades of Eggplant #AB0471
Tints of Eggplant #AB0471
RGB
CMYK
RGB Variations
Color information
#AB0471 (or 0xAB0471) is known color: Eggplant. HEX triplet: AB, 04 and 71. RGB value is (171,4,113). Sum of RGB (Red+Green+Blue) = 171+4+113=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0471 is #54FB8E. Grayscale: #424242. Windows color (decimal): -5569423 or 7406763. OLE color: 7406763.
HSL color Cylindrical-coordinate representation of color #AB0471: hue angle of 320.84º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0471 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 113 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.33 |
| HSL | 320.84º | 0.95% | 0.34% | - |
| HSV(B) | 320.84º | 0.98% | 0.67% | - |
| XYZ | 19.82 | 9.94 | 16.5 | - |
| YUV | 66.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 113 | 0 | 0.98 | 0.34 | 0.33 | 320.84 | 0.95 | 0.34 |
| Hex | AB | 4 | 71 | 0 | 62 | 22 | 21 | 141 | 5F | 22 |
| Octal | 253 | 4 | 161 | 0 | 142 | 42 | 41 | 501 | 137 | 42 |
| Binary | 10101011 | 100 | 1110001 | 0 | 1100010 | 100010 | 100001 | 101000001 | 1011111 | 100010 |
Color Harmonies of #AB0471
Complementary color
Monochromatic Colors of #AB0471
Black with #AB0471
Text Example
Text Example
White with #AB0471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0471; }
p { color: rgb(171,4,113); }
H1.HeaderClassName
{
color: #AB0471;
}
.AnyTagClassName
{
color: #AB0471;
}
</style>
background-color css
<style>
a { background-color: #AB0471; }
a { background-color: rgb(171,4,113); }
div.DivClassName
{
background-color: #AB0471;
}
.BgClassName
{
background-color: #AB0471;
}
</style>
border-color css
<style>
span { border-color: #AB0471; }
span { border-color: rgb(171,4,113); }
td.TdClassName
{
border-color: #AB0471;
}
.TagClassName
{
border-color: #AB0471;
}
</style>