Shades of Dark Magenta #AA0691
Tints of Dark Magenta #AA0691
RGB
CMYK
RGB Variations
Color information
#AA0691 (or 0xAA0691) is known color: Dark Magenta. HEX triplet: AA, 06 and 91. RGB value is (170,6,145). Sum of RGB (Red+Green+Blue) = 170+6+145=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0691 is #55F96E. Grayscale: #464646. Windows color (decimal): -5634415 or 9504426. OLE color: 9504426.
HSL color Cylindrical-coordinate representation of color #AA0691: hue angle of 309.15º degrees, saturation: 0.93, 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 #AA0691 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 145 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.33 |
| HSL | 309.15º | 0.93% | 0.35% | - |
| HSV(B) | 309.15º | 0.96% | 0.67% | - |
| XYZ | 21.75 | 10.72 | 27.71 | - |
| YUV | 70.88 | 169.83 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 145 | 0 | 0.96 | 0.15 | 0.33 | 309.15 | 0.93 | 0.35 |
| Hex | AA | 6 | 91 | 0 | 60 | F | 21 | 135 | 5D | 23 |
| Octal | 252 | 6 | 221 | 0 | 140 | 17 | 41 | 465 | 135 | 43 |
| Binary | 10101010 | 110 | 10010001 | 0 | 1100000 | 1111 | 100001 | 100110101 | 1011101 | 100011 |
Color Harmonies of #AA0691
Complementary color
Monochromatic Colors of #AA0691
Black with #AA0691
Text Example
Text Example
White with #AA0691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0691; }
p { color: rgb(170,6,145); }
H1.HeaderClassName
{
color: #AA0691;
}
.AnyTagClassName
{
color: #AA0691;
}
</style>
background-color css
<style>
a { background-color: #AA0691; }
a { background-color: rgb(170,6,145); }
div.DivClassName
{
background-color: #AA0691;
}
.BgClassName
{
background-color: #AA0691;
}
</style>
border-color css
<style>
span { border-color: #AA0691; }
span { border-color: rgb(170,6,145); }
td.TdClassName
{
border-color: #AA0691;
}
.TagClassName
{
border-color: #AA0691;
}
</style>