Shades of Eggplant #A80480
Tints of Eggplant #A80480
RGB
CMYK
RGB Variations
Color information
#A80480 (or 0xA80480) is known color: Eggplant. HEX triplet: A8, 04 and 80. RGB value is (168,4,128). Sum of RGB (Red+Green+Blue) = 168+4+128=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A80480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80480 is #57FB7F. Grayscale: #424242. Windows color (decimal): -5766016 or 8389800. OLE color: 8389800.
HSL color Cylindrical-coordinate representation of color #A80480: hue angle of 314.63º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80480 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 128 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.34 |
| HSL | 314.63º | 0.95% | 0.34% | - |
| HSV(B) | 314.63º | 0.98% | 0.66% | - |
| XYZ | 20.09 | 9.97 | 21.29 | - |
| YUV | 67.17 | 162.33 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 128 | 0 | 0.98 | 0.24 | 0.34 | 314.63 | 0.95 | 0.34 |
| Hex | A8 | 4 | 80 | 0 | 62 | 18 | 22 | 13B | 5F | 22 |
| Octal | 250 | 4 | 200 | 0 | 142 | 30 | 42 | 473 | 137 | 42 |
| Binary | 10101000 | 100 | 10000000 | 0 | 1100010 | 11000 | 100010 | 100111011 | 1011111 | 100010 |
Color Harmonies of #A80480
Complementary color
Monochromatic Colors of #A80480
Black with #A80480
Text Example
Text Example
White with #A80480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80480; }
p { color: rgb(168,4,128); }
H1.HeaderClassName
{
color: #A80480;
}
.AnyTagClassName
{
color: #A80480;
}
</style>
background-color css
<style>
a { background-color: #A80480; }
a { background-color: rgb(168,4,128); }
div.DivClassName
{
background-color: #A80480;
}
.BgClassName
{
background-color: #A80480;
}
</style>
border-color css
<style>
span { border-color: #A80480; }
span { border-color: rgb(168,4,128); }
td.TdClassName
{
border-color: #A80480;
}
.TagClassName
{
border-color: #A80480;
}
</style>