Shades of Dark Magenta #AA07A1
Tints of Dark Magenta #AA07A1
RGB
CMYK
RGB Variations
Color information
#AA07A1 (or 0xAA07A1) is known color: Dark Magenta. HEX triplet: AA, 07 and A1. RGB value is (170,7,161). Sum of RGB (Red+Green+Blue) = 170+7+161=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA07A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA07A1 is #55F85E. Grayscale: #484848. Windows color (decimal): -5634143 or 10553258. OLE color: 10553258.
HSL color Cylindrical-coordinate representation of color #AA07A1: hue angle of 303.31º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA07A1 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 161 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.33 |
| HSL | 303.31º | 0.92% | 0.35% | - |
| HSV(B) | 303.31º | 0.96% | 0.67% | - |
| XYZ | 23.09 | 11.27 | 34.68 | - |
| YUV | 73.29 | 177.5 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 161 | 0 | 0.96 | 0.05 | 0.33 | 303.31 | 0.92 | 0.35 |
| Hex | AA | 7 | A1 | 0 | 60 | 5 | 21 | 12F | 5C | 23 |
| Octal | 252 | 7 | 241 | 0 | 140 | 5 | 41 | 457 | 134 | 43 |
| Binary | 10101010 | 111 | 10100001 | 0 | 1100000 | 101 | 100001 | 100101111 | 1011100 | 100011 |
Color Harmonies of #AA07A1
Complementary color
Monochromatic Colors of #AA07A1
Black with #AA07A1
Text Example
Text Example
White with #AA07A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA07A1; }
p { color: rgb(170,7,161); }
H1.HeaderClassName
{
color: #AA07A1;
}
.AnyTagClassName
{
color: #AA07A1;
}
</style>
background-color css
<style>
a { background-color: #AA07A1; }
a { background-color: rgb(170,7,161); }
div.DivClassName
{
background-color: #AA07A1;
}
.BgClassName
{
background-color: #AA07A1;
}
</style>
border-color css
<style>
span { border-color: #AA07A1; }
span { border-color: rgb(170,7,161); }
td.TdClassName
{
border-color: #AA07A1;
}
.TagClassName
{
border-color: #AA07A1;
}
</style>