Shades of Eggplant #A80876
Tints of Eggplant #A80876
RGB
CMYK
RGB Variations
Color information
#A80876 (or 0xA80876) is known color: Eggplant. HEX triplet: A8, 08 and 76. RGB value is (168,8,118). Sum of RGB (Red+Green+Blue) = 168+8+118=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A80876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80876 is #57F789. Grayscale: #444444. Windows color (decimal): -5765002 or 7735464. OLE color: 7735464.
HSL color Cylindrical-coordinate representation of color #A80876: hue angle of 318.75º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80876 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 118 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.34 |
| HSL | 318.75º | 0.91% | 0.35% | - |
| HSV(B) | 318.75º | 0.95% | 0.66% | - |
| XYZ | 19.51 | 9.81 | 18 | - |
| YUV | 68.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 118 | 0 | 0.95 | 0.30 | 0.34 | 318.75 | 0.91 | 0.35 |
| Hex | A8 | 8 | 76 | 0 | 5F | 1E | 22 | 13F | 5B | 23 |
| Octal | 250 | 10 | 166 | 0 | 137 | 36 | 42 | 477 | 133 | 43 |
| Binary | 10101000 | 1000 | 1110110 | 0 | 1011111 | 11110 | 100010 | 100111111 | 1011011 | 100011 |
Color Harmonies of #A80876
Complementary color
Monochromatic Colors of #A80876
Black with #A80876
Text Example
Text Example
White with #A80876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80876; }
p { color: rgb(168,8,118); }
H1.HeaderClassName
{
color: #A80876;
}
.AnyTagClassName
{
color: #A80876;
}
</style>
background-color css
<style>
a { background-color: #A80876; }
a { background-color: rgb(168,8,118); }
div.DivClassName
{
background-color: #A80876;
}
.BgClassName
{
background-color: #A80876;
}
</style>
border-color css
<style>
span { border-color: #A80876; }
span { border-color: rgb(168,8,118); }
td.TdClassName
{
border-color: #A80876;
}
.TagClassName
{
border-color: #A80876;
}
</style>