Shades of Eggplant #A6076E
Tints of Eggplant #A6076E
RGB
CMYK
RGB Variations
Color information
#A6076E (or 0xA6076E) is known color: Eggplant. HEX triplet: A6, 07 and 6E. RGB value is (166,7,110). Sum of RGB (Red+Green+Blue) = 166+7+110=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A6076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6076E is #59F891. Grayscale: #424242. Windows color (decimal): -5896338 or 7210918. OLE color: 7210918.
HSL color Cylindrical-coordinate representation of color #A6076E: hue angle of 321.13º 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 #A6076E is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 110 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.35 |
| HSL | 321.13º | 0.92% | 0.34% | - |
| HSV(B) | 321.13º | 0.96% | 0.65% | - |
| XYZ | 18.62 | 9.38 | 15.58 | - |
| YUV | 66.28 | 152.68 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 110 | 0 | 0.96 | 0.34 | 0.35 | 321.13 | 0.92 | 0.34 |
| Hex | A6 | 7 | 6E | 0 | 60 | 22 | 23 | 141 | 5C | 22 |
| Octal | 246 | 7 | 156 | 0 | 140 | 42 | 43 | 501 | 134 | 42 |
| Binary | 10100110 | 111 | 1101110 | 0 | 1100000 | 100010 | 100011 | 101000001 | 1011100 | 100010 |
Color Harmonies of #A6076E
Complementary color
Monochromatic Colors of #A6076E
Black with #A6076E
Text Example
Text Example
White with #A6076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6076E; }
p { color: rgb(166,7,110); }
H1.HeaderClassName
{
color: #A6076E;
}
.AnyTagClassName
{
color: #A6076E;
}
</style>
background-color css
<style>
a { background-color: #A6076E; }
a { background-color: rgb(166,7,110); }
div.DivClassName
{
background-color: #A6076E;
}
.BgClassName
{
background-color: #A6076E;
}
</style>
border-color css
<style>
span { border-color: #A6076E; }
span { border-color: rgb(166,7,110); }
td.TdClassName
{
border-color: #A6076E;
}
.TagClassName
{
border-color: #A6076E;
}
</style>