Shades of Eggplant #A80980
Tints of Eggplant #A80980
RGB
CMYK
RGB Variations
Color information
#A80980 (or 0xA80980) is known color: Eggplant. HEX triplet: A8, 09 and 80. RGB value is (168,9,128). Sum of RGB (Red+Green+Blue) = 168+9+128=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A80980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80980 is #57F67F. Grayscale: #454545. Windows color (decimal): -5764736 or 8391080. OLE color: 8391080.
HSL color Cylindrical-coordinate representation of color #A80980: hue angle of 315.09º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80980 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 128 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.34 |
| HSL | 315.09º | 0.9% | 0.35% | - |
| HSV(B) | 315.09º | 0.95% | 0.66% | - |
| XYZ | 20.14 | 10.08 | 21.31 | - |
| YUV | 70.11 | 160.68 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 128 | 0 | 0.95 | 0.24 | 0.34 | 315.09 | 0.9 | 0.35 |
| Hex | A8 | 9 | 80 | 0 | 5F | 18 | 22 | 13B | 5A | 23 |
| Octal | 250 | 11 | 200 | 0 | 137 | 30 | 42 | 473 | 132 | 43 |
| Binary | 10101000 | 1001 | 10000000 | 0 | 1011111 | 11000 | 100010 | 100111011 | 1011010 | 100011 |
Color Harmonies of #A80980
Complementary color
Monochromatic Colors of #A80980
Black with #A80980
Text Example
Text Example
White with #A80980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80980; }
p { color: rgb(168,9,128); }
H1.HeaderClassName
{
color: #A80980;
}
.AnyTagClassName
{
color: #A80980;
}
</style>
background-color css
<style>
a { background-color: #A80980; }
a { background-color: rgb(168,9,128); }
div.DivClassName
{
background-color: #A80980;
}
.BgClassName
{
background-color: #A80980;
}
</style>
border-color css
<style>
span { border-color: #A80980; }
span { border-color: rgb(168,9,128); }
td.TdClassName
{
border-color: #A80980;
}
.TagClassName
{
border-color: #A80980;
}
</style>