Shades of Eggplant #A0077A
Tints of Eggplant #A0077A
RGB
CMYK
RGB Variations
Color information
#A0077A (or 0xA0077A) is known color: Eggplant. HEX triplet: A0, 07 and 7A. RGB value is (160,7,122). Sum of RGB (Red+Green+Blue) = 160+7+122=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0077A is #5FF885. Grayscale: #414141. Windows color (decimal): -6289542 or 7997344. OLE color: 7997344.
HSL color Cylindrical-coordinate representation of color #A0077A: hue angle of 314.9º degrees, saturation: 0.92, 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 #A0077A is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 122 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.37 |
| HSL | 314.9º | 0.92% | 0.33% | - |
| HSV(B) | 314.9º | 0.96% | 0.63% | - |
| XYZ | 18.09 | 9.03 | 19.2 | - |
| YUV | 65.86 | 159.69 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 122 | 0 | 0.96 | 0.24 | 0.37 | 314.9 | 0.92 | 0.33 |
| Hex | A0 | 7 | 7A | 0 | 60 | 18 | 25 | 13B | 5C | 21 |
| Octal | 240 | 7 | 172 | 0 | 140 | 30 | 45 | 473 | 134 | 41 |
| Binary | 10100000 | 111 | 1111010 | 0 | 1100000 | 11000 | 100101 | 100111011 | 1011100 | 100001 |
Color Harmonies of #A0077A
Complementary color
Monochromatic Colors of #A0077A
Black with #A0077A
Text Example
Text Example
White with #A0077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0077A; }
p { color: rgb(160,7,122); }
H1.HeaderClassName
{
color: #A0077A;
}
.AnyTagClassName
{
color: #A0077A;
}
</style>
background-color css
<style>
a { background-color: #A0077A; }
a { background-color: rgb(160,7,122); }
div.DivClassName
{
background-color: #A0077A;
}
.BgClassName
{
background-color: #A0077A;
}
</style>
border-color css
<style>
span { border-color: #A0077A; }
span { border-color: rgb(160,7,122); }
td.TdClassName
{
border-color: #A0077A;
}
.TagClassName
{
border-color: #A0077A;
}
</style>