Shades of Eggplant #A00C7A
Tints of Eggplant #A00C7A
RGB
CMYK
RGB Variations
Color information
#A00C7A (or 0xA00C7A) is known color: Eggplant. HEX triplet: A0, 0C and 7A. RGB value is (160,12,122). Sum of RGB (Red+Green+Blue) = 160+12+122=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00C7A is #5FF385. Grayscale: #444444. Windows color (decimal): -6288262 or 7998624. OLE color: 7998624.
HSL color Cylindrical-coordinate representation of color #A00C7A: hue angle of 315.41º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C7A is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 122 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.37 |
| HSL | 315.41º | 0.86% | 0.34% | - |
| HSV(B) | 315.41º | 0.93% | 0.63% | - |
| XYZ | 18.14 | 9.14 | 19.22 | - |
| YUV | 68.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 122 | 0 | 0.93 | 0.24 | 0.37 | 315.41 | 0.86 | 0.34 |
| Hex | A0 | C | 7A | 0 | 5D | 18 | 25 | 13B | 56 | 22 |
| Octal | 240 | 14 | 172 | 0 | 135 | 30 | 45 | 473 | 126 | 42 |
| Binary | 10100000 | 1100 | 1111010 | 0 | 1011101 | 11000 | 100101 | 100111011 | 1010110 | 100010 |
Color Harmonies of #A00C7A
Complementary color
Monochromatic Colors of #A00C7A
Black with #A00C7A
Text Example
Text Example
White with #A00C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C7A; }
p { color: rgb(160,12,122); }
H1.HeaderClassName
{
color: #A00C7A;
}
.AnyTagClassName
{
color: #A00C7A;
}
</style>
background-color css
<style>
a { background-color: #A00C7A; }
a { background-color: rgb(160,12,122); }
div.DivClassName
{
background-color: #A00C7A;
}
.BgClassName
{
background-color: #A00C7A;
}
</style>
border-color css
<style>
span { border-color: #A00C7A; }
span { border-color: rgb(160,12,122); }
td.TdClassName
{
border-color: #A00C7A;
}
.TagClassName
{
border-color: #A00C7A;
}
</style>