Shades of Eggplant #AB047D
Tints of Eggplant #AB047D
RGB
CMYK
RGB Variations
Color information
#AB047D (or 0xAB047D) is known color: Eggplant. HEX triplet: AB, 04 and 7D. RGB value is (171,4,125). Sum of RGB (Red+Green+Blue) = 171+4+125=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB047D is #54FB82. Grayscale: #434343. Windows color (decimal): -5569411 or 8193195. OLE color: 8193195.
HSL color Cylindrical-coordinate representation of color #AB047D: hue angle of 316.53º 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 #AB047D is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.33 |
| HSL | 316.53º | 0.95% | 0.34% | - |
| HSV(B) | 316.53º | 0.98% | 0.67% | - |
| XYZ | 20.54 | 10.23 | 20.29 | - |
| YUV | 67.73 | 160.33 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 125 | 0 | 0.98 | 0.27 | 0.33 | 316.53 | 0.95 | 0.34 |
| Hex | AB | 4 | 7D | 0 | 62 | 1B | 21 | 13D | 5F | 22 |
| Octal | 253 | 4 | 175 | 0 | 142 | 33 | 41 | 475 | 137 | 42 |
| Binary | 10101011 | 100 | 1111101 | 0 | 1100010 | 11011 | 100001 | 100111101 | 1011111 | 100010 |
Color Harmonies of #AB047D
Complementary color
Monochromatic Colors of #AB047D
Black with #AB047D
Text Example
Text Example
White with #AB047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB047D; }
p { color: rgb(171,4,125); }
H1.HeaderClassName
{
color: #AB047D;
}
.AnyTagClassName
{
color: #AB047D;
}
</style>
background-color css
<style>
a { background-color: #AB047D; }
a { background-color: rgb(171,4,125); }
div.DivClassName
{
background-color: #AB047D;
}
.BgClassName
{
background-color: #AB047D;
}
</style>
border-color css
<style>
span { border-color: #AB047D; }
span { border-color: rgb(171,4,125); }
td.TdClassName
{
border-color: #AB047D;
}
.TagClassName
{
border-color: #AB047D;
}
</style>