Shades of Eggplant #A00E75
Tints of Eggplant #A00E75
RGB
CMYK
RGB Variations
Color information
#A00E75 (or 0xA00E75) is known color: Eggplant. HEX triplet: A0, 0E and 75. RGB value is (160,14,117). Sum of RGB (Red+Green+Blue) = 160+14+117=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00E75 is #5FF18A. Grayscale: #454545. Windows color (decimal): -6287755 or 7671456. OLE color: 7671456.
HSL color Cylindrical-coordinate representation of color #A00E75: hue angle of 317.67º degrees, saturation: 0.84, 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 #A00E75 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 14 | 117 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.37 |
| HSL | 317.67º | 0.84% | 0.34% | - |
| HSV(B) | 317.67º | 0.91% | 0.63% | - |
| XYZ | 17.87 | 9.07 | 17.64 | - |
| YUV | 69.4 | 154.87 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 117 | 0 | 0.91 | 0.27 | 0.37 | 317.67 | 0.84 | 0.34 |
| Hex | A0 | E | 75 | 0 | 5B | 1B | 25 | 13E | 54 | 22 |
| Octal | 240 | 16 | 165 | 0 | 133 | 33 | 45 | 476 | 124 | 42 |
| Binary | 10100000 | 1110 | 1110101 | 0 | 1011011 | 11011 | 100101 | 100111110 | 1010100 | 100010 |
Color Harmonies of #A00E75
Complementary color
Monochromatic Colors of #A00E75
Black with #A00E75
Text Example
Text Example
White with #A00E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00E75; }
p { color: rgb(160,14,117); }
H1.HeaderClassName
{
color: #A00E75;
}
.AnyTagClassName
{
color: #A00E75;
}
</style>
background-color css
<style>
a { background-color: #A00E75; }
a { background-color: rgb(160,14,117); }
div.DivClassName
{
background-color: #A00E75;
}
.BgClassName
{
background-color: #A00E75;
}
</style>
border-color css
<style>
span { border-color: #A00E75; }
span { border-color: rgb(160,14,117); }
td.TdClassName
{
border-color: #A00E75;
}
.TagClassName
{
border-color: #A00E75;
}
</style>