Shades of Eggplant #AB047F
Tints of Eggplant #AB047F
RGB
CMYK
RGB Variations
Color information
#AB047F (or 0xAB047F) is known color: Eggplant. HEX triplet: AB, 04 and 7F. RGB value is (171,4,127). Sum of RGB (Red+Green+Blue) = 171+4+127=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB047F is #54FB80. Grayscale: #434343. Windows color (decimal): -5569409 or 8324267. OLE color: 8324267.
HSL color Cylindrical-coordinate representation of color #AB047F: hue angle of 315.81º 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 #AB047F is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.33 |
| HSL | 315.81º | 0.95% | 0.34% | - |
| HSV(B) | 315.81º | 0.98% | 0.67% | - |
| XYZ | 20.67 | 10.28 | 20.97 | - |
| YUV | 67.96 | 161.33 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 127 | 0 | 0.98 | 0.26 | 0.33 | 315.81 | 0.95 | 0.34 |
| Hex | AB | 4 | 7F | 0 | 62 | 1A | 21 | 13C | 5F | 22 |
| Octal | 253 | 4 | 177 | 0 | 142 | 32 | 41 | 474 | 137 | 42 |
| Binary | 10101011 | 100 | 1111111 | 0 | 1100010 | 11010 | 100001 | 100111100 | 1011111 | 100010 |
Color Harmonies of #AB047F
Complementary color
Monochromatic Colors of #AB047F
Black with #AB047F
Text Example
Text Example
White with #AB047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB047F; }
p { color: rgb(171,4,127); }
H1.HeaderClassName
{
color: #AB047F;
}
.AnyTagClassName
{
color: #AB047F;
}
</style>
background-color css
<style>
a { background-color: #AB047F; }
a { background-color: rgb(171,4,127); }
div.DivClassName
{
background-color: #AB047F;
}
.BgClassName
{
background-color: #AB047F;
}
</style>
border-color css
<style>
span { border-color: #AB047F; }
span { border-color: rgb(171,4,127); }
td.TdClassName
{
border-color: #AB047F;
}
.TagClassName
{
border-color: #AB047F;
}
</style>