Shades of Eggplant #A40379
Tints of Eggplant #A40379
RGB
CMYK
RGB Variations
Color information
#A40379 (or 0xA40379) is known color: Eggplant. HEX triplet: A4, 03 and 79. RGB value is (164,3,121). Sum of RGB (Red+Green+Blue) = 164+3+121=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A40379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40379 is #5BFC86. Grayscale: #404040. Windows color (decimal): -6028423 or 7930788. OLE color: 7930788.
HSL color Cylindrical-coordinate representation of color #A40379: hue angle of 316.02º 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 #A40379 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 121 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.36 |
| HSL | 316.02º | 0.96% | 0.33% | - |
| HSV(B) | 316.02º | 0.98% | 0.64% | - |
| XYZ | 18.79 | 9.34 | 18.9 | - |
| YUV | 64.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 121 | 0 | 0.98 | 0.26 | 0.36 | 316.02 | 0.96 | 0.33 |
| Hex | A4 | 3 | 79 | 0 | 62 | 1A | 24 | 13C | 60 | 21 |
| Octal | 244 | 3 | 171 | 0 | 142 | 32 | 44 | 474 | 140 | 41 |
| Binary | 10100100 | 11 | 1111001 | 0 | 1100010 | 11010 | 100100 | 100111100 | 1100000 | 100001 |
Color Harmonies of #A40379
Complementary color
Monochromatic Colors of #A40379
Black with #A40379
Text Example
Text Example
White with #A40379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40379; }
p { color: rgb(164,3,121); }
H1.HeaderClassName
{
color: #A40379;
}
.AnyTagClassName
{
color: #A40379;
}
</style>
background-color css
<style>
a { background-color: #A40379; }
a { background-color: rgb(164,3,121); }
div.DivClassName
{
background-color: #A40379;
}
.BgClassName
{
background-color: #A40379;
}
</style>
border-color css
<style>
span { border-color: #A40379; }
span { border-color: rgb(164,3,121); }
td.TdClassName
{
border-color: #A40379;
}
.TagClassName
{
border-color: #A40379;
}
</style>