Shades of Eggplant #A40179
Tints of Eggplant #A40179
RGB
CMYK
RGB Variations
Color information
#A40179 (or 0xA40179) is known color: Eggplant. HEX triplet: A4, 01 and 79. RGB value is (164,1,121). Sum of RGB (Red+Green+Blue) = 164+1+121=286 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.34% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 164 - color contains mainly: red. Hex color #A40179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40179 is #5BFE86. Grayscale: #3F3F3F. Windows color (decimal): -6028935 or 7930276. OLE color: 7930276.
HSL color Cylindrical-coordinate representation of color #A40179: hue angle of 315.83º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40179 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.36 |
| HSL | 315.83º | 0.99% | 0.32% | - |
| HSV(B) | 315.83º | 0.99% | 0.64% | - |
| XYZ | 18.77 | 9.29 | 18.89 | - |
| YUV | 63.42 | 160.5 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 121 | 0 | 0.99 | 0.26 | 0.36 | 315.83 | 0.99 | 0.32 |
| Hex | A4 | 1 | 79 | 0 | 63 | 1A | 24 | 13C | 63 | 20 |
| Octal | 244 | 1 | 171 | 0 | 143 | 32 | 44 | 474 | 143 | 40 |
| Binary | 10100100 | 1 | 1111001 | 0 | 1100011 | 11010 | 100100 | 100111100 | 1100011 | 100000 |
Color Harmonies of #A40179
Complementary color
Monochromatic Colors of #A40179
Black with #A40179
Text Example
Text Example
White with #A40179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40179; }
p { color: rgb(164,1,121); }
H1.HeaderClassName
{
color: #A40179;
}
.AnyTagClassName
{
color: #A40179;
}
</style>
background-color css
<style>
a { background-color: #A40179; }
a { background-color: rgb(164,1,121); }
div.DivClassName
{
background-color: #A40179;
}
.BgClassName
{
background-color: #A40179;
}
</style>
border-color css
<style>
span { border-color: #A40179; }
span { border-color: rgb(164,1,121); }
td.TdClassName
{
border-color: #A40179;
}
.TagClassName
{
border-color: #A40179;
}
</style>