Shades of Eggplant #AB0281
Tints of Eggplant #AB0281
RGB
CMYK
RGB Variations
Color information
#AB0281 (or 0xAB0281) is known color: Eggplant. HEX triplet: AB, 02 and 81. RGB value is (171,2,129). Sum of RGB (Red+Green+Blue) = 171+2+129=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0281 is #54FD7E. Grayscale: #424242. Windows color (decimal): -5569919 or 8454827. OLE color: 8454827.
HSL color Cylindrical-coordinate representation of color #AB0281: hue angle of 314.91º 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 #AB0281 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.33 |
| HSL | 314.91º | 0.98% | 0.34% | - |
| HSV(B) | 314.91º | 0.99% | 0.67% | - |
| XYZ | 20.78 | 10.29 | 21.66 | - |
| YUV | 67.01 | 162.99 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 129 | 0 | 0.99 | 0.25 | 0.33 | 314.91 | 0.98 | 0.34 |
| Hex | AB | 2 | 81 | 0 | 63 | 19 | 21 | 13B | 62 | 22 |
| Octal | 253 | 2 | 201 | 0 | 143 | 31 | 41 | 473 | 142 | 42 |
| Binary | 10101011 | 10 | 10000001 | 0 | 1100011 | 11001 | 100001 | 100111011 | 1100010 | 100010 |
Color Harmonies of #AB0281
Complementary color
Monochromatic Colors of #AB0281
Black with #AB0281
Text Example
Text Example
White with #AB0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0281; }
p { color: rgb(171,2,129); }
H1.HeaderClassName
{
color: #AB0281;
}
.AnyTagClassName
{
color: #AB0281;
}
</style>
background-color css
<style>
a { background-color: #AB0281; }
a { background-color: rgb(171,2,129); }
div.DivClassName
{
background-color: #AB0281;
}
.BgClassName
{
background-color: #AB0281;
}
</style>
border-color css
<style>
span { border-color: #AB0281; }
span { border-color: rgb(171,2,129); }
td.TdClassName
{
border-color: #AB0281;
}
.TagClassName
{
border-color: #AB0281;
}
</style>