Shades of Eggplant #AB0475
Tints of Eggplant #AB0475
RGB
CMYK
RGB Variations
Color information
#AB0475 (or 0xAB0475) is known color: Eggplant. HEX triplet: AB, 04 and 75. RGB value is (171,4,117). Sum of RGB (Red+Green+Blue) = 171+4+117=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0475 is #54FB8A. Grayscale: #424242. Windows color (decimal): -5569419 or 7668907. OLE color: 7668907.
HSL color Cylindrical-coordinate representation of color #AB0475: hue angle of 319.4º 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 #AB0475 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 117 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.33 |
| HSL | 319.4º | 0.95% | 0.34% | - |
| HSV(B) | 319.4º | 0.98% | 0.67% | - |
| XYZ | 20.05 | 10.03 | 17.71 | - |
| YUV | 66.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 117 | 0 | 0.98 | 0.32 | 0.33 | 319.4 | 0.95 | 0.34 |
| Hex | AB | 4 | 75 | 0 | 62 | 20 | 21 | 13F | 5F | 22 |
| Octal | 253 | 4 | 165 | 0 | 142 | 40 | 41 | 477 | 137 | 42 |
| Binary | 10101011 | 100 | 1110101 | 0 | 1100010 | 100000 | 100001 | 100111111 | 1011111 | 100010 |
Color Harmonies of #AB0475
Complementary color
Monochromatic Colors of #AB0475
Black with #AB0475
Text Example
Text Example
White with #AB0475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0475; }
p { color: rgb(171,4,117); }
H1.HeaderClassName
{
color: #AB0475;
}
.AnyTagClassName
{
color: #AB0475;
}
</style>
background-color css
<style>
a { background-color: #AB0475; }
a { background-color: rgb(171,4,117); }
div.DivClassName
{
background-color: #AB0475;
}
.BgClassName
{
background-color: #AB0475;
}
</style>
border-color css
<style>
span { border-color: #AB0475; }
span { border-color: rgb(171,4,117); }
td.TdClassName
{
border-color: #AB0475;
}
.TagClassName
{
border-color: #AB0475;
}
</style>