Shades of Eggplant #A40276
Tints of Eggplant #A40276
RGB
CMYK
RGB Variations
Color information
#A40276 (or 0xA40276) is known color: Eggplant. HEX triplet: A4, 02 and 76. RGB value is (164,2,118). Sum of RGB (Red+Green+Blue) = 164+2+118=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A40276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40276 is #5BFD89. Grayscale: #3F3F3F. Windows color (decimal): -6028682 or 7733924. OLE color: 7733924.
HSL color Cylindrical-coordinate representation of color #A40276: hue angle of 317.04º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40276 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 118 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.36 |
| HSL | 317.04º | 0.98% | 0.33% | - |
| HSV(B) | 317.04º | 0.99% | 0.64% | - |
| XYZ | 18.6 | 9.24 | 17.94 | - |
| YUV | 63.66 | 158.67 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 118 | 0 | 0.99 | 0.28 | 0.36 | 317.04 | 0.98 | 0.33 |
| Hex | A4 | 2 | 76 | 0 | 63 | 1C | 24 | 13D | 62 | 21 |
| Octal | 244 | 2 | 166 | 0 | 143 | 34 | 44 | 475 | 142 | 41 |
| Binary | 10100100 | 10 | 1110110 | 0 | 1100011 | 11100 | 100100 | 100111101 | 1100010 | 100001 |
Color Harmonies of #A40276
Complementary color
Monochromatic Colors of #A40276
Black with #A40276
Text Example
Text Example
White with #A40276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40276; }
p { color: rgb(164,2,118); }
H1.HeaderClassName
{
color: #A40276;
}
.AnyTagClassName
{
color: #A40276;
}
</style>
background-color css
<style>
a { background-color: #A40276; }
a { background-color: rgb(164,2,118); }
div.DivClassName
{
background-color: #A40276;
}
.BgClassName
{
background-color: #A40276;
}
</style>
border-color css
<style>
span { border-color: #A40276; }
span { border-color: rgb(164,2,118); }
td.TdClassName
{
border-color: #A40276;
}
.TagClassName
{
border-color: #A40276;
}
</style>