Shades of Dark Magenta #A020A1
Tints of Dark Magenta #A020A1
RGB
CMYK
RGB Variations
Color information
#A020A1 (or 0xA020A1) is known color: Dark Magenta. HEX triplet: A0, 20 and A1. RGB value is (160,32,161). Sum of RGB (Red+Green+Blue) = 160+32+161=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 161 - color contains mainly: blue. Hex color #A020A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A020A1 is #5FDF5E. Grayscale: #545454. Windows color (decimal): -6283103 or 10559648. OLE color: 10559648.
HSL color Cylindrical-coordinate representation of color #A020A1: hue angle of 299.53º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A020A1 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 161 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.37 |
| HSL | 299.53º | 0.67% | 0.38% | - |
| HSV(B) | 299.53º | 0.8% | 0.63% | - |
| XYZ | 21.45 | 11.08 | 34.73 | - |
| YUV | 84.98 | 170.91 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 161 | 0.01 | 0.80 | 0 | 0.37 | 299.53 | 0.67 | 0.38 |
| Hex | A0 | 20 | A1 | 1 | 50 | 0 | 25 | 12C | 43 | 26 |
| Octal | 240 | 40 | 241 | 1 | 120 | 0 | 45 | 454 | 103 | 46 |
| Binary | 10100000 | 100000 | 10100001 | 1 | 1010000 | 0 | 100101 | 100101100 | 1000011 | 100110 |
Color Harmonies of #A020A1
Complementary color
Monochromatic Colors of #A020A1
Black with #A020A1
Text Example
Text Example
White with #A020A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A020A1; }
p { color: rgb(160,32,161); }
H1.HeaderClassName
{
color: #A020A1;
}
.AnyTagClassName
{
color: #A020A1;
}
</style>
background-color css
<style>
a { background-color: #A020A1; }
a { background-color: rgb(160,32,161); }
div.DivClassName
{
background-color: #A020A1;
}
.BgClassName
{
background-color: #A020A1;
}
</style>
border-color css
<style>
span { border-color: #A020A1; }
span { border-color: rgb(160,32,161); }
td.TdClassName
{
border-color: #A020A1;
}
.TagClassName
{
border-color: #A020A1;
}
</style>