Shades of Dark Magenta #A00AAA
Tints of Dark Magenta #A00AAA
RGB
CMYK
RGB Variations
Color information
#A00AAA (or 0xA00AAA) is known color: Dark Magenta. HEX triplet: A0, 0A and AA. RGB value is (160,10,170). Sum of RGB (Red+Green+Blue) = 160+10+170=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #A00AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00AAA is #5FF555. Grayscale: #484848. Windows color (decimal): -6288726 or 11143840. OLE color: 11143840.
HSL color Cylindrical-coordinate representation of color #A00AAA: hue angle of 296.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00AAA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 10 | 170 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.33 |
| HSL | 296.25º | 0.89% | 0.35% | - |
| HSV(B) | 296.25º | 0.94% | 0.67% | - |
| XYZ | 21.86 | 10.59 | 38.92 | - |
| YUV | 73.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 170 | 0.06 | 0.94 | 0 | 0.33 | 296.25 | 0.89 | 0.35 |
| Hex | A0 | A | AA | 6 | 5E | 0 | 21 | 128 | 59 | 23 |
| Octal | 240 | 12 | 252 | 6 | 136 | 0 | 41 | 450 | 131 | 43 |
| Binary | 10100000 | 1010 | 10101010 | 110 | 1011110 | 0 | 100001 | 100101000 | 1011001 | 100011 |
Color Harmonies of #A00AAA
Complementary color
Monochromatic Colors of #A00AAA
Black with #A00AAA
Text Example
Text Example
White with #A00AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AAA; }
p { color: rgb(160,10,170); }
H1.HeaderClassName
{
color: #A00AAA;
}
.AnyTagClassName
{
color: #A00AAA;
}
</style>
background-color css
<style>
a { background-color: #A00AAA; }
a { background-color: rgb(160,10,170); }
div.DivClassName
{
background-color: #A00AAA;
}
.BgClassName
{
background-color: #A00AAA;
}
</style>
border-color css
<style>
span { border-color: #A00AAA; }
span { border-color: rgb(160,10,170); }
td.TdClassName
{
border-color: #A00AAA;
}
.TagClassName
{
border-color: #A00AAA;
}
</style>