Shades of Dark Magenta #A419A0
Tints of Dark Magenta #A419A0
RGB
CMYK
RGB Variations
Color information
#A419A0 (or 0xA419A0) is known color: Dark Magenta. HEX triplet: A4, 19 and A0. RGB value is (164,25,160). Sum of RGB (Red+Green+Blue) = 164+25+160=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A419A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A419A0 is #5BE65F. Grayscale: #515151. Windows color (decimal): -6022752 or 10492324. OLE color: 10492324.
HSL color Cylindrical-coordinate representation of color #A419A0: hue angle of 301.73º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A419A0 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 25 | 160 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.36 |
| HSL | 301.73º | 0.74% | 0.37% | - |
| HSV(B) | 301.73º | 0.85% | 0.64% | - |
| XYZ | 22 | 11.13 | 34.25 | - |
| YUV | 81.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 25 | 160 | 0 | 0.85 | 0.02 | 0.36 | 301.73 | 0.74 | 0.37 |
| Hex | A4 | 19 | A0 | 0 | 55 | 2 | 24 | 12E | 4A | 25 |
| Octal | 244 | 31 | 240 | 0 | 125 | 2 | 44 | 456 | 112 | 45 |
| Binary | 10100100 | 11001 | 10100000 | 0 | 1010101 | 10 | 100100 | 100101110 | 1001010 | 100101 |
Color Harmonies of #A419A0
Complementary color
Monochromatic Colors of #A419A0
Black with #A419A0
Text Example
Text Example
White with #A419A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A419A0; }
p { color: rgb(164,25,160); }
H1.HeaderClassName
{
color: #A419A0;
}
.AnyTagClassName
{
color: #A419A0;
}
</style>
background-color css
<style>
a { background-color: #A419A0; }
a { background-color: rgb(164,25,160); }
div.DivClassName
{
background-color: #A419A0;
}
.BgClassName
{
background-color: #A419A0;
}
</style>
border-color css
<style>
span { border-color: #A419A0; }
span { border-color: rgb(164,25,160); }
td.TdClassName
{
border-color: #A419A0;
}
.TagClassName
{
border-color: #A419A0;
}
</style>