Shades of Eggplant #A00F77
Tints of Eggplant #A00F77
RGB
CMYK
RGB Variations
Color information
#A00F77 (or 0xA00F77) is known color: Eggplant. HEX triplet: A0, 0F and 77. RGB value is (160,15,119). Sum of RGB (Red+Green+Blue) = 160+15+119=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F77 is #5FF088. Grayscale: #454545. Windows color (decimal): -6287497 or 7802784. OLE color: 7802784.
HSL color Cylindrical-coordinate representation of color #A00F77: hue angle of 316.97º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F77 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 119 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.37 |
| HSL | 316.97º | 0.83% | 0.34% | - |
| HSV(B) | 316.97º | 0.91% | 0.63% | - |
| XYZ | 18 | 9.15 | 18.27 | - |
| YUV | 70.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 119 | 0 | 0.91 | 0.26 | 0.37 | 316.97 | 0.83 | 0.34 |
| Hex | A0 | F | 77 | 0 | 5B | 1A | 25 | 13D | 53 | 22 |
| Octal | 240 | 17 | 167 | 0 | 133 | 32 | 45 | 475 | 123 | 42 |
| Binary | 10100000 | 1111 | 1110111 | 0 | 1011011 | 11010 | 100101 | 100111101 | 1010011 | 100010 |
Color Harmonies of #A00F77
Complementary color
Monochromatic Colors of #A00F77
Black with #A00F77
Text Example
Text Example
White with #A00F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F77; }
p { color: rgb(160,15,119); }
H1.HeaderClassName
{
color: #A00F77;
}
.AnyTagClassName
{
color: #A00F77;
}
</style>
background-color css
<style>
a { background-color: #A00F77; }
a { background-color: rgb(160,15,119); }
div.DivClassName
{
background-color: #A00F77;
}
.BgClassName
{
background-color: #A00F77;
}
</style>
border-color css
<style>
span { border-color: #A00F77; }
span { border-color: rgb(160,15,119); }
td.TdClassName
{
border-color: #A00F77;
}
.TagClassName
{
border-color: #A00F77;
}
</style>