Shades of Eggplant #AB016F
Tints of Eggplant #AB016F
RGB
CMYK
RGB Variations
Color information
#AB016F (or 0xAB016F) is known color: Eggplant. HEX triplet: AB, 01 and 6F. RGB value is (171,1,111). Sum of RGB (Red+Green+Blue) = 171+1+111=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB016F is #54FE90. Grayscale: #404040. Windows color (decimal): -5570193 or 7274923. OLE color: 7274923.
HSL color Cylindrical-coordinate representation of color #AB016F: hue angle of 321.18º degrees, saturation: 0.99, 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 #AB016F is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 111 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.33 |
| HSL | 321.18º | 0.99% | 0.34% | - |
| HSV(B) | 321.18º | 0.99% | 0.67% | - |
| XYZ | 19.67 | 9.83 | 15.9 | - |
| YUV | 64.37 | 154.32 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 111 | 0 | 0.99 | 0.35 | 0.33 | 321.18 | 0.99 | 0.34 |
| Hex | AB | 1 | 6F | 0 | 63 | 23 | 21 | 141 | 63 | 22 |
| Octal | 253 | 1 | 157 | 0 | 143 | 43 | 41 | 501 | 143 | 42 |
| Binary | 10101011 | 1 | 1101111 | 0 | 1100011 | 100011 | 100001 | 101000001 | 1100011 | 100010 |
Color Harmonies of #AB016F
Complementary color
Monochromatic Colors of #AB016F
Black with #AB016F
Text Example
Text Example
White with #AB016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB016F; }
p { color: rgb(171,1,111); }
H1.HeaderClassName
{
color: #AB016F;
}
.AnyTagClassName
{
color: #AB016F;
}
</style>
background-color css
<style>
a { background-color: #AB016F; }
a { background-color: rgb(171,1,111); }
div.DivClassName
{
background-color: #AB016F;
}
.BgClassName
{
background-color: #AB016F;
}
</style>
border-color css
<style>
span { border-color: #AB016F; }
span { border-color: rgb(171,1,111); }
td.TdClassName
{
border-color: #AB016F;
}
.TagClassName
{
border-color: #AB016F;
}
</style>