Shades of Eggplant #A00480
Tints of Eggplant #A00480
RGB
CMYK
RGB Variations
Color information
#A00480 (or 0xA00480) is known color: Eggplant. HEX triplet: A0, 04 and 80. RGB value is (160,4,128). Sum of RGB (Red+Green+Blue) = 160+4+128=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A00480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00480 is #5FFB7F. Grayscale: #404040. Windows color (decimal): -6290304 or 8389792. OLE color: 8389792.
HSL color Cylindrical-coordinate representation of color #A00480: hue angle of 312.31º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00480 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 128 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.37 |
| HSL | 312.31º | 0.95% | 0.32% | - |
| HSV(B) | 312.31º | 0.98% | 0.63% | - |
| XYZ | 18.44 | 9.12 | 21.21 | - |
| YUV | 64.78 | 163.68 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 128 | 0 | 0.98 | 0.20 | 0.37 | 312.31 | 0.95 | 0.32 |
| Hex | A0 | 4 | 80 | 0 | 62 | 14 | 25 | 138 | 5F | 20 |
| Octal | 240 | 4 | 200 | 0 | 142 | 24 | 45 | 470 | 137 | 40 |
| Binary | 10100000 | 100 | 10000000 | 0 | 1100010 | 10100 | 100101 | 100111000 | 1011111 | 100000 |
Color Harmonies of #A00480
Complementary color
Monochromatic Colors of #A00480
Black with #A00480
Text Example
Text Example
White with #A00480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00480; }
p { color: rgb(160,4,128); }
H1.HeaderClassName
{
color: #A00480;
}
.AnyTagClassName
{
color: #A00480;
}
</style>
background-color css
<style>
a { background-color: #A00480; }
a { background-color: rgb(160,4,128); }
div.DivClassName
{
background-color: #A00480;
}
.BgClassName
{
background-color: #A00480;
}
</style>
border-color css
<style>
span { border-color: #A00480; }
span { border-color: rgb(160,4,128); }
td.TdClassName
{
border-color: #A00480;
}
.TagClassName
{
border-color: #A00480;
}
</style>