Shades of Dark Magenta #A40AA0
Tints of Dark Magenta #A40AA0
RGB
CMYK
RGB Variations
Color information
#A40AA0 (or 0xA40AA0) is known color: Dark Magenta. HEX triplet: A4, 0A and A0. RGB value is (164,10,160). Sum of RGB (Red+Green+Blue) = 164+10+160=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A40AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40AA0 is #5BF55F. Grayscale: #484848. Windows color (decimal): -6026592 or 10488484. OLE color: 10488484.
HSL color Cylindrical-coordinate representation of color #A40AA0: hue angle of 301.56º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40AA0 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 10 | 160 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.36 |
| HSL | 301.56º | 0.89% | 0.34% | - |
| HSV(B) | 301.56º | 0.94% | 0.64% | - |
| XYZ | 21.76 | 10.65 | 34.17 | - |
| YUV | 73.15 | 177.02 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 10 | 160 | 0 | 0.94 | 0.02 | 0.36 | 301.56 | 0.89 | 0.34 |
| Hex | A4 | A | A0 | 0 | 5E | 2 | 24 | 12E | 59 | 22 |
| Octal | 244 | 12 | 240 | 0 | 136 | 2 | 44 | 456 | 131 | 42 |
| Binary | 10100100 | 1010 | 10100000 | 0 | 1011110 | 10 | 100100 | 100101110 | 1011001 | 100010 |
Color Harmonies of #A40AA0
Complementary color
Monochromatic Colors of #A40AA0
Black with #A40AA0
Text Example
Text Example
White with #A40AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40AA0; }
p { color: rgb(164,10,160); }
H1.HeaderClassName
{
color: #A40AA0;
}
.AnyTagClassName
{
color: #A40AA0;
}
</style>
background-color css
<style>
a { background-color: #A40AA0; }
a { background-color: rgb(164,10,160); }
div.DivClassName
{
background-color: #A40AA0;
}
.BgClassName
{
background-color: #A40AA0;
}
</style>
border-color css
<style>
span { border-color: #A40AA0; }
span { border-color: rgb(164,10,160); }
td.TdClassName
{
border-color: #A40AA0;
}
.TagClassName
{
border-color: #A40AA0;
}
</style>