Shades of Eggplant #A6077E
Tints of Eggplant #A6077E
RGB
CMYK
RGB Variations
Color information
#A6077E (or 0xA6077E) is known color: Eggplant. HEX triplet: A6, 07 and 7E. RGB value is (166,7,126). Sum of RGB (Red+Green+Blue) = 166+7+126=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A6077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6077E is #59F881. Grayscale: #434343. Windows color (decimal): -5896322 or 8259494. OLE color: 8259494.
HSL color Cylindrical-coordinate representation of color #A6077E: hue angle of 315.09º 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 #A6077E is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 126 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.35 |
| HSL | 315.09º | 0.92% | 0.34% | - |
| HSV(B) | 315.09º | 0.96% | 0.65% | - |
| XYZ | 19.57 | 9.77 | 20.59 | - |
| YUV | 68.11 | 160.68 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 126 | 0 | 0.96 | 0.24 | 0.35 | 315.09 | 0.92 | 0.34 |
| Hex | A6 | 7 | 7E | 0 | 60 | 18 | 23 | 13B | 5C | 22 |
| Octal | 246 | 7 | 176 | 0 | 140 | 30 | 43 | 473 | 134 | 42 |
| Binary | 10100110 | 111 | 1111110 | 0 | 1100000 | 11000 | 100011 | 100111011 | 1011100 | 100010 |
Color Harmonies of #A6077E
Complementary color
Monochromatic Colors of #A6077E
Black with #A6077E
Text Example
Text Example
White with #A6077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6077E; }
p { color: rgb(166,7,126); }
H1.HeaderClassName
{
color: #A6077E;
}
.AnyTagClassName
{
color: #A6077E;
}
</style>
background-color css
<style>
a { background-color: #A6077E; }
a { background-color: rgb(166,7,126); }
div.DivClassName
{
background-color: #A6077E;
}
.BgClassName
{
background-color: #A6077E;
}
</style>
border-color css
<style>
span { border-color: #A6077E; }
span { border-color: rgb(166,7,126); }
td.TdClassName
{
border-color: #A6077E;
}
.TagClassName
{
border-color: #A6077E;
}
</style>