Shades of Eggplant #A40079
Tints of Eggplant #A40079
RGB
CMYK
RGB Variations
Color information
#A40079 (or 0xA40079) is known color: Eggplant. HEX triplet: A4, 00 and 79. RGB value is (164,0,121). Sum of RGB (Red+Green+Blue) = 164+0+121=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A40079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40079 is #5BFF86. Grayscale: #3E3E3E. Windows color (decimal): -6029191 or 7930020. OLE color: 7930020.
HSL color Cylindrical-coordinate representation of color #A40079: hue angle of 315.73º 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 #A40079 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.26 | 0.36 |
| HSL | 315.73º | 1% | 0.32% | - |
| HSV(B) | 315.73º | 1% | 0.64% | - |
| XYZ | 18.76 | 9.27 | 18.89 | - |
| YUV | 62.83 | 160.83 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 121 | 0 | 1 | 0.26 | 0.36 | 315.73 | 1 | 0.32 |
| Hex | A4 | 0 | 79 | 0 | 64 | 1A | 24 | 13C | 64 | 20 |
| Octal | 244 | 0 | 171 | 0 | 144 | 32 | 44 | 474 | 144 | 40 |
| Binary | 10100100 | 0 | 1111001 | 0 | 1100100 | 11010 | 100100 | 100111100 | 1100100 | 100000 |
Color Harmonies of #A40079
Complementary color
Monochromatic Colors of #A40079
Black with #A40079
Text Example
Text Example
White with #A40079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40079; }
p { color: rgb(164,0,121); }
H1.HeaderClassName
{
color: #A40079;
}
.AnyTagClassName
{
color: #A40079;
}
</style>
background-color css
<style>
a { background-color: #A40079; }
a { background-color: rgb(164,0,121); }
div.DivClassName
{
background-color: #A40079;
}
.BgClassName
{
background-color: #A40079;
}
</style>
border-color css
<style>
span { border-color: #A40079; }
span { border-color: rgb(164,0,121); }
td.TdClassName
{
border-color: #A40079;
}
.TagClassName
{
border-color: #A40079;
}
</style>