Shades of Eggplant #A80679
Tints of Eggplant #A80679
RGB
CMYK
RGB Variations
Color information
#A80679 (or 0xA80679) is known color: Eggplant. HEX triplet: A8, 06 and 79. RGB value is (168,6,121). Sum of RGB (Red+Green+Blue) = 168+6+121=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A80679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80679 is #57F986. Grayscale: #434343. Windows color (decimal): -5765511 or 7931560. OLE color: 7931560.
HSL color Cylindrical-coordinate representation of color #A80679: hue angle of 317.41º degrees, saturation: 0.93, 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 #A80679 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 121 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.34 |
| HSL | 317.41º | 0.93% | 0.34% | - |
| HSV(B) | 317.41º | 0.96% | 0.66% | - |
| XYZ | 19.66 | 9.84 | 18.95 | - |
| YUV | 67.55 | 158.17 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 121 | 0 | 0.96 | 0.28 | 0.34 | 317.41 | 0.93 | 0.34 |
| Hex | A8 | 6 | 79 | 0 | 60 | 1C | 22 | 13D | 5D | 22 |
| Octal | 250 | 6 | 171 | 0 | 140 | 34 | 42 | 475 | 135 | 42 |
| Binary | 10101000 | 110 | 1111001 | 0 | 1100000 | 11100 | 100010 | 100111101 | 1011101 | 100010 |
Color Harmonies of #A80679
Complementary color
Monochromatic Colors of #A80679
Black with #A80679
Text Example
Text Example
White with #A80679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80679; }
p { color: rgb(168,6,121); }
H1.HeaderClassName
{
color: #A80679;
}
.AnyTagClassName
{
color: #A80679;
}
</style>
background-color css
<style>
a { background-color: #A80679; }
a { background-color: rgb(168,6,121); }
div.DivClassName
{
background-color: #A80679;
}
.BgClassName
{
background-color: #A80679;
}
</style>
border-color css
<style>
span { border-color: #A80679; }
span { border-color: rgb(168,6,121); }
td.TdClassName
{
border-color: #A80679;
}
.TagClassName
{
border-color: #A80679;
}
</style>