Shades of Eggplant #A6066D
Tints of Eggplant #A6066D
RGB
CMYK
RGB Variations
Color information
#A6066D (or 0xA6066D) is known color: Eggplant. HEX triplet: A6, 06 and 6D. RGB value is (166,6,109). Sum of RGB (Red+Green+Blue) = 166+6+109=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6066D is #59F992. Grayscale: #414141. Windows color (decimal): -5896595 or 7145126. OLE color: 7145126.
HSL color Cylindrical-coordinate representation of color #A6066D: hue angle of 321.38º degrees, saturation: 0.93, 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 #A6066D is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 6 | 109 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.35 |
| HSL | 321.38º | 0.93% | 0.34% | - |
| HSV(B) | 321.38º | 0.96% | 0.65% | - |
| XYZ | 18.55 | 9.34 | 15.29 | - |
| YUV | 65.58 | 152.51 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 6 | 109 | 0 | 0.96 | 0.34 | 0.35 | 321.38 | 0.93 | 0.34 |
| Hex | A6 | 6 | 6D | 0 | 60 | 22 | 23 | 141 | 5D | 22 |
| Octal | 246 | 6 | 155 | 0 | 140 | 42 | 43 | 501 | 135 | 42 |
| Binary | 10100110 | 110 | 1101101 | 0 | 1100000 | 100010 | 100011 | 101000001 | 1011101 | 100010 |
Color Harmonies of #A6066D
Complementary color
Monochromatic Colors of #A6066D
Black with #A6066D
Text Example
Text Example
White with #A6066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6066D; }
p { color: rgb(166,6,109); }
H1.HeaderClassName
{
color: #A6066D;
}
.AnyTagClassName
{
color: #A6066D;
}
</style>
background-color css
<style>
a { background-color: #A6066D; }
a { background-color: rgb(166,6,109); }
div.DivClassName
{
background-color: #A6066D;
}
.BgClassName
{
background-color: #A6066D;
}
</style>
border-color css
<style>
span { border-color: #A6066D; }
span { border-color: rgb(166,6,109); }
td.TdClassName
{
border-color: #A6066D;
}
.TagClassName
{
border-color: #A6066D;
}
</style>