Shades of Eggplant #A7086E
Tints of Eggplant #A7086E
RGB
CMYK
RGB Variations
Color information
#A7086E (or 0xA7086E) is known color: Eggplant. HEX triplet: A7, 08 and 6E. RGB value is (167,8,110). Sum of RGB (Red+Green+Blue) = 167+8+110=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A7086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7086E is #58F791. Grayscale: #424242. Windows color (decimal): -5830546 or 7211175. OLE color: 7211175.
HSL color Cylindrical-coordinate representation of color #A7086E: hue angle of 321.51º degrees, saturation: 0.91, 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 #A7086E is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 8 | 110 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.35 |
| HSL | 321.51º | 0.91% | 0.34% | - |
| HSV(B) | 321.51º | 0.95% | 0.65% | - |
| XYZ | 18.84 | 9.51 | 15.6 | - |
| YUV | 67.17 | 152.18 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 8 | 110 | 0 | 0.95 | 0.34 | 0.35 | 321.51 | 0.91 | 0.34 |
| Hex | A7 | 8 | 6E | 0 | 5F | 22 | 23 | 142 | 5B | 22 |
| Octal | 247 | 10 | 156 | 0 | 137 | 42 | 43 | 502 | 133 | 42 |
| Binary | 10100111 | 1000 | 1101110 | 0 | 1011111 | 100010 | 100011 | 101000010 | 1011011 | 100010 |
Color Harmonies of #A7086E
Complementary color
Monochromatic Colors of #A7086E
Black with #A7086E
Text Example
Text Example
White with #A7086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7086E; }
p { color: rgb(167,8,110); }
H1.HeaderClassName
{
color: #A7086E;
}
.AnyTagClassName
{
color: #A7086E;
}
</style>
background-color css
<style>
a { background-color: #A7086E; }
a { background-color: rgb(167,8,110); }
div.DivClassName
{
background-color: #A7086E;
}
.BgClassName
{
background-color: #A7086E;
}
</style>
border-color css
<style>
span { border-color: #A7086E; }
span { border-color: rgb(167,8,110); }
td.TdClassName
{
border-color: #A7086E;
}
.TagClassName
{
border-color: #A7086E;
}
</style>