Shades of Eggplant #AB007F
Tints of Eggplant #AB007F
RGB
CMYK
RGB Variations
Color information
#AB007F (or 0xAB007F) is known color: Eggplant. HEX triplet: AB, 00 and 7F. RGB value is (171,0,127). Sum of RGB (Red+Green+Blue) = 171+0+127=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB007F is #54FF80. Grayscale: #414141. Windows color (decimal): -5570433 or 8323243. OLE color: 8323243.
HSL color Cylindrical-coordinate representation of color #AB007F: hue angle of 315.44º 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 #AB007F is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.26 | 0.33 |
| HSL | 315.44º | 1% | 0.34% | - |
| HSV(B) | 315.44º | 1% | 0.67% | - |
| XYZ | 20.63 | 10.19 | 20.96 | - |
| YUV | 65.61 | 162.65 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 127 | 0 | 1 | 0.26 | 0.33 | 315.44 | 1 | 0.34 |
| Hex | AB | 0 | 7F | 0 | 64 | 1A | 21 | 13B | 64 | 22 |
| Octal | 253 | 0 | 177 | 0 | 144 | 32 | 41 | 473 | 144 | 42 |
| Binary | 10101011 | 0 | 1111111 | 0 | 1100100 | 11010 | 100001 | 100111011 | 1100100 | 100010 |
Color Harmonies of #AB007F
Complementary color
Monochromatic Colors of #AB007F
Black with #AB007F
Text Example
Text Example
White with #AB007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB007F; }
p { color: rgb(171,0,127); }
H1.HeaderClassName
{
color: #AB007F;
}
.AnyTagClassName
{
color: #AB007F;
}
</style>
background-color css
<style>
a { background-color: #AB007F; }
a { background-color: rgb(171,0,127); }
div.DivClassName
{
background-color: #AB007F;
}
.BgClassName
{
background-color: #AB007F;
}
</style>
border-color css
<style>
span { border-color: #AB007F; }
span { border-color: rgb(171,0,127); }
td.TdClassName
{
border-color: #AB007F;
}
.TagClassName
{
border-color: #AB007F;
}
</style>