Shades of Eggplant #A6117C
Tints of Eggplant #A6117C
RGB
CMYK
RGB Variations
Color information
#A6117C (or 0xA6117C) is known color: Eggplant. HEX triplet: A6, 11 and 7C. RGB value is (166,17,124). Sum of RGB (Red+Green+Blue) = 166+17+124=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A6117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6117C is #59EE83. Grayscale: #494949. Windows color (decimal): -5893764 or 8130982. OLE color: 8130982.
HSL color Cylindrical-coordinate representation of color #A6117C: hue angle of 316.91º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6117C is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 17 | 124 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.35 |
| HSL | 316.91º | 0.81% | 0.36% | - |
| HSV(B) | 316.91º | 0.9% | 0.65% | - |
| XYZ | 19.56 | 9.96 | 19.96 | - |
| YUV | 73.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 124 | 0 | 0.90 | 0.25 | 0.35 | 316.91 | 0.81 | 0.36 |
| Hex | A6 | 11 | 7C | 0 | 5A | 19 | 23 | 13D | 51 | 24 |
| Octal | 246 | 21 | 174 | 0 | 132 | 31 | 43 | 475 | 121 | 44 |
| Binary | 10100110 | 10001 | 1111100 | 0 | 1011010 | 11001 | 100011 | 100111101 | 1010001 | 100100 |
Color Harmonies of #A6117C
Complementary color
Monochromatic Colors of #A6117C
Black with #A6117C
Text Example
Text Example
White with #A6117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6117C; }
p { color: rgb(166,17,124); }
H1.HeaderClassName
{
color: #A6117C;
}
.AnyTagClassName
{
color: #A6117C;
}
</style>
background-color css
<style>
a { background-color: #A6117C; }
a { background-color: rgb(166,17,124); }
div.DivClassName
{
background-color: #A6117C;
}
.BgClassName
{
background-color: #A6117C;
}
</style>
border-color css
<style>
span { border-color: #A6117C; }
span { border-color: rgb(166,17,124); }
td.TdClassName
{
border-color: #A6117C;
}
.TagClassName
{
border-color: #A6117C;
}
</style>