Shades of Eggplant #A00370
Tints of Eggplant #A00370
RGB
CMYK
RGB Variations
Color information
#A00370 (or 0xA00370) is known color: Eggplant. HEX triplet: A0, 03 and 70. RGB value is (160,3,112). Sum of RGB (Red+Green+Blue) = 160+3+112=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A00370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00370 is #5FFC8F. Grayscale: #3E3E3E. Windows color (decimal): -6290576 or 7340960. OLE color: 7340960.
HSL color Cylindrical-coordinate representation of color #A00370: hue angle of 318.34º 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 #A00370 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 112 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.37 |
| HSL | 318.34º | 0.96% | 0.32% | - |
| HSV(B) | 318.34º | 0.98% | 0.63% | - |
| XYZ | 17.45 | 8.71 | 16.09 | - |
| YUV | 62.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 112 | 0 | 0.98 | 0.30 | 0.37 | 318.34 | 0.96 | 0.32 |
| Hex | A0 | 3 | 70 | 0 | 62 | 1E | 25 | 13E | 60 | 20 |
| Octal | 240 | 3 | 160 | 0 | 142 | 36 | 45 | 476 | 140 | 40 |
| Binary | 10100000 | 11 | 1110000 | 0 | 1100010 | 11110 | 100101 | 100111110 | 1100000 | 100000 |
Color Harmonies of #A00370
Complementary color
Monochromatic Colors of #A00370
Black with #A00370
Text Example
Text Example
White with #A00370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00370; }
p { color: rgb(160,3,112); }
H1.HeaderClassName
{
color: #A00370;
}
.AnyTagClassName
{
color: #A00370;
}
</style>
background-color css
<style>
a { background-color: #A00370; }
a { background-color: rgb(160,3,112); }
div.DivClassName
{
background-color: #A00370;
}
.BgClassName
{
background-color: #A00370;
}
</style>
border-color css
<style>
span { border-color: #A00370; }
span { border-color: rgb(160,3,112); }
td.TdClassName
{
border-color: #A00370;
}
.TagClassName
{
border-color: #A00370;
}
</style>