Shades of Eggplant #AB047A
Tints of Eggplant #AB047A
RGB
CMYK
RGB Variations
Color information
#AB047A (or 0xAB047A) is known color: Eggplant. HEX triplet: AB, 04 and 7A. RGB value is (171,4,122). Sum of RGB (Red+Green+Blue) = 171+4+122=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB047A is #54FB85. Grayscale: #434343. Windows color (decimal): -5569414 or 7996587. OLE color: 7996587.
HSL color Cylindrical-coordinate representation of color #AB047A: hue angle of 317.6º 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 #AB047A is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.33 |
| HSL | 317.6º | 0.95% | 0.34% | - |
| HSV(B) | 317.6º | 0.98% | 0.67% | - |
| XYZ | 20.35 | 10.15 | 19.3 | - |
| YUV | 67.39 | 158.83 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 122 | 0 | 0.98 | 0.29 | 0.33 | 317.6 | 0.95 | 0.34 |
| Hex | AB | 4 | 7A | 0 | 62 | 1D | 21 | 13E | 5F | 22 |
| Octal | 253 | 4 | 172 | 0 | 142 | 35 | 41 | 476 | 137 | 42 |
| Binary | 10101011 | 100 | 1111010 | 0 | 1100010 | 11101 | 100001 | 100111110 | 1011111 | 100010 |
Color Harmonies of #AB047A
Complementary color
Monochromatic Colors of #AB047A
Black with #AB047A
Text Example
Text Example
White with #AB047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB047A; }
p { color: rgb(171,4,122); }
H1.HeaderClassName
{
color: #AB047A;
}
.AnyTagClassName
{
color: #AB047A;
}
</style>
background-color css
<style>
a { background-color: #AB047A; }
a { background-color: rgb(171,4,122); }
div.DivClassName
{
background-color: #AB047A;
}
.BgClassName
{
background-color: #AB047A;
}
</style>
border-color css
<style>
span { border-color: #AB047A; }
span { border-color: rgb(171,4,122); }
td.TdClassName
{
border-color: #AB047A;
}
.TagClassName
{
border-color: #AB047A;
}
</style>