Shades of Eggplant #AB007C
Tints of Eggplant #AB007C
RGB
CMYK
RGB Variations
Color information
#AB007C (or 0xAB007C) is known color: Eggplant. HEX triplet: AB, 00 and 7C. RGB value is (171,0,124). Sum of RGB (Red+Green+Blue) = 171+0+124=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB007C is #54FF83. Grayscale: #404040. Windows color (decimal): -5570436 or 8126635. OLE color: 8126635.
HSL color Cylindrical-coordinate representation of color #AB007C: hue angle of 316.49º 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 #AB007C is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.27 | 0.33 |
| HSL | 316.49º | 1% | 0.34% | - |
| HSV(B) | 316.49º | 1% | 0.67% | - |
| XYZ | 20.43 | 10.11 | 19.94 | - |
| YUV | 65.27 | 161.15 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 124 | 0 | 1 | 0.27 | 0.33 | 316.49 | 1 | 0.34 |
| Hex | AB | 0 | 7C | 0 | 64 | 1B | 21 | 13C | 64 | 22 |
| Octal | 253 | 0 | 174 | 0 | 144 | 33 | 41 | 474 | 144 | 42 |
| Binary | 10101011 | 0 | 1111100 | 0 | 1100100 | 11011 | 100001 | 100111100 | 1100100 | 100010 |
Color Harmonies of #AB007C
Complementary color
Monochromatic Colors of #AB007C
Black with #AB007C
Text Example
Text Example
White with #AB007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB007C; }
p { color: rgb(171,0,124); }
H1.HeaderClassName
{
color: #AB007C;
}
.AnyTagClassName
{
color: #AB007C;
}
</style>
background-color css
<style>
a { background-color: #AB007C; }
a { background-color: rgb(171,0,124); }
div.DivClassName
{
background-color: #AB007C;
}
.BgClassName
{
background-color: #AB007C;
}
</style>
border-color css
<style>
span { border-color: #AB007C; }
span { border-color: rgb(171,0,124); }
td.TdClassName
{
border-color: #AB007C;
}
.TagClassName
{
border-color: #AB007C;
}
</style>