Shades of Dark Magenta #AA0D93
Tints of Dark Magenta #AA0D93
RGB
CMYK
RGB Variations
Color information
#AA0D93 (or 0xAA0D93) is known color: Dark Magenta. HEX triplet: AA, 0D and 93. RGB value is (170,13,147). Sum of RGB (Red+Green+Blue) = 170+13+147=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0D93 is #55F26C. Grayscale: #4A4A4A. Windows color (decimal): -5632621 or 9637290. OLE color: 9637290.
HSL color Cylindrical-coordinate representation of color #AA0D93: hue angle of 308.79º 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 #AA0D93 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 147 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.33 |
| HSL | 308.79º | 0.86% | 0.36% | - |
| HSV(B) | 308.79º | 0.92% | 0.67% | - |
| XYZ | 21.99 | 10.94 | 28.56 | - |
| YUV | 75.22 | 168.51 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 147 | 0 | 0.92 | 0.14 | 0.33 | 308.79 | 0.86 | 0.36 |
| Hex | AA | D | 93 | 0 | 5C | E | 21 | 135 | 56 | 24 |
| Octal | 252 | 15 | 223 | 0 | 134 | 16 | 41 | 465 | 126 | 44 |
| Binary | 10101010 | 1101 | 10010011 | 0 | 1011100 | 1110 | 100001 | 100110101 | 1010110 | 100100 |
Color Harmonies of #AA0D93
Complementary color
Monochromatic Colors of #AA0D93
Black with #AA0D93
Text Example
Text Example
White with #AA0D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D93; }
p { color: rgb(170,13,147); }
H1.HeaderClassName
{
color: #AA0D93;
}
.AnyTagClassName
{
color: #AA0D93;
}
</style>
background-color css
<style>
a { background-color: #AA0D93; }
a { background-color: rgb(170,13,147); }
div.DivClassName
{
background-color: #AA0D93;
}
.BgClassName
{
background-color: #AA0D93;
}
</style>
border-color css
<style>
span { border-color: #AA0D93; }
span { border-color: rgb(170,13,147); }
td.TdClassName
{
border-color: #AA0D93;
}
.TagClassName
{
border-color: #AA0D93;
}
</style>