Shades of Eggplant #A00380
Tints of Eggplant #A00380
RGB
CMYK
RGB Variations
Color information
#A00380 (or 0xA00380) is known color: Eggplant. HEX triplet: A0, 03 and 80. RGB value is (160,3,128). Sum of RGB (Red+Green+Blue) = 160+3+128=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A00380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00380 is #5FFC7F. Grayscale: #3F3F3F. Windows color (decimal): -6290560 or 8389536. OLE color: 8389536.
HSL color Cylindrical-coordinate representation of color #A00380: hue angle of 312.23º degrees, saturation: 0.96, 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 #A00380 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 128 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.37 |
| HSL | 312.23º | 0.96% | 0.32% | - |
| HSV(B) | 312.23º | 0.98% | 0.63% | - |
| XYZ | 18.43 | 9.1 | 21.21 | - |
| YUV | 64.19 | 164.01 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 128 | 0 | 0.98 | 0.20 | 0.37 | 312.23 | 0.96 | 0.32 |
| Hex | A0 | 3 | 80 | 0 | 62 | 14 | 25 | 138 | 60 | 20 |
| Octal | 240 | 3 | 200 | 0 | 142 | 24 | 45 | 470 | 140 | 40 |
| Binary | 10100000 | 11 | 10000000 | 0 | 1100010 | 10100 | 100101 | 100111000 | 1100000 | 100000 |
Color Harmonies of #A00380
Complementary color
Monochromatic Colors of #A00380
Black with #A00380
Text Example
Text Example
White with #A00380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00380; }
p { color: rgb(160,3,128); }
H1.HeaderClassName
{
color: #A00380;
}
.AnyTagClassName
{
color: #A00380;
}
</style>
background-color css
<style>
a { background-color: #A00380; }
a { background-color: rgb(160,3,128); }
div.DivClassName
{
background-color: #A00380;
}
.BgClassName
{
background-color: #A00380;
}
</style>
border-color css
<style>
span { border-color: #A00380; }
span { border-color: rgb(160,3,128); }
td.TdClassName
{
border-color: #A00380;
}
.TagClassName
{
border-color: #A00380;
}
</style>