Shades of Eggplant #A41076
Tints of Eggplant #A41076
RGB
CMYK
RGB Variations
Color information
#A41076 (or 0xA41076) is known color: Eggplant. HEX triplet: A4, 10 and 76. RGB value is (164,16,118). Sum of RGB (Red+Green+Blue) = 164+16+118=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A41076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41076 is #5BEF89. Grayscale: #474747. Windows color (decimal): -6025098 or 7737508. OLE color: 7737508.
HSL color Cylindrical-coordinate representation of color #A41076: hue angle of 318.65º 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 #A41076 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 16 | 118 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.36 |
| HSL | 318.65º | 0.82% | 0.35% | - |
| HSV(B) | 318.65º | 0.9% | 0.64% | - |
| XYZ | 18.77 | 9.57 | 18 | - |
| YUV | 71.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 118 | 0 | 0.90 | 0.28 | 0.36 | 318.65 | 0.82 | 0.35 |
| Hex | A4 | 10 | 76 | 0 | 5A | 1C | 24 | 13F | 52 | 23 |
| Octal | 244 | 20 | 166 | 0 | 132 | 34 | 44 | 477 | 122 | 43 |
| Binary | 10100100 | 10000 | 1110110 | 0 | 1011010 | 11100 | 100100 | 100111111 | 1010010 | 100011 |
Color Harmonies of #A41076
Complementary color
Monochromatic Colors of #A41076
Black with #A41076
Text Example
Text Example
White with #A41076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41076; }
p { color: rgb(164,16,118); }
H1.HeaderClassName
{
color: #A41076;
}
.AnyTagClassName
{
color: #A41076;
}
</style>
background-color css
<style>
a { background-color: #A41076; }
a { background-color: rgb(164,16,118); }
div.DivClassName
{
background-color: #A41076;
}
.BgClassName
{
background-color: #A41076;
}
</style>
border-color css
<style>
span { border-color: #A41076; }
span { border-color: rgb(164,16,118); }
td.TdClassName
{
border-color: #A41076;
}
.TagClassName
{
border-color: #A41076;
}
</style>