Shades of Dark Magenta #AA1DA1
Tints of Dark Magenta #AA1DA1
RGB
CMYK
RGB Variations
Color information
#AA1DA1 (or 0xAA1DA1) is known color: Dark Magenta. HEX triplet: AA, 1D and A1. RGB value is (170,29,161). Sum of RGB (Red+Green+Blue) = 170+29+161=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1DA1 is #55E25E. Grayscale: #555555. Windows color (decimal): -5628511 or 10558890. OLE color: 10558890.
HSL color Cylindrical-coordinate representation of color #AA1DA1: hue angle of 303.83º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1DA1 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 161 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.33 |
| HSL | 303.83º | 0.71% | 0.39% | - |
| HSV(B) | 303.83º | 0.83% | 0.67% | - |
| XYZ | 23.45 | 12 | 34.8 | - |
| YUV | 86.21 | 170.21 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 161 | 0 | 0.83 | 0.05 | 0.33 | 303.83 | 0.71 | 0.39 |
| Hex | AA | 1D | A1 | 0 | 53 | 5 | 21 | 130 | 47 | 27 |
| Octal | 252 | 35 | 241 | 0 | 123 | 5 | 41 | 460 | 107 | 47 |
| Binary | 10101010 | 11101 | 10100001 | 0 | 1010011 | 101 | 100001 | 100110000 | 1000111 | 100111 |
Color Harmonies of #AA1DA1
Complementary color
Monochromatic Colors of #AA1DA1
Black with #AA1DA1
Text Example
Text Example
White with #AA1DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DA1; }
p { color: rgb(170,29,161); }
H1.HeaderClassName
{
color: #AA1DA1;
}
.AnyTagClassName
{
color: #AA1DA1;
}
</style>
background-color css
<style>
a { background-color: #AA1DA1; }
a { background-color: rgb(170,29,161); }
div.DivClassName
{
background-color: #AA1DA1;
}
.BgClassName
{
background-color: #AA1DA1;
}
</style>
border-color css
<style>
span { border-color: #AA1DA1; }
span { border-color: rgb(170,29,161); }
td.TdClassName
{
border-color: #AA1DA1;
}
.TagClassName
{
border-color: #AA1DA1;
}
</style>