Shades of Dark Magenta #AA01A9
Tints of Dark Magenta #AA01A9
RGB
CMYK
RGB Variations
Color information
#AA01A9 (or 0xAA01A9) is known color: Dark Magenta. HEX triplet: AA, 01 and A9. RGB value is (170,1,169). Sum of RGB (Red+Green+Blue) = 170+1+169=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 169 (66.41% from 255 or 49.71% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA01A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA01A9 is #55FE56. Grayscale: #464646. Windows color (decimal): -5635671 or 11076010. OLE color: 11076010.
HSL color Cylindrical-coordinate representation of color #AA01A9: hue angle of 300.36º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA01A9 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 169 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.33 |
| HSL | 300.36º | 0.99% | 0.34% | - |
| HSV(B) | 300.36º | 0.99% | 0.67% | - |
| XYZ | 23.75 | 11.43 | 38.49 | - |
| YUV | 70.68 | 183.49 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 169 | 0 | 0.99 | 0.01 | 0.33 | 300.36 | 0.99 | 0.34 |
| Hex | AA | 1 | A9 | 0 | 63 | 1 | 21 | 12C | 63 | 22 |
| Octal | 252 | 1 | 251 | 0 | 143 | 1 | 41 | 454 | 143 | 42 |
| Binary | 10101010 | 1 | 10101001 | 0 | 1100011 | 1 | 100001 | 100101100 | 1100011 | 100010 |
Color Harmonies of #AA01A9
Complementary color
Monochromatic Colors of #AA01A9
Black with #AA01A9
Text Example
Text Example
White with #AA01A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01A9; }
p { color: rgb(170,1,169); }
H1.HeaderClassName
{
color: #AA01A9;
}
.AnyTagClassName
{
color: #AA01A9;
}
</style>
background-color css
<style>
a { background-color: #AA01A9; }
a { background-color: rgb(170,1,169); }
div.DivClassName
{
background-color: #AA01A9;
}
.BgClassName
{
background-color: #AA01A9;
}
</style>
border-color css
<style>
span { border-color: #AA01A9; }
span { border-color: rgb(170,1,169); }
td.TdClassName
{
border-color: #AA01A9;
}
.TagClassName
{
border-color: #AA01A9;
}
</style>