Shades of Eggplant #A80770
Tints of Eggplant #A80770
RGB
CMYK
RGB Variations
Color information
#A80770 (or 0xA80770) is known color: Eggplant. HEX triplet: A8, 07 and 70. RGB value is (168,7,112). Sum of RGB (Red+Green+Blue) = 168+7+112=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A80770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80770 is #57F88F. Grayscale: #424242. Windows color (decimal): -5765264 or 7341992. OLE color: 7341992.
HSL color Cylindrical-coordinate representation of color #A80770: hue angle of 320.87º 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 #A80770 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 112 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.34 |
| HSL | 320.87º | 0.92% | 0.34% | - |
| HSV(B) | 320.87º | 0.96% | 0.66% | - |
| XYZ | 19.15 | 9.65 | 16.18 | - |
| YUV | 67.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 112 | 0 | 0.96 | 0.33 | 0.34 | 320.87 | 0.92 | 0.34 |
| Hex | A8 | 7 | 70 | 0 | 60 | 21 | 22 | 141 | 5C | 22 |
| Octal | 250 | 7 | 160 | 0 | 140 | 41 | 42 | 501 | 134 | 42 |
| Binary | 10101000 | 111 | 1110000 | 0 | 1100000 | 100001 | 100010 | 101000001 | 1011100 | 100010 |
Color Harmonies of #A80770
Complementary color
Monochromatic Colors of #A80770
Black with #A80770
Text Example
Text Example
White with #A80770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80770; }
p { color: rgb(168,7,112); }
H1.HeaderClassName
{
color: #A80770;
}
.AnyTagClassName
{
color: #A80770;
}
</style>
background-color css
<style>
a { background-color: #A80770; }
a { background-color: rgb(168,7,112); }
div.DivClassName
{
background-color: #A80770;
}
.BgClassName
{
background-color: #A80770;
}
</style>
border-color css
<style>
span { border-color: #A80770; }
span { border-color: rgb(168,7,112); }
td.TdClassName
{
border-color: #A80770;
}
.TagClassName
{
border-color: #A80770;
}
</style>