Shades of Eggplant #A00672
Tints of Eggplant #A00672
RGB
CMYK
RGB Variations
Color information
#A00672 (or 0xA00672) is known color: Eggplant. HEX triplet: A0, 06 and 72. RGB value is (160,6,114). Sum of RGB (Red+Green+Blue) = 160+6+114=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A00672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00672 is #5FF98D. Grayscale: #404040. Windows color (decimal): -6289806 or 7472800. OLE color: 7472800.
HSL color Cylindrical-coordinate representation of color #A00672: hue angle of 317.92º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00672 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 114 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.37 |
| HSL | 317.92º | 0.93% | 0.33% | - |
| HSV(B) | 317.92º | 0.96% | 0.63% | - |
| XYZ | 17.6 | 8.82 | 16.69 | - |
| YUV | 64.36 | 156.02 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 114 | 0 | 0.96 | 0.29 | 0.37 | 317.92 | 0.93 | 0.33 |
| Hex | A0 | 6 | 72 | 0 | 60 | 1D | 25 | 13E | 5D | 21 |
| Octal | 240 | 6 | 162 | 0 | 140 | 35 | 45 | 476 | 135 | 41 |
| Binary | 10100000 | 110 | 1110010 | 0 | 1100000 | 11101 | 100101 | 100111110 | 1011101 | 100001 |
Color Harmonies of #A00672
Complementary color
Monochromatic Colors of #A00672
Black with #A00672
Text Example
Text Example
White with #A00672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00672; }
p { color: rgb(160,6,114); }
H1.HeaderClassName
{
color: #A00672;
}
.AnyTagClassName
{
color: #A00672;
}
</style>
background-color css
<style>
a { background-color: #A00672; }
a { background-color: rgb(160,6,114); }
div.DivClassName
{
background-color: #A00672;
}
.BgClassName
{
background-color: #A00672;
}
</style>
border-color css
<style>
span { border-color: #A00672; }
span { border-color: rgb(160,6,114); }
td.TdClassName
{
border-color: #A00672;
}
.TagClassName
{
border-color: #A00672;
}
</style>