Shades of Eggplant #A6007C
Tints of Eggplant #A6007C
RGB
CMYK
RGB Variations
Color information
#A6007C (or 0xA6007C) is known color: Eggplant. HEX triplet: A6, 00 and 7C. RGB value is (166,0,124). Sum of RGB (Red+Green+Blue) = 166+0+124=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A6007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6007C is #59FF83. Grayscale: #3F3F3F. Windows color (decimal): -5898116 or 8126630. OLE color: 8126630.
HSL color Cylindrical-coordinate representation of color #A6007C: hue angle of 315.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6007C is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.25 | 0.35 |
| HSL | 315.18º | 1% | 0.33% | - |
| HSV(B) | 315.18º | 1% | 0.65% | - |
| XYZ | 19.36 | 9.56 | 19.89 | - |
| YUV | 63.77 | 162 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 124 | 0 | 1 | 0.25 | 0.35 | 315.18 | 1 | 0.33 |
| Hex | A6 | 0 | 7C | 0 | 64 | 19 | 23 | 13B | 64 | 21 |
| Octal | 246 | 0 | 174 | 0 | 144 | 31 | 43 | 473 | 144 | 41 |
| Binary | 10100110 | 0 | 1111100 | 0 | 1100100 | 11001 | 100011 | 100111011 | 1100100 | 100001 |
Color Harmonies of #A6007C
Complementary color
Monochromatic Colors of #A6007C
Black with #A6007C
Text Example
Text Example
White with #A6007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6007C; }
p { color: rgb(166,0,124); }
H1.HeaderClassName
{
color: #A6007C;
}
.AnyTagClassName
{
color: #A6007C;
}
</style>
background-color css
<style>
a { background-color: #A6007C; }
a { background-color: rgb(166,0,124); }
div.DivClassName
{
background-color: #A6007C;
}
.BgClassName
{
background-color: #A6007C;
}
</style>
border-color css
<style>
span { border-color: #A6007C; }
span { border-color: rgb(166,0,124); }
td.TdClassName
{
border-color: #A6007C;
}
.TagClassName
{
border-color: #A6007C;
}
</style>