Shades of Eggplant #A0077E
Tints of Eggplant #A0077E
RGB
CMYK
RGB Variations
Color information
#A0077E (or 0xA0077E) is known color: Eggplant. HEX triplet: A0, 07 and 7E. RGB value is (160,7,126). Sum of RGB (Red+Green+Blue) = 160+7+126=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A0077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0077E is #5FF881. Grayscale: #414141. Windows color (decimal): -6289538 or 8259488. OLE color: 8259488.
HSL color Cylindrical-coordinate representation of color #A0077E: hue angle of 313.33º 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 #A0077E is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 126 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.37 |
| HSL | 313.33º | 0.92% | 0.33% | - |
| HSV(B) | 313.33º | 0.96% | 0.63% | - |
| XYZ | 18.34 | 9.13 | 20.53 | - |
| YUV | 66.31 | 161.69 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 126 | 0 | 0.96 | 0.21 | 0.37 | 313.33 | 0.92 | 0.33 |
| Hex | A0 | 7 | 7E | 0 | 60 | 15 | 25 | 139 | 5C | 21 |
| Octal | 240 | 7 | 176 | 0 | 140 | 25 | 45 | 471 | 134 | 41 |
| Binary | 10100000 | 111 | 1111110 | 0 | 1100000 | 10101 | 100101 | 100111001 | 1011100 | 100001 |
Color Harmonies of #A0077E
Complementary color
Monochromatic Colors of #A0077E
Black with #A0077E
Text Example
Text Example
White with #A0077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0077E; }
p { color: rgb(160,7,126); }
H1.HeaderClassName
{
color: #A0077E;
}
.AnyTagClassName
{
color: #A0077E;
}
</style>
background-color css
<style>
a { background-color: #A0077E; }
a { background-color: rgb(160,7,126); }
div.DivClassName
{
background-color: #A0077E;
}
.BgClassName
{
background-color: #A0077E;
}
</style>
border-color css
<style>
span { border-color: #A0077E; }
span { border-color: rgb(160,7,126); }
td.TdClassName
{
border-color: #A0077E;
}
.TagClassName
{
border-color: #A0077E;
}
</style>