Shades of Dark Magenta #AA0692
Tints of Dark Magenta #AA0692
RGB
CMYK
RGB Variations
Color information
#AA0692 (or 0xAA0692) is known color: Dark Magenta. HEX triplet: AA, 06 and 92. RGB value is (170,6,146). Sum of RGB (Red+Green+Blue) = 170+6+146=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0692 is #55F96D. Grayscale: #464646. Windows color (decimal): -5634414 or 9569962. OLE color: 9569962.
HSL color Cylindrical-coordinate representation of color #AA0692: hue angle of 308.78º 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 #AA0692 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 146 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.33 |
| HSL | 308.78º | 0.93% | 0.35% | - |
| HSV(B) | 308.78º | 0.96% | 0.67% | - |
| XYZ | 21.83 | 10.75 | 28.12 | - |
| YUV | 71 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 146 | 0 | 0.96 | 0.14 | 0.33 | 308.78 | 0.93 | 0.35 |
| Hex | AA | 6 | 92 | 0 | 60 | E | 21 | 135 | 5D | 23 |
| Octal | 252 | 6 | 222 | 0 | 140 | 16 | 41 | 465 | 135 | 43 |
| Binary | 10101010 | 110 | 10010010 | 0 | 1100000 | 1110 | 100001 | 100110101 | 1011101 | 100011 |
Color Harmonies of #AA0692
Complementary color
Monochromatic Colors of #AA0692
Black with #AA0692
Text Example
Text Example
White with #AA0692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0692; }
p { color: rgb(170,6,146); }
H1.HeaderClassName
{
color: #AA0692;
}
.AnyTagClassName
{
color: #AA0692;
}
</style>
background-color css
<style>
a { background-color: #AA0692; }
a { background-color: rgb(170,6,146); }
div.DivClassName
{
background-color: #AA0692;
}
.BgClassName
{
background-color: #AA0692;
}
</style>
border-color css
<style>
span { border-color: #AA0692; }
span { border-color: rgb(170,6,146); }
td.TdClassName
{
border-color: #AA0692;
}
.TagClassName
{
border-color: #AA0692;
}
</style>