Shades of Dark Magenta #AA0DA3
Tints of Dark Magenta #AA0DA3
RGB
CMYK
RGB Variations
Color information
#AA0DA3 (or 0xAA0DA3) is known color: Dark Magenta. HEX triplet: AA, 0D and A3. RGB value is (170,13,163). Sum of RGB (Red+Green+Blue) = 170+13+163=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0DA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0DA3 is #55F25C. Grayscale: #4C4C4C. Windows color (decimal): -5632605 or 10685866. OLE color: 10685866.
HSL color Cylindrical-coordinate representation of color #AA0DA3: hue angle of 302.68º 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 #AA0DA3 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 163 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.33 |
| HSL | 302.68º | 0.86% | 0.36% | - |
| HSV(B) | 302.68º | 0.92% | 0.67% | - |
| XYZ | 23.33 | 11.48 | 35.64 | - |
| YUV | 77.04 | 176.51 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 163 | 0 | 0.92 | 0.04 | 0.33 | 302.68 | 0.86 | 0.36 |
| Hex | AA | D | A3 | 0 | 5C | 4 | 21 | 12F | 56 | 24 |
| Octal | 252 | 15 | 243 | 0 | 134 | 4 | 41 | 457 | 126 | 44 |
| Binary | 10101010 | 1101 | 10100011 | 0 | 1011100 | 100 | 100001 | 100101111 | 1010110 | 100100 |
Color Harmonies of #AA0DA3
Complementary color
Monochromatic Colors of #AA0DA3
Black with #AA0DA3
Text Example
Text Example
White with #AA0DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DA3; }
p { color: rgb(170,13,163); }
H1.HeaderClassName
{
color: #AA0DA3;
}
.AnyTagClassName
{
color: #AA0DA3;
}
</style>
background-color css
<style>
a { background-color: #AA0DA3; }
a { background-color: rgb(170,13,163); }
div.DivClassName
{
background-color: #AA0DA3;
}
.BgClassName
{
background-color: #AA0DA3;
}
</style>
border-color css
<style>
span { border-color: #AA0DA3; }
span { border-color: rgb(170,13,163); }
td.TdClassName
{
border-color: #AA0DA3;
}
.TagClassName
{
border-color: #AA0DA3;
}
</style>