Shades of Dark Magenta #A40EA9
Tints of Dark Magenta #A40EA9
RGB
CMYK
RGB Variations
Color information
#A40EA9 (or 0xA40EA9) is known color: Dark Magenta. HEX triplet: A4, 0E and A9. RGB value is (164,14,169). Sum of RGB (Red+Green+Blue) = 164+14+169=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 169 (66.41% from 255 or 48.70% from 347); Max value from RGB is 169 - color contains mainly: blue. Hex color #A40EA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40EA9 is #5BF156. Grayscale: #4C4C4C. Windows color (decimal): -6025559 or 11079332. OLE color: 11079332.
HSL color Cylindrical-coordinate representation of color #A40EA9: hue angle of 298.06º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40EA9 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 14 | 169 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.34 |
| HSL | 298.06º | 0.85% | 0.36% | - |
| HSV(B) | 298.06º | 0.92% | 0.66% | - |
| XYZ | 22.63 | 11.07 | 38.48 | - |
| YUV | 76.52 | 180.2 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 169 | 0.03 | 0.92 | 0 | 0.34 | 298.06 | 0.85 | 0.36 |
| Hex | A4 | E | A9 | 3 | 5C | 0 | 22 | 12A | 55 | 24 |
| Octal | 244 | 16 | 251 | 3 | 134 | 0 | 42 | 452 | 125 | 44 |
| Binary | 10100100 | 1110 | 10101001 | 11 | 1011100 | 0 | 100010 | 100101010 | 1010101 | 100100 |
Color Harmonies of #A40EA9
Complementary color
Monochromatic Colors of #A40EA9
Black with #A40EA9
Text Example
Text Example
White with #A40EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40EA9; }
p { color: rgb(164,14,169); }
H1.HeaderClassName
{
color: #A40EA9;
}
.AnyTagClassName
{
color: #A40EA9;
}
</style>
background-color css
<style>
a { background-color: #A40EA9; }
a { background-color: rgb(164,14,169); }
div.DivClassName
{
background-color: #A40EA9;
}
.BgClassName
{
background-color: #A40EA9;
}
</style>
border-color css
<style>
span { border-color: #A40EA9; }
span { border-color: rgb(164,14,169); }
td.TdClassName
{
border-color: #A40EA9;
}
.TagClassName
{
border-color: #A40EA9;
}
</style>