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