Shades of Eggplant #A41079
Tints of Eggplant #A41079
RGB
CMYK
RGB Variations
Color information
#A41079 (or 0xA41079) is known color: Eggplant. HEX triplet: A4, 10 and 79. RGB value is (164,16,121). Sum of RGB (Red+Green+Blue) = 164+16+121=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A41079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41079 is #5BEF86. Grayscale: #474747. Windows color (decimal): -6025095 or 7934116. OLE color: 7934116.
HSL color Cylindrical-coordinate representation of color #A41079: hue angle of 317.43º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41079 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 16 | 121 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.36 |
| HSL | 317.43º | 0.82% | 0.35% | - |
| HSV(B) | 317.43º | 0.9% | 0.64% | - |
| XYZ | 18.95 | 9.64 | 18.95 | - |
| YUV | 72.22 | 155.53 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 121 | 0 | 0.90 | 0.26 | 0.36 | 317.43 | 0.82 | 0.35 |
| Hex | A4 | 10 | 79 | 0 | 5A | 1A | 24 | 13D | 52 | 23 |
| Octal | 244 | 20 | 171 | 0 | 132 | 32 | 44 | 475 | 122 | 43 |
| Binary | 10100100 | 10000 | 1111001 | 0 | 1011010 | 11010 | 100100 | 100111101 | 1010010 | 100011 |
Color Harmonies of #A41079
Complementary color
Monochromatic Colors of #A41079
Black with #A41079
Text Example
Text Example
White with #A41079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41079; }
p { color: rgb(164,16,121); }
H1.HeaderClassName
{
color: #A41079;
}
.AnyTagClassName
{
color: #A41079;
}
</style>
background-color css
<style>
a { background-color: #A41079; }
a { background-color: rgb(164,16,121); }
div.DivClassName
{
background-color: #A41079;
}
.BgClassName
{
background-color: #A41079;
}
</style>
border-color css
<style>
span { border-color: #A41079; }
span { border-color: rgb(164,16,121); }
td.TdClassName
{
border-color: #A41079;
}
.TagClassName
{
border-color: #A41079;
}
</style>