Shades of Eggplant #AB067C
Tints of Eggplant #AB067C
RGB
CMYK
RGB Variations
Color information
#AB067C (or 0xAB067C) is known color: Eggplant. HEX triplet: AB, 06 and 7C. RGB value is (171,6,124). Sum of RGB (Red+Green+Blue) = 171+6+124=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB067C is #54F983. Grayscale: #444444. Windows color (decimal): -5568900 or 8128171. OLE color: 8128171.
HSL color Cylindrical-coordinate representation of color #AB067C: hue angle of 317.09º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB067C is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 124 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.33 |
| HSL | 317.09º | 0.93% | 0.35% | - |
| HSV(B) | 317.09º | 0.96% | 0.67% | - |
| XYZ | 20.5 | 10.24 | 19.97 | - |
| YUV | 68.79 | 159.16 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 124 | 0 | 0.96 | 0.27 | 0.33 | 317.09 | 0.93 | 0.35 |
| Hex | AB | 6 | 7C | 0 | 60 | 1B | 21 | 13D | 5D | 23 |
| Octal | 253 | 6 | 174 | 0 | 140 | 33 | 41 | 475 | 135 | 43 |
| Binary | 10101011 | 110 | 1111100 | 0 | 1100000 | 11011 | 100001 | 100111101 | 1011101 | 100011 |
Color Harmonies of #AB067C
Complementary color
Monochromatic Colors of #AB067C
Black with #AB067C
Text Example
Text Example
White with #AB067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB067C; }
p { color: rgb(171,6,124); }
H1.HeaderClassName
{
color: #AB067C;
}
.AnyTagClassName
{
color: #AB067C;
}
</style>
background-color css
<style>
a { background-color: #AB067C; }
a { background-color: rgb(171,6,124); }
div.DivClassName
{
background-color: #AB067C;
}
.BgClassName
{
background-color: #AB067C;
}
</style>
border-color css
<style>
span { border-color: #AB067C; }
span { border-color: rgb(171,6,124); }
td.TdClassName
{
border-color: #AB067C;
}
.TagClassName
{
border-color: #AB067C;
}
</style>