Shades of Eggplant #A6117D
Tints of Eggplant #A6117D
RGB
CMYK
RGB Variations
Color information
#A6117D (or 0xA6117D) is known color: Eggplant. HEX triplet: A6, 11 and 7D. RGB value is (166,17,125). Sum of RGB (Red+Green+Blue) = 166+17+125=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6117D is #59EE82. Grayscale: #494949. Windows color (decimal): -5893763 or 8196518. OLE color: 8196518.
HSL color Cylindrical-coordinate representation of color #A6117D: hue angle of 316.51º 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 #A6117D is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 17 | 125 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.35 |
| HSL | 316.51º | 0.81% | 0.36% | - |
| HSV(B) | 316.51º | 0.9% | 0.65% | - |
| XYZ | 19.63 | 9.99 | 20.3 | - |
| YUV | 73.86 | 156.86 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 125 | 0 | 0.90 | 0.25 | 0.35 | 316.51 | 0.81 | 0.36 |
| Hex | A6 | 11 | 7D | 0 | 5A | 19 | 23 | 13D | 51 | 24 |
| Octal | 246 | 21 | 175 | 0 | 132 | 31 | 43 | 475 | 121 | 44 |
| Binary | 10100110 | 10001 | 1111101 | 0 | 1011010 | 11001 | 100011 | 100111101 | 1010001 | 100100 |
Color Harmonies of #A6117D
Complementary color
Monochromatic Colors of #A6117D
Black with #A6117D
Text Example
Text Example
White with #A6117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6117D; }
p { color: rgb(166,17,125); }
H1.HeaderClassName
{
color: #A6117D;
}
.AnyTagClassName
{
color: #A6117D;
}
</style>
background-color css
<style>
a { background-color: #A6117D; }
a { background-color: rgb(166,17,125); }
div.DivClassName
{
background-color: #A6117D;
}
.BgClassName
{
background-color: #A6117D;
}
</style>
border-color css
<style>
span { border-color: #A6117D; }
span { border-color: rgb(166,17,125); }
td.TdClassName
{
border-color: #A6117D;
}
.TagClassName
{
border-color: #A6117D;
}
</style>