Shades of Eggplant #A6086E
Tints of Eggplant #A6086E
RGB
CMYK
RGB Variations
Color information
#A6086E (or 0xA6086E) is known color: Eggplant. HEX triplet: A6, 08 and 6E. RGB value is (166,8,110). Sum of RGB (Red+Green+Blue) = 166+8+110=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A6086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6086E is #59F791. Grayscale: #424242. Windows color (decimal): -5896082 or 7211174. OLE color: 7211174.
HSL color Cylindrical-coordinate representation of color #A6086E: hue angle of 321.27º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6086E is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 110 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.35 |
| HSL | 321.27º | 0.91% | 0.34% | - |
| HSV(B) | 321.27º | 0.95% | 0.65% | - |
| XYZ | 18.63 | 9.41 | 15.59 | - |
| YUV | 66.87 | 152.35 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 110 | 0 | 0.95 | 0.34 | 0.35 | 321.27 | 0.91 | 0.34 |
| Hex | A6 | 8 | 6E | 0 | 5F | 22 | 23 | 141 | 5B | 22 |
| Octal | 246 | 10 | 156 | 0 | 137 | 42 | 43 | 501 | 133 | 42 |
| Binary | 10100110 | 1000 | 1101110 | 0 | 1011111 | 100010 | 100011 | 101000001 | 1011011 | 100010 |
Color Harmonies of #A6086E
Complementary color
Monochromatic Colors of #A6086E
Black with #A6086E
Text Example
Text Example
White with #A6086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6086E; }
p { color: rgb(166,8,110); }
H1.HeaderClassName
{
color: #A6086E;
}
.AnyTagClassName
{
color: #A6086E;
}
</style>
background-color css
<style>
a { background-color: #A6086E; }
a { background-color: rgb(166,8,110); }
div.DivClassName
{
background-color: #A6086E;
}
.BgClassName
{
background-color: #A6086E;
}
</style>
border-color css
<style>
span { border-color: #A6086E; }
span { border-color: rgb(166,8,110); }
td.TdClassName
{
border-color: #A6086E;
}
.TagClassName
{
border-color: #A6086E;
}
</style>