Shades of Dark Magenta #AA06AA
Tints of Dark Magenta #AA06AA
RGB
CMYK
RGB Variations
Color information
#AA06AA (or 0xAA06AA) is known color: Dark Magenta. HEX triplet: AA, 06 and AA. RGB value is (170,6,170). Sum of RGB (Red+Green+Blue) = 170+6+170=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA06AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA06AA is #55F955. Grayscale: #494949. Windows color (decimal): -5634390 or 11142826. OLE color: 11142826.
HSL color Cylindrical-coordinate representation of color #AA06AA: hue angle of 300º 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 #AA06AA is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 170 | - |
| CMYK | 0 | 0.96 | 0 | 0.33 |
| HSL | 300º | 0.93% | 0.35% | - |
| HSV(B) | 300º | 0.96% | 0.67% | - |
| XYZ | 23.9 | 11.58 | 39.01 | - |
| YUV | 73.73 | 182.33 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 170 | 0 | 0.96 | 0 | 0.33 | 300 | 0.93 | 0.35 |
| Hex | AA | 6 | AA | 0 | 60 | 0 | 21 | 12C | 5D | 23 |
| Octal | 252 | 6 | 252 | 0 | 140 | 0 | 41 | 454 | 135 | 43 |
| Binary | 10101010 | 110 | 10101010 | 0 | 1100000 | 0 | 100001 | 100101100 | 1011101 | 100011 |
Color Harmonies of #AA06AA
Complementary color
Monochromatic Colors of #AA06AA
Black with #AA06AA
Text Example
Text Example
White with #AA06AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA06AA; }
p { color: rgb(170,6,170); }
H1.HeaderClassName
{
color: #AA06AA;
}
.AnyTagClassName
{
color: #AA06AA;
}
</style>
background-color css
<style>
a { background-color: #AA06AA; }
a { background-color: rgb(170,6,170); }
div.DivClassName
{
background-color: #AA06AA;
}
.BgClassName
{
background-color: #AA06AA;
}
</style>
border-color css
<style>
span { border-color: #AA06AA; }
span { border-color: rgb(170,6,170); }
td.TdClassName
{
border-color: #AA06AA;
}
.TagClassName
{
border-color: #AA06AA;
}
</style>