Shades of Eggplant #A6167A
Tints of Eggplant #A6167A
RGB
CMYK
RGB Variations
Color information
#A6167A (or 0xA6167A) is known color: Eggplant. HEX triplet: A6, 16 and 7A. RGB value is (166,22,122). Sum of RGB (Red+Green+Blue) = 166+22+122=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6167A is #59E985. Grayscale: #4C4C4C. Windows color (decimal): -5892486 or 8001190. OLE color: 8001190.
HSL color Cylindrical-coordinate representation of color #A6167A: hue angle of 318.33º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6167A is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 122 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.35 |
| HSL | 318.33º | 0.77% | 0.37% | - |
| HSV(B) | 318.33º | 0.87% | 0.65% | - |
| XYZ | 19.53 | 10.09 | 19.33 | - |
| YUV | 76.46 | 153.71 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 122 | 0 | 0.87 | 0.27 | 0.35 | 318.33 | 0.77 | 0.37 |
| Hex | A6 | 16 | 7A | 0 | 57 | 1B | 23 | 13E | 4D | 25 |
| Octal | 246 | 26 | 172 | 0 | 127 | 33 | 43 | 476 | 115 | 45 |
| Binary | 10100110 | 10110 | 1111010 | 0 | 1010111 | 11011 | 100011 | 100111110 | 1001101 | 100101 |
Color Harmonies of #A6167A
Complementary color
Monochromatic Colors of #A6167A
Black with #A6167A
Text Example
Text Example
White with #A6167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6167A; }
p { color: rgb(166,22,122); }
H1.HeaderClassName
{
color: #A6167A;
}
.AnyTagClassName
{
color: #A6167A;
}
</style>
background-color css
<style>
a { background-color: #A6167A; }
a { background-color: rgb(166,22,122); }
div.DivClassName
{
background-color: #A6167A;
}
.BgClassName
{
background-color: #A6167A;
}
</style>
border-color css
<style>
span { border-color: #A6167A; }
span { border-color: rgb(166,22,122); }
td.TdClassName
{
border-color: #A6167A;
}
.TagClassName
{
border-color: #A6167A;
}
</style>