Shades of Dark Magenta #AA0694
Tints of Dark Magenta #AA0694
RGB
CMYK
RGB Variations
Color information
#AA0694 (or 0xAA0694) is known color: Dark Magenta. HEX triplet: AA, 06 and 94. RGB value is (170,6,148). Sum of RGB (Red+Green+Blue) = 170+6+148=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0694 is #55F96B. Grayscale: #464646. Windows color (decimal): -5634412 or 9701034. OLE color: 9701034.
HSL color Cylindrical-coordinate representation of color #AA0694: hue angle of 308.05º 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 #AA0694 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 148 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.33 |
| HSL | 308.05º | 0.93% | 0.35% | - |
| HSV(B) | 308.05º | 0.96% | 0.67% | - |
| XYZ | 21.99 | 10.81 | 28.95 | - |
| YUV | 71.22 | 171.33 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 148 | 0 | 0.96 | 0.13 | 0.33 | 308.05 | 0.93 | 0.35 |
| Hex | AA | 6 | 94 | 0 | 60 | D | 21 | 134 | 5D | 23 |
| Octal | 252 | 6 | 224 | 0 | 140 | 15 | 41 | 464 | 135 | 43 |
| Binary | 10101010 | 110 | 10010100 | 0 | 1100000 | 1101 | 100001 | 100110100 | 1011101 | 100011 |
Color Harmonies of #AA0694
Complementary color
Monochromatic Colors of #AA0694
Black with #AA0694
Text Example
Text Example
White with #AA0694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0694; }
p { color: rgb(170,6,148); }
H1.HeaderClassName
{
color: #AA0694;
}
.AnyTagClassName
{
color: #AA0694;
}
</style>
background-color css
<style>
a { background-color: #AA0694; }
a { background-color: rgb(170,6,148); }
div.DivClassName
{
background-color: #AA0694;
}
.BgClassName
{
background-color: #AA0694;
}
</style>
border-color css
<style>
span { border-color: #AA0694; }
span { border-color: rgb(170,6,148); }
td.TdClassName
{
border-color: #AA0694;
}
.TagClassName
{
border-color: #AA0694;
}
</style>