Shades of Eggplant #A0077B
Tints of Eggplant #A0077B
RGB
CMYK
RGB Variations
Color information
#A0077B (or 0xA0077B) is known color: Eggplant. HEX triplet: A0, 07 and 7B. RGB value is (160,7,123). Sum of RGB (Red+Green+Blue) = 160+7+123=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0077B is #5FF884. Grayscale: #414141. Windows color (decimal): -6289541 or 8062880. OLE color: 8062880.
HSL color Cylindrical-coordinate representation of color #A0077B: hue angle of 314.51º 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 #A0077B is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 7 | 123 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.37 |
| HSL | 314.51º | 0.92% | 0.33% | - |
| HSV(B) | 314.51º | 0.96% | 0.63% | - |
| XYZ | 18.15 | 9.06 | 19.53 | - |
| YUV | 65.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 7 | 123 | 0 | 0.96 | 0.23 | 0.37 | 314.51 | 0.92 | 0.33 |
| Hex | A0 | 7 | 7B | 0 | 60 | 17 | 25 | 13B | 5C | 21 |
| Octal | 240 | 7 | 173 | 0 | 140 | 27 | 45 | 473 | 134 | 41 |
| Binary | 10100000 | 111 | 1111011 | 0 | 1100000 | 10111 | 100101 | 100111011 | 1011100 | 100001 |
Color Harmonies of #A0077B
Complementary color
Monochromatic Colors of #A0077B
Black with #A0077B
Text Example
Text Example
White with #A0077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0077B; }
p { color: rgb(160,7,123); }
H1.HeaderClassName
{
color: #A0077B;
}
.AnyTagClassName
{
color: #A0077B;
}
</style>
background-color css
<style>
a { background-color: #A0077B; }
a { background-color: rgb(160,7,123); }
div.DivClassName
{
background-color: #A0077B;
}
.BgClassName
{
background-color: #A0077B;
}
</style>
border-color css
<style>
span { border-color: #A0077B; }
span { border-color: rgb(160,7,123); }
td.TdClassName
{
border-color: #A0077B;
}
.TagClassName
{
border-color: #A0077B;
}
</style>