Shades of Eggplant #AB0275
Tints of Eggplant #AB0275
RGB
CMYK
RGB Variations
Color information
#AB0275 (or 0xAB0275) is known color: Eggplant. HEX triplet: AB, 02 and 75. RGB value is (171,2,117). Sum of RGB (Red+Green+Blue) = 171+2+117=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0275 is #54FD8A. Grayscale: #414141. Windows color (decimal): -5569931 or 7668395. OLE color: 7668395.
HSL color Cylindrical-coordinate representation of color #AB0275: hue angle of 319.17º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0275 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.33 |
| HSL | 319.17º | 0.98% | 0.34% | - |
| HSV(B) | 319.17º | 0.99% | 0.67% | - |
| XYZ | 20.03 | 9.99 | 17.7 | - |
| YUV | 65.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 117 | 0 | 0.99 | 0.32 | 0.33 | 319.17 | 0.98 | 0.34 |
| Hex | AB | 2 | 75 | 0 | 63 | 20 | 21 | 13F | 62 | 22 |
| Octal | 253 | 2 | 165 | 0 | 143 | 40 | 41 | 477 | 142 | 42 |
| Binary | 10101011 | 10 | 1110101 | 0 | 1100011 | 100000 | 100001 | 100111111 | 1100010 | 100010 |
Color Harmonies of #AB0275
Complementary color
Monochromatic Colors of #AB0275
Black with #AB0275
Text Example
Text Example
White with #AB0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0275; }
p { color: rgb(171,2,117); }
H1.HeaderClassName
{
color: #AB0275;
}
.AnyTagClassName
{
color: #AB0275;
}
</style>
background-color css
<style>
a { background-color: #AB0275; }
a { background-color: rgb(171,2,117); }
div.DivClassName
{
background-color: #AB0275;
}
.BgClassName
{
background-color: #AB0275;
}
</style>
border-color css
<style>
span { border-color: #AB0275; }
span { border-color: rgb(171,2,117); }
td.TdClassName
{
border-color: #AB0275;
}
.TagClassName
{
border-color: #AB0275;
}
</style>