Shades of Eggplant #A6117B
Tints of Eggplant #A6117B
RGB
CMYK
RGB Variations
Color information
#A6117B (or 0xA6117B) is known color: Eggplant. HEX triplet: A6, 11 and 7B. RGB value is (166,17,123). Sum of RGB (Red+Green+Blue) = 166+17+123=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A6117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6117B is #59EE84. Grayscale: #494949. Windows color (decimal): -5893765 or 8065446. OLE color: 8065446.
HSL color Cylindrical-coordinate representation of color #A6117B: hue angle of 317.32º 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 #A6117B is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 17 | 123 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.35 |
| HSL | 317.32º | 0.81% | 0.36% | - |
| HSV(B) | 317.32º | 0.9% | 0.65% | - |
| XYZ | 19.5 | 9.94 | 19.63 | - |
| YUV | 73.64 | 155.86 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 123 | 0 | 0.90 | 0.26 | 0.35 | 317.32 | 0.81 | 0.36 |
| Hex | A6 | 11 | 7B | 0 | 5A | 1A | 23 | 13D | 51 | 24 |
| Octal | 246 | 21 | 173 | 0 | 132 | 32 | 43 | 475 | 121 | 44 |
| Binary | 10100110 | 10001 | 1111011 | 0 | 1011010 | 11010 | 100011 | 100111101 | 1010001 | 100100 |
Color Harmonies of #A6117B
Complementary color
Monochromatic Colors of #A6117B
Black with #A6117B
Text Example
Text Example
White with #A6117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6117B; }
p { color: rgb(166,17,123); }
H1.HeaderClassName
{
color: #A6117B;
}
.AnyTagClassName
{
color: #A6117B;
}
</style>
background-color css
<style>
a { background-color: #A6117B; }
a { background-color: rgb(166,17,123); }
div.DivClassName
{
background-color: #A6117B;
}
.BgClassName
{
background-color: #A6117B;
}
</style>
border-color css
<style>
span { border-color: #A6117B; }
span { border-color: rgb(166,17,123); }
td.TdClassName
{
border-color: #A6117B;
}
.TagClassName
{
border-color: #A6117B;
}
</style>