Shades of Eggplant #AB0081
Tints of Eggplant #AB0081
RGB
CMYK
RGB Variations
Color information
#AB0081 (or 0xAB0081) is known color: Eggplant. HEX triplet: AB, 00 and 81. RGB value is (171,0,129). Sum of RGB (Red+Green+Blue) = 171+0+129=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0081 is #54FF7E. Grayscale: #414141. Windows color (decimal): -5570431 or 8454315. OLE color: 8454315.
HSL color Cylindrical-coordinate representation of color #AB0081: hue angle of 314.74º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0081 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.25 | 0.33 |
| HSL | 314.74º | 1% | 0.34% | - |
| HSV(B) | 314.74º | 1% | 0.67% | - |
| XYZ | 20.76 | 10.24 | 21.65 | - |
| YUV | 65.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 129 | 0 | 1 | 0.25 | 0.33 | 314.74 | 1 | 0.34 |
| Hex | AB | 0 | 81 | 0 | 64 | 19 | 21 | 13B | 64 | 22 |
| Octal | 253 | 0 | 201 | 0 | 144 | 31 | 41 | 473 | 144 | 42 |
| Binary | 10101011 | 0 | 10000001 | 0 | 1100100 | 11001 | 100001 | 100111011 | 1100100 | 100010 |
Color Harmonies of #AB0081
Complementary color
Monochromatic Colors of #AB0081
Black with #AB0081
Text Example
Text Example
White with #AB0081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0081; }
p { color: rgb(171,0,129); }
H1.HeaderClassName
{
color: #AB0081;
}
.AnyTagClassName
{
color: #AB0081;
}
</style>
background-color css
<style>
a { background-color: #AB0081; }
a { background-color: rgb(171,0,129); }
div.DivClassName
{
background-color: #AB0081;
}
.BgClassName
{
background-color: #AB0081;
}
</style>
border-color css
<style>
span { border-color: #AB0081; }
span { border-color: rgb(171,0,129); }
td.TdClassName
{
border-color: #AB0081;
}
.TagClassName
{
border-color: #AB0081;
}
</style>