Shades of Eggplant #AB0479
Tints of Eggplant #AB0479
RGB
CMYK
RGB Variations
Color information
#AB0479 (or 0xAB0479) is known color: Eggplant. HEX triplet: AB, 04 and 79. RGB value is (171,4,121). Sum of RGB (Red+Green+Blue) = 171+4+121=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0479 is #54FB86. Grayscale: #424242. Windows color (decimal): -5569415 or 7931051. OLE color: 7931051.
HSL color Cylindrical-coordinate representation of color #AB0479: hue angle of 317.96º 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 #AB0479 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 121 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.33 |
| HSL | 317.96º | 0.95% | 0.34% | - |
| HSV(B) | 317.96º | 0.98% | 0.67% | - |
| XYZ | 20.29 | 10.13 | 18.97 | - |
| YUV | 67.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 121 | 0 | 0.98 | 0.29 | 0.33 | 317.96 | 0.95 | 0.34 |
| Hex | AB | 4 | 79 | 0 | 62 | 1D | 21 | 13E | 5F | 22 |
| Octal | 253 | 4 | 171 | 0 | 142 | 35 | 41 | 476 | 137 | 42 |
| Binary | 10101011 | 100 | 1111001 | 0 | 1100010 | 11101 | 100001 | 100111110 | 1011111 | 100010 |
Color Harmonies of #AB0479
Complementary color
Monochromatic Colors of #AB0479
Black with #AB0479
Text Example
Text Example
White with #AB0479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0479; }
p { color: rgb(171,4,121); }
H1.HeaderClassName
{
color: #AB0479;
}
.AnyTagClassName
{
color: #AB0479;
}
</style>
background-color css
<style>
a { background-color: #AB0479; }
a { background-color: rgb(171,4,121); }
div.DivClassName
{
background-color: #AB0479;
}
.BgClassName
{
background-color: #AB0479;
}
</style>
border-color css
<style>
span { border-color: #AB0479; }
span { border-color: rgb(171,4,121); }
td.TdClassName
{
border-color: #AB0479;
}
.TagClassName
{
border-color: #AB0479;
}
</style>