Shades of Dark Magenta #A021A0
Tints of Dark Magenta #A021A0
RGB
CMYK
RGB Variations
Color information
#A021A0 (or 0xA021A0) is known color: Dark Magenta. HEX triplet: A0, 21 and A0. RGB value is (160,33,160). Sum of RGB (Red+Green+Blue) = 160+33+160=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A021A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A021A0 is #5FDE5F. Grayscale: #555555. Windows color (decimal): -6282848 or 10494368. OLE color: 10494368.
HSL color Cylindrical-coordinate representation of color #A021A0: hue angle of 300º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A021A0 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 160 | - |
| CMYK | 0 | 0.79 | 0 | 0.37 |
| HSL | 300º | 0.66% | 0.38% | - |
| HSV(B) | 300º | 0.79% | 0.63% | - |
| XYZ | 21.39 | 11.1 | 34.27 | - |
| YUV | 85.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 160 | 0 | 0.79 | 0 | 0.37 | 300 | 0.66 | 0.38 |
| Hex | A0 | 21 | A0 | 0 | 4F | 0 | 25 | 12C | 42 | 26 |
| Octal | 240 | 41 | 240 | 0 | 117 | 0 | 45 | 454 | 102 | 46 |
| Binary | 10100000 | 100001 | 10100000 | 0 | 1001111 | 0 | 100101 | 100101100 | 1000010 | 100110 |
Color Harmonies of #A021A0
Complementary color
Monochromatic Colors of #A021A0
Black with #A021A0
Text Example
Text Example
White with #A021A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A021A0; }
p { color: rgb(160,33,160); }
H1.HeaderClassName
{
color: #A021A0;
}
.AnyTagClassName
{
color: #A021A0;
}
</style>
background-color css
<style>
a { background-color: #A021A0; }
a { background-color: rgb(160,33,160); }
div.DivClassName
{
background-color: #A021A0;
}
.BgClassName
{
background-color: #A021A0;
}
</style>
border-color css
<style>
span { border-color: #A021A0; }
span { border-color: rgb(160,33,160); }
td.TdClassName
{
border-color: #A021A0;
}
.TagClassName
{
border-color: #A021A0;
}
</style>