Shades of Eggplant #A60976
Tints of Eggplant #A60976
RGB
CMYK
RGB Variations
Color information
#A60976 (or 0xA60976) is known color: Eggplant. HEX triplet: A6, 09 and 76. RGB value is (166,9,118). Sum of RGB (Red+Green+Blue) = 166+9+118=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A60976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60976 is #59F689. Grayscale: #444444. Windows color (decimal): -5895818 or 7735718. OLE color: 7735718.
HSL color Cylindrical-coordinate representation of color #A60976: hue angle of 318.34º 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 #A60976 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 118 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.35 |
| HSL | 318.34º | 0.9% | 0.34% | - |
| HSV(B) | 318.34º | 0.95% | 0.65% | - |
| XYZ | 19.09 | 9.61 | 17.99 | - |
| YUV | 68.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 118 | 0 | 0.95 | 0.29 | 0.35 | 318.34 | 0.9 | 0.34 |
| Hex | A6 | 9 | 76 | 0 | 5F | 1D | 23 | 13E | 5A | 22 |
| Octal | 246 | 11 | 166 | 0 | 137 | 35 | 43 | 476 | 132 | 42 |
| Binary | 10100110 | 1001 | 1110110 | 0 | 1011111 | 11101 | 100011 | 100111110 | 1011010 | 100010 |
Color Harmonies of #A60976
Complementary color
Monochromatic Colors of #A60976
Black with #A60976
Text Example
Text Example
White with #A60976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60976; }
p { color: rgb(166,9,118); }
H1.HeaderClassName
{
color: #A60976;
}
.AnyTagClassName
{
color: #A60976;
}
</style>
background-color css
<style>
a { background-color: #A60976; }
a { background-color: rgb(166,9,118); }
div.DivClassName
{
background-color: #A60976;
}
.BgClassName
{
background-color: #A60976;
}
</style>
border-color css
<style>
span { border-color: #A60976; }
span { border-color: rgb(166,9,118); }
td.TdClassName
{
border-color: #A60976;
}
.TagClassName
{
border-color: #A60976;
}
</style>