Shades of Eggplant #A80773
Tints of Eggplant #A80773
RGB
CMYK
RGB Variations
Color information
#A80773 (or 0xA80773) is known color: Eggplant. HEX triplet: A8, 07 and 73. RGB value is (168,7,115). Sum of RGB (Red+Green+Blue) = 168+7+115=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A80773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80773 is #57F88C. Grayscale: #434343. Windows color (decimal): -5765261 or 7538600. OLE color: 7538600.
HSL color Cylindrical-coordinate representation of color #A80773: hue angle of 319.75º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80773 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 115 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.34 |
| HSL | 319.75º | 0.92% | 0.34% | - |
| HSV(B) | 319.75º | 0.96% | 0.66% | - |
| XYZ | 19.32 | 9.71 | 17.08 | - |
| YUV | 67.45 | 154.84 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 115 | 0 | 0.96 | 0.32 | 0.34 | 319.75 | 0.92 | 0.34 |
| Hex | A8 | 7 | 73 | 0 | 60 | 20 | 22 | 140 | 5C | 22 |
| Octal | 250 | 7 | 163 | 0 | 140 | 40 | 42 | 500 | 134 | 42 |
| Binary | 10101000 | 111 | 1110011 | 0 | 1100000 | 100000 | 100010 | 101000000 | 1011100 | 100010 |
Color Harmonies of #A80773
Complementary color
Monochromatic Colors of #A80773
Black with #A80773
Text Example
Text Example
White with #A80773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80773; }
p { color: rgb(168,7,115); }
H1.HeaderClassName
{
color: #A80773;
}
.AnyTagClassName
{
color: #A80773;
}
</style>
background-color css
<style>
a { background-color: #A80773; }
a { background-color: rgb(168,7,115); }
div.DivClassName
{
background-color: #A80773;
}
.BgClassName
{
background-color: #A80773;
}
</style>
border-color css
<style>
span { border-color: #A80773; }
span { border-color: rgb(168,7,115); }
td.TdClassName
{
border-color: #A80773;
}
.TagClassName
{
border-color: #A80773;
}
</style>