Shades of Dark Magenta #A019A0
Tints of Dark Magenta #A019A0
RGB
CMYK
RGB Variations
Color information
#A019A0 (or 0xA019A0) is known color: Dark Magenta. HEX triplet: A0, 19 and A0. RGB value is (160,25,160). Sum of RGB (Red+Green+Blue) = 160+25+160=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A019A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A019A0 is #5FE65F. Grayscale: #505050. Windows color (decimal): -6284896 or 10492320. OLE color: 10492320.
HSL color Cylindrical-coordinate representation of color #A019A0: hue angle of 300º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A019A0 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 160 | - |
| CMYK | 0 | 0.84 | 0 | 0.37 |
| HSL | 300º | 0.73% | 0.36% | - |
| HSV(B) | 300º | 0.84% | 0.63% | - |
| XYZ | 21.19 | 10.71 | 34.21 | - |
| YUV | 80.76 | 172.73 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 160 | 0 | 0.84 | 0 | 0.37 | 300 | 0.73 | 0.36 |
| Hex | A0 | 19 | A0 | 0 | 54 | 0 | 25 | 12C | 49 | 24 |
| Octal | 240 | 31 | 240 | 0 | 124 | 0 | 45 | 454 | 111 | 44 |
| Binary | 10100000 | 11001 | 10100000 | 0 | 1010100 | 0 | 100101 | 100101100 | 1001001 | 100100 |
Color Harmonies of #A019A0
Complementary color
Monochromatic Colors of #A019A0
Black with #A019A0
Text Example
Text Example
White with #A019A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019A0; }
p { color: rgb(160,25,160); }
H1.HeaderClassName
{
color: #A019A0;
}
.AnyTagClassName
{
color: #A019A0;
}
</style>
background-color css
<style>
a { background-color: #A019A0; }
a { background-color: rgb(160,25,160); }
div.DivClassName
{
background-color: #A019A0;
}
.BgClassName
{
background-color: #A019A0;
}
</style>
border-color css
<style>
span { border-color: #A019A0; }
span { border-color: rgb(160,25,160); }
td.TdClassName
{
border-color: #A019A0;
}
.TagClassName
{
border-color: #A019A0;
}
</style>