Shades of Eggplant #A6076C
Tints of Eggplant #A6076C
RGB
CMYK
RGB Variations
Color information
#A6076C (or 0xA6076C) is known color: Eggplant. HEX triplet: A6, 07 and 6C. RGB value is (166,7,108). Sum of RGB (Red+Green+Blue) = 166+7+108=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6076C is #59F893. Grayscale: #414141. Windows color (decimal): -5896340 or 7079846. OLE color: 7079846.
HSL color Cylindrical-coordinate representation of color #A6076C: hue angle of 321.89º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6076C is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 108 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.35 |
| HSL | 321.89º | 0.92% | 0.34% | - |
| HSV(B) | 321.89º | 0.96% | 0.65% | - |
| XYZ | 18.51 | 9.34 | 15.01 | - |
| YUV | 66.06 | 151.68 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 108 | 0 | 0.96 | 0.35 | 0.35 | 321.89 | 0.92 | 0.34 |
| Hex | A6 | 7 | 6C | 0 | 60 | 23 | 23 | 142 | 5C | 22 |
| Octal | 246 | 7 | 154 | 0 | 140 | 43 | 43 | 502 | 134 | 42 |
| Binary | 10100110 | 111 | 1101100 | 0 | 1100000 | 100011 | 100011 | 101000010 | 1011100 | 100010 |
Color Harmonies of #A6076C
Complementary color
Monochromatic Colors of #A6076C
Black with #A6076C
Text Example
Text Example
White with #A6076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6076C; }
p { color: rgb(166,7,108); }
H1.HeaderClassName
{
color: #A6076C;
}
.AnyTagClassName
{
color: #A6076C;
}
</style>
background-color css
<style>
a { background-color: #A6076C; }
a { background-color: rgb(166,7,108); }
div.DivClassName
{
background-color: #A6076C;
}
.BgClassName
{
background-color: #A6076C;
}
</style>
border-color css
<style>
span { border-color: #A6076C; }
span { border-color: rgb(166,7,108); }
td.TdClassName
{
border-color: #A6076C;
}
.TagClassName
{
border-color: #A6076C;
}
</style>