Shades of Eggplant #A6096E
Tints of Eggplant #A6096E
RGB
CMYK
RGB Variations
Color information
#A6096E (or 0xA6096E) is known color: Eggplant. HEX triplet: A6, 09 and 6E. RGB value is (166,9,110). Sum of RGB (Red+Green+Blue) = 166+9+110=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A6096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6096E is #59F691. Grayscale: #434343. Windows color (decimal): -5895826 or 7211430. OLE color: 7211430.
HSL color Cylindrical-coordinate representation of color #A6096E: hue angle of 321.4º degrees, saturation: 0.9, 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 #A6096E is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 110 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.35 |
| HSL | 321.4º | 0.9% | 0.34% | - |
| HSV(B) | 321.4º | 0.95% | 0.65% | - |
| XYZ | 18.64 | 9.43 | 15.59 | - |
| YUV | 67.46 | 152.01 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 110 | 0 | 0.95 | 0.34 | 0.35 | 321.4 | 0.9 | 0.34 |
| Hex | A6 | 9 | 6E | 0 | 5F | 22 | 23 | 141 | 5A | 22 |
| Octal | 246 | 11 | 156 | 0 | 137 | 42 | 43 | 501 | 132 | 42 |
| Binary | 10100110 | 1001 | 1101110 | 0 | 1011111 | 100010 | 100011 | 101000001 | 1011010 | 100010 |
Color Harmonies of #A6096E
Complementary color
Monochromatic Colors of #A6096E
Black with #A6096E
Text Example
Text Example
White with #A6096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6096E; }
p { color: rgb(166,9,110); }
H1.HeaderClassName
{
color: #A6096E;
}
.AnyTagClassName
{
color: #A6096E;
}
</style>
background-color css
<style>
a { background-color: #A6096E; }
a { background-color: rgb(166,9,110); }
div.DivClassName
{
background-color: #A6096E;
}
.BgClassName
{
background-color: #A6096E;
}
</style>
border-color css
<style>
span { border-color: #A6096E; }
span { border-color: rgb(166,9,110); }
td.TdClassName
{
border-color: #A6096E;
}
.TagClassName
{
border-color: #A6096E;
}
</style>