Shades of Dark Magenta #A00DA2
Tints of Dark Magenta #A00DA2
RGB
CMYK
RGB Variations
Color information
#A00DA2 (or 0xA00DA2) is known color: Dark Magenta. HEX triplet: A0, 0D and A2. RGB value is (160,13,162). Sum of RGB (Red+Green+Blue) = 160+13+162=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 162 (63.67% from 255 or 48.36% from 335); Max value from RGB is 162 - color contains mainly: blue. Hex color #A00DA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00DA2 is #5FF25D. Grayscale: #494949. Windows color (decimal): -6287966 or 10620320. OLE color: 10620320.
HSL color Cylindrical-coordinate representation of color #A00DA2: hue angle of 299.19º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00DA2 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 13 | 162 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.36 |
| HSL | 299.19º | 0.85% | 0.34% | - |
| HSV(B) | 299.19º | 0.92% | 0.64% | - |
| XYZ | 21.16 | 10.37 | 35.07 | - |
| YUV | 73.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 162 | 0.01 | 0.92 | 0 | 0.36 | 299.19 | 0.85 | 0.34 |
| Hex | A0 | D | A2 | 1 | 5C | 0 | 24 | 12B | 55 | 22 |
| Octal | 240 | 15 | 242 | 1 | 134 | 0 | 44 | 453 | 125 | 42 |
| Binary | 10100000 | 1101 | 10100010 | 1 | 1011100 | 0 | 100100 | 100101011 | 1010101 | 100010 |
Color Harmonies of #A00DA2
Complementary color
Monochromatic Colors of #A00DA2
Black with #A00DA2
Text Example
Text Example
White with #A00DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DA2; }
p { color: rgb(160,13,162); }
H1.HeaderClassName
{
color: #A00DA2;
}
.AnyTagClassName
{
color: #A00DA2;
}
</style>
background-color css
<style>
a { background-color: #A00DA2; }
a { background-color: rgb(160,13,162); }
div.DivClassName
{
background-color: #A00DA2;
}
.BgClassName
{
background-color: #A00DA2;
}
</style>
border-color css
<style>
span { border-color: #A00DA2; }
span { border-color: rgb(160,13,162); }
td.TdClassName
{
border-color: #A00DA2;
}
.TagClassName
{
border-color: #A00DA2;
}
</style>