Shades of Eggplant #A4037A
Tints of Eggplant #A4037A
RGB
CMYK
RGB Variations
Color information
#A4037A (or 0xA4037A) is known color: Eggplant. HEX triplet: A4, 03 and 7A. RGB value is (164,3,122). Sum of RGB (Red+Green+Blue) = 164+3+122=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A4037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4037A is #5BFC85. Grayscale: #404040. Windows color (decimal): -6028422 or 7996324. OLE color: 7996324.
HSL color Cylindrical-coordinate representation of color #A4037A: hue angle of 315.65º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4037A is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 122 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.36 |
| HSL | 315.65º | 0.96% | 0.33% | - |
| HSV(B) | 315.65º | 0.98% | 0.64% | - |
| XYZ | 18.86 | 9.36 | 19.23 | - |
| YUV | 64.71 | 160.34 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 122 | 0 | 0.98 | 0.26 | 0.36 | 315.65 | 0.96 | 0.33 |
| Hex | A4 | 3 | 7A | 0 | 62 | 1A | 24 | 13C | 60 | 21 |
| Octal | 244 | 3 | 172 | 0 | 142 | 32 | 44 | 474 | 140 | 41 |
| Binary | 10100100 | 11 | 1111010 | 0 | 1100010 | 11010 | 100100 | 100111100 | 1100000 | 100001 |
Color Harmonies of #A4037A
Complementary color
Monochromatic Colors of #A4037A
Black with #A4037A
Text Example
Text Example
White with #A4037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4037A; }
p { color: rgb(164,3,122); }
H1.HeaderClassName
{
color: #A4037A;
}
.AnyTagClassName
{
color: #A4037A;
}
</style>
background-color css
<style>
a { background-color: #A4037A; }
a { background-color: rgb(164,3,122); }
div.DivClassName
{
background-color: #A4037A;
}
.BgClassName
{
background-color: #A4037A;
}
</style>
border-color css
<style>
span { border-color: #A4037A; }
span { border-color: rgb(164,3,122); }
td.TdClassName
{
border-color: #A4037A;
}
.TagClassName
{
border-color: #A4037A;
}
</style>