Shades of Eggplant #A40072
Tints of Eggplant #A40072
RGB
CMYK
RGB Variations
Color information
#A40072 (or 0xA40072) is known color: Eggplant. HEX triplet: A4, 00 and 72. RGB value is (164,0,114). Sum of RGB (Red+Green+Blue) = 164+0+114=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A40072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40072 is #5BFF8D. Grayscale: #3D3D3D. Windows color (decimal): -6029198 or 7471268. OLE color: 7471268.
HSL color Cylindrical-coordinate representation of color #A40072: hue angle of 318.29º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40072 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.30 | 0.36 |
| HSL | 318.29º | 1% | 0.32% | - |
| HSV(B) | 318.29º | 1% | 0.64% | - |
| XYZ | 18.35 | 9.11 | 16.71 | - |
| YUV | 62.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 114 | 0 | 1 | 0.30 | 0.36 | 318.29 | 1 | 0.32 |
| Hex | A4 | 0 | 72 | 0 | 64 | 1E | 24 | 13E | 64 | 20 |
| Octal | 244 | 0 | 162 | 0 | 144 | 36 | 44 | 476 | 144 | 40 |
| Binary | 10100100 | 0 | 1110010 | 0 | 1100100 | 11110 | 100100 | 100111110 | 1100100 | 100000 |
Color Harmonies of #A40072
Complementary color
Monochromatic Colors of #A40072
Black with #A40072
Text Example
Text Example
White with #A40072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40072; }
p { color: rgb(164,0,114); }
H1.HeaderClassName
{
color: #A40072;
}
.AnyTagClassName
{
color: #A40072;
}
</style>
background-color css
<style>
a { background-color: #A40072; }
a { background-color: rgb(164,0,114); }
div.DivClassName
{
background-color: #A40072;
}
.BgClassName
{
background-color: #A40072;
}
</style>
border-color css
<style>
span { border-color: #A40072; }
span { border-color: rgb(164,0,114); }
td.TdClassName
{
border-color: #A40072;
}
.TagClassName
{
border-color: #A40072;
}
</style>