Shades of Eggplant #AB047B
Tints of Eggplant #AB047B
RGB
CMYK
RGB Variations
Color information
#AB047B (or 0xAB047B) is known color: Eggplant. HEX triplet: AB, 04 and 7B. RGB value is (171,4,123). Sum of RGB (Red+Green+Blue) = 171+4+123=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB047B is #54FB84. Grayscale: #434343. Windows color (decimal): -5569413 or 8062123. OLE color: 8062123.
HSL color Cylindrical-coordinate representation of color #AB047B: hue angle of 317.25º 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 #AB047B is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.33 |
| HSL | 317.25º | 0.95% | 0.34% | - |
| HSV(B) | 317.25º | 0.98% | 0.67% | - |
| XYZ | 20.41 | 10.17 | 19.63 | - |
| YUV | 67.5 | 159.33 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 123 | 0 | 0.98 | 0.28 | 0.33 | 317.25 | 0.95 | 0.34 |
| Hex | AB | 4 | 7B | 0 | 62 | 1C | 21 | 13D | 5F | 22 |
| Octal | 253 | 4 | 173 | 0 | 142 | 34 | 41 | 475 | 137 | 42 |
| Binary | 10101011 | 100 | 1111011 | 0 | 1100010 | 11100 | 100001 | 100111101 | 1011111 | 100010 |
Color Harmonies of #AB047B
Complementary color
Monochromatic Colors of #AB047B
Black with #AB047B
Text Example
Text Example
White with #AB047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB047B; }
p { color: rgb(171,4,123); }
H1.HeaderClassName
{
color: #AB047B;
}
.AnyTagClassName
{
color: #AB047B;
}
</style>
background-color css
<style>
a { background-color: #AB047B; }
a { background-color: rgb(171,4,123); }
div.DivClassName
{
background-color: #AB047B;
}
.BgClassName
{
background-color: #AB047B;
}
</style>
border-color css
<style>
span { border-color: #AB047B; }
span { border-color: rgb(171,4,123); }
td.TdClassName
{
border-color: #AB047B;
}
.TagClassName
{
border-color: #AB047B;
}
</style>