Shades of Eggplant #AB047E
Tints of Eggplant #AB047E
RGB
CMYK
RGB Variations
Color information
#AB047E (or 0xAB047E) is known color: Eggplant. HEX triplet: AB, 04 and 7E. RGB value is (171,4,126). Sum of RGB (Red+Green+Blue) = 171+4+126=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB047E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB047E is #54FB81. Grayscale: #434343. Windows color (decimal): -5569410 or 8258731. OLE color: 8258731.
HSL color Cylindrical-coordinate representation of color #AB047E: hue angle of 316.17º 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 #AB047E is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 126 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.33 |
| HSL | 316.17º | 0.95% | 0.34% | - |
| HSV(B) | 316.17º | 0.98% | 0.67% | - |
| XYZ | 20.6 | 10.25 | 20.63 | - |
| YUV | 67.84 | 160.83 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 126 | 0 | 0.98 | 0.26 | 0.33 | 316.17 | 0.95 | 0.34 |
| Hex | AB | 4 | 7E | 0 | 62 | 1A | 21 | 13C | 5F | 22 |
| Octal | 253 | 4 | 176 | 0 | 142 | 32 | 41 | 474 | 137 | 42 |
| Binary | 10101011 | 100 | 1111110 | 0 | 1100010 | 11010 | 100001 | 100111100 | 1011111 | 100010 |
Color Harmonies of #AB047E
Complementary color
Monochromatic Colors of #AB047E
Black with #AB047E
Text Example
Text Example
White with #AB047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB047E; }
p { color: rgb(171,4,126); }
H1.HeaderClassName
{
color: #AB047E;
}
.AnyTagClassName
{
color: #AB047E;
}
</style>
background-color css
<style>
a { background-color: #AB047E; }
a { background-color: rgb(171,4,126); }
div.DivClassName
{
background-color: #AB047E;
}
.BgClassName
{
background-color: #AB047E;
}
</style>
border-color css
<style>
span { border-color: #AB047E; }
span { border-color: rgb(171,4,126); }
td.TdClassName
{
border-color: #AB047E;
}
.TagClassName
{
border-color: #AB047E;
}
</style>