Shades of Eggplant #A8076E
Tints of Eggplant #A8076E
RGB
CMYK
RGB Variations
Color information
#A8076E (or 0xA8076E) is known color: Eggplant. HEX triplet: A8, 07 and 6E. RGB value is (168,7,110). Sum of RGB (Red+Green+Blue) = 168+7+110=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8076E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8076E is #57F891. Grayscale: #424242. Windows color (decimal): -5765266 or 7210920. OLE color: 7210920.
HSL color Cylindrical-coordinate representation of color #A8076E: hue angle of 321.61º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8076E is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 110 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.34 |
| HSL | 321.61º | 0.92% | 0.34% | - |
| HSV(B) | 321.61º | 0.96% | 0.66% | - |
| XYZ | 19.04 | 9.6 | 15.6 | - |
| YUV | 66.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 110 | 0 | 0.96 | 0.35 | 0.34 | 321.61 | 0.92 | 0.34 |
| Hex | A8 | 7 | 6E | 0 | 60 | 23 | 22 | 142 | 5C | 22 |
| Octal | 250 | 7 | 156 | 0 | 140 | 43 | 42 | 502 | 134 | 42 |
| Binary | 10101000 | 111 | 1101110 | 0 | 1100000 | 100011 | 100010 | 101000010 | 1011100 | 100010 |
Color Harmonies of #A8076E
Complementary color
Monochromatic Colors of #A8076E
Black with #A8076E
Text Example
Text Example
White with #A8076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8076E; }
p { color: rgb(168,7,110); }
H1.HeaderClassName
{
color: #A8076E;
}
.AnyTagClassName
{
color: #A8076E;
}
</style>
background-color css
<style>
a { background-color: #A8076E; }
a { background-color: rgb(168,7,110); }
div.DivClassName
{
background-color: #A8076E;
}
.BgClassName
{
background-color: #A8076E;
}
</style>
border-color css
<style>
span { border-color: #A8076E; }
span { border-color: rgb(168,7,110); }
td.TdClassName
{
border-color: #A8076E;
}
.TagClassName
{
border-color: #A8076E;
}
</style>