Shades of Eggplant #AB006C
Tints of Eggplant #AB006C
RGB
CMYK
RGB Variations
Color information
#AB006C (or 0xAB006C) is known color: Eggplant. HEX triplet: AB, 00 and 6C. RGB value is (171,0,108). Sum of RGB (Red+Green+Blue) = 171+0+108=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB006C is #54FF93. Grayscale: #3F3F3F. Windows color (decimal): -5570452 or 7078059. OLE color: 7078059.
HSL color Cylindrical-coordinate representation of color #AB006C: hue angle of 322.11º 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 #AB006C is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.37 | 0.33 |
| HSL | 322.11º | 1% | 0.34% | - |
| HSV(B) | 322.11º | 1% | 0.67% | - |
| XYZ | 19.5 | 9.74 | 15.04 | - |
| YUV | 63.44 | 153.15 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 108 | 0 | 1 | 0.37 | 0.33 | 322.11 | 1 | 0.34 |
| Hex | AB | 0 | 6C | 0 | 64 | 25 | 21 | 142 | 64 | 22 |
| Octal | 253 | 0 | 154 | 0 | 144 | 45 | 41 | 502 | 144 | 42 |
| Binary | 10101011 | 0 | 1101100 | 0 | 1100100 | 100101 | 100001 | 101000010 | 1100100 | 100010 |
Color Harmonies of #AB006C
Complementary color
Monochromatic Colors of #AB006C
Black with #AB006C
Text Example
Text Example
White with #AB006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB006C; }
p { color: rgb(171,0,108); }
H1.HeaderClassName
{
color: #AB006C;
}
.AnyTagClassName
{
color: #AB006C;
}
</style>
background-color css
<style>
a { background-color: #AB006C; }
a { background-color: rgb(171,0,108); }
div.DivClassName
{
background-color: #AB006C;
}
.BgClassName
{
background-color: #AB006C;
}
</style>
border-color css
<style>
span { border-color: #AB006C; }
span { border-color: rgb(171,0,108); }
td.TdClassName
{
border-color: #AB006C;
}
.TagClassName
{
border-color: #AB006C;
}
</style>