Shades of Eggplant #A00372
Tints of Eggplant #A00372
RGB
CMYK
RGB Variations
Color information
#A00372 (or 0xA00372) is known color: Eggplant. HEX triplet: A0, 03 and 72. RGB value is (160,3,114). Sum of RGB (Red+Green+Blue) = 160+3+114=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A00372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00372 is #5FFC8D. Grayscale: #3E3E3E. Windows color (decimal): -6290574 or 7472032. OLE color: 7472032.
HSL color Cylindrical-coordinate representation of color #A00372: hue angle of 317.58º 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 #A00372 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 114 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.37 |
| HSL | 317.58º | 0.96% | 0.32% | - |
| HSV(B) | 317.58º | 0.98% | 0.63% | - |
| XYZ | 17.57 | 8.75 | 16.68 | - |
| YUV | 62.6 | 157.01 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 114 | 0 | 0.98 | 0.29 | 0.37 | 317.58 | 0.96 | 0.32 |
| Hex | A0 | 3 | 72 | 0 | 62 | 1D | 25 | 13E | 60 | 20 |
| Octal | 240 | 3 | 162 | 0 | 142 | 35 | 45 | 476 | 140 | 40 |
| Binary | 10100000 | 11 | 1110010 | 0 | 1100010 | 11101 | 100101 | 100111110 | 1100000 | 100000 |
Color Harmonies of #A00372
Complementary color
Monochromatic Colors of #A00372
Black with #A00372
Text Example
Text Example
White with #A00372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00372; }
p { color: rgb(160,3,114); }
H1.HeaderClassName
{
color: #A00372;
}
.AnyTagClassName
{
color: #A00372;
}
</style>
background-color css
<style>
a { background-color: #A00372; }
a { background-color: rgb(160,3,114); }
div.DivClassName
{
background-color: #A00372;
}
.BgClassName
{
background-color: #A00372;
}
</style>
border-color css
<style>
span { border-color: #A00372; }
span { border-color: rgb(160,3,114); }
td.TdClassName
{
border-color: #A00372;
}
.TagClassName
{
border-color: #A00372;
}
</style>