Shades of Eggplant #A8076F
Tints of Eggplant #A8076F
RGB
CMYK
RGB Variations
Color information
#A8076F (or 0xA8076F) is known color: Eggplant. HEX triplet: A8, 07 and 6F. RGB value is (168,7,111). Sum of RGB (Red+Green+Blue) = 168+7+111=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A8076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8076F is #57F890. Grayscale: #424242. Windows color (decimal): -5765265 or 7276456. OLE color: 7276456.
HSL color Cylindrical-coordinate representation of color #A8076F: hue angle of 321.24º 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 #A8076F is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 111 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.34 |
| HSL | 321.24º | 0.92% | 0.34% | - |
| HSV(B) | 321.24º | 0.96% | 0.66% | - |
| XYZ | 19.09 | 9.62 | 15.89 | - |
| YUV | 67 | 152.84 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 111 | 0 | 0.96 | 0.34 | 0.34 | 321.24 | 0.92 | 0.34 |
| Hex | A8 | 7 | 6F | 0 | 60 | 22 | 22 | 141 | 5C | 22 |
| Octal | 250 | 7 | 157 | 0 | 140 | 42 | 42 | 501 | 134 | 42 |
| Binary | 10101000 | 111 | 1101111 | 0 | 1100000 | 100010 | 100010 | 101000001 | 1011100 | 100010 |
Color Harmonies of #A8076F
Complementary color
Monochromatic Colors of #A8076F
Black with #A8076F
Text Example
Text Example
White with #A8076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8076F; }
p { color: rgb(168,7,111); }
H1.HeaderClassName
{
color: #A8076F;
}
.AnyTagClassName
{
color: #A8076F;
}
</style>
background-color css
<style>
a { background-color: #A8076F; }
a { background-color: rgb(168,7,111); }
div.DivClassName
{
background-color: #A8076F;
}
.BgClassName
{
background-color: #A8076F;
}
</style>
border-color css
<style>
span { border-color: #A8076F; }
span { border-color: rgb(168,7,111); }
td.TdClassName
{
border-color: #A8076F;
}
.TagClassName
{
border-color: #A8076F;
}
</style>