Shades of Eggplant #A00679
Tints of Eggplant #A00679
RGB
CMYK
RGB Variations
Color information
#A00679 (or 0xA00679) is known color: Eggplant. HEX triplet: A0, 06 and 79. RGB value is (160,6,121). Sum of RGB (Red+Green+Blue) = 160+6+121=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A00679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00679 is #5FF986. Grayscale: #404040. Windows color (decimal): -6289799 or 7931552. OLE color: 7931552.
HSL color Cylindrical-coordinate representation of color #A00679: hue angle of 315.19º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00679 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 121 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.37 |
| HSL | 315.19º | 0.93% | 0.33% | - |
| HSV(B) | 315.19º | 0.96% | 0.63% | - |
| XYZ | 18.01 | 8.98 | 18.87 | - |
| YUV | 65.16 | 159.52 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 121 | 0 | 0.96 | 0.24 | 0.37 | 315.19 | 0.93 | 0.33 |
| Hex | A0 | 6 | 79 | 0 | 60 | 18 | 25 | 13B | 5D | 21 |
| Octal | 240 | 6 | 171 | 0 | 140 | 30 | 45 | 473 | 135 | 41 |
| Binary | 10100000 | 110 | 1111001 | 0 | 1100000 | 11000 | 100101 | 100111011 | 1011101 | 100001 |
Color Harmonies of #A00679
Complementary color
Monochromatic Colors of #A00679
Black with #A00679
Text Example
Text Example
White with #A00679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00679; }
p { color: rgb(160,6,121); }
H1.HeaderClassName
{
color: #A00679;
}
.AnyTagClassName
{
color: #A00679;
}
</style>
background-color css
<style>
a { background-color: #A00679; }
a { background-color: rgb(160,6,121); }
div.DivClassName
{
background-color: #A00679;
}
.BgClassName
{
background-color: #A00679;
}
</style>
border-color css
<style>
span { border-color: #A00679; }
span { border-color: rgb(160,6,121); }
td.TdClassName
{
border-color: #A00679;
}
.TagClassName
{
border-color: #A00679;
}
</style>