Shades of Dark Magenta #A00DAA
Tints of Dark Magenta #A00DAA
RGB
CMYK
RGB Variations
Color information
#A00DAA (or 0xA00DAA) is known color: Dark Magenta. HEX triplet: A0, 0D and AA. RGB value is (160,13,170). Sum of RGB (Red+Green+Blue) = 160+13+170=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #A00DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00DAA is #5FF255. Grayscale: #4A4A4A. Windows color (decimal): -6287958 or 11144608. OLE color: 11144608.
HSL color Cylindrical-coordinate representation of color #A00DAA: hue angle of 296.18º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00DAA is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 13 | 170 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.33 |
| HSL | 296.18º | 0.86% | 0.36% | - |
| HSV(B) | 296.18º | 0.92% | 0.67% | - |
| XYZ | 21.9 | 10.66 | 38.93 | - |
| YUV | 74.85 | 181.7 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 170 | 0.06 | 0.92 | 0 | 0.33 | 296.18 | 0.86 | 0.36 |
| Hex | A0 | D | AA | 6 | 5C | 0 | 21 | 128 | 56 | 24 |
| Octal | 240 | 15 | 252 | 6 | 134 | 0 | 41 | 450 | 126 | 44 |
| Binary | 10100000 | 1101 | 10101010 | 110 | 1011100 | 0 | 100001 | 100101000 | 1010110 | 100100 |
Color Harmonies of #A00DAA
Complementary color
Monochromatic Colors of #A00DAA
Black with #A00DAA
Text Example
Text Example
White with #A00DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DAA; }
p { color: rgb(160,13,170); }
H1.HeaderClassName
{
color: #A00DAA;
}
.AnyTagClassName
{
color: #A00DAA;
}
</style>
background-color css
<style>
a { background-color: #A00DAA; }
a { background-color: rgb(160,13,170); }
div.DivClassName
{
background-color: #A00DAA;
}
.BgClassName
{
background-color: #A00DAA;
}
</style>
border-color css
<style>
span { border-color: #A00DAA; }
span { border-color: rgb(160,13,170); }
td.TdClassName
{
border-color: #A00DAA;
}
.TagClassName
{
border-color: #A00DAA;
}
</style>