Shades of Eggplant #A80075
Tints of Eggplant #A80075
RGB
CMYK
RGB Variations
Color information
#A80075 (or 0xA80075) is known color: Eggplant. HEX triplet: A8, 00 and 75. RGB value is (168,0,117). Sum of RGB (Red+Green+Blue) = 168+0+117=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A80075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80075 is #57FF8A. Grayscale: #3F3F3F. Windows color (decimal): -5767051 or 7667880. OLE color: 7667880.
HSL color Cylindrical-coordinate representation of color #A80075: hue angle of 318.21º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80075 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.30 | 0.34 |
| HSL | 318.21º | 1% | 0.33% | - |
| HSV(B) | 318.21º | 1% | 0.66% | - |
| XYZ | 19.36 | 9.61 | 17.66 | - |
| YUV | 63.57 | 158.16 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 117 | 0 | 1 | 0.30 | 0.34 | 318.21 | 1 | 0.33 |
| Hex | A8 | 0 | 75 | 0 | 64 | 1E | 22 | 13E | 64 | 21 |
| Octal | 250 | 0 | 165 | 0 | 144 | 36 | 42 | 476 | 144 | 41 |
| Binary | 10101000 | 0 | 1110101 | 0 | 1100100 | 11110 | 100010 | 100111110 | 1100100 | 100001 |
Color Harmonies of #A80075
Complementary color
Monochromatic Colors of #A80075
Black with #A80075
Text Example
Text Example
White with #A80075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80075; }
p { color: rgb(168,0,117); }
H1.HeaderClassName
{
color: #A80075;
}
.AnyTagClassName
{
color: #A80075;
}
</style>
background-color css
<style>
a { background-color: #A80075; }
a { background-color: rgb(168,0,117); }
div.DivClassName
{
background-color: #A80075;
}
.BgClassName
{
background-color: #A80075;
}
</style>
border-color css
<style>
span { border-color: #A80075; }
span { border-color: rgb(168,0,117); }
td.TdClassName
{
border-color: #A80075;
}
.TagClassName
{
border-color: #A80075;
}
</style>