Shades of Eggplant #A60975
Tints of Eggplant #A60975
RGB
CMYK
RGB Variations
Color information
#A60975 (or 0xA60975) is known color: Eggplant. HEX triplet: A6, 09 and 75. RGB value is (166,9,117). Sum of RGB (Red+Green+Blue) = 166+9+117=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A60975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60975 is #59F68A. Grayscale: #434343. Windows color (decimal): -5895819 or 7670182. OLE color: 7670182.
HSL color Cylindrical-coordinate representation of color #A60975: hue angle of 318.73º 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 #A60975 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 117 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.35 |
| HSL | 318.73º | 0.9% | 0.34% | - |
| HSV(B) | 318.73º | 0.95% | 0.65% | - |
| XYZ | 19.03 | 9.59 | 17.68 | - |
| YUV | 68.26 | 155.51 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 117 | 0 | 0.95 | 0.30 | 0.35 | 318.73 | 0.9 | 0.34 |
| Hex | A6 | 9 | 75 | 0 | 5F | 1E | 23 | 13F | 5A | 22 |
| Octal | 246 | 11 | 165 | 0 | 137 | 36 | 43 | 477 | 132 | 42 |
| Binary | 10100110 | 1001 | 1110101 | 0 | 1011111 | 11110 | 100011 | 100111111 | 1011010 | 100010 |
Color Harmonies of #A60975
Complementary color
Monochromatic Colors of #A60975
Black with #A60975
Text Example
Text Example
White with #A60975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60975; }
p { color: rgb(166,9,117); }
H1.HeaderClassName
{
color: #A60975;
}
.AnyTagClassName
{
color: #A60975;
}
</style>
background-color css
<style>
a { background-color: #A60975; }
a { background-color: rgb(166,9,117); }
div.DivClassName
{
background-color: #A60975;
}
.BgClassName
{
background-color: #A60975;
}
</style>
border-color css
<style>
span { border-color: #A60975; }
span { border-color: rgb(166,9,117); }
td.TdClassName
{
border-color: #A60975;
}
.TagClassName
{
border-color: #A60975;
}
</style>