Shades of Deep Magenta #AA06B2
Tints of Deep Magenta #AA06B2
RGB
CMYK
RGB Variations
Color information
#AA06B2 (or 0xAA06B2) is known color: Deep Magenta. HEX triplet: AA, 06 and B2. RGB value is (170,6,178). Sum of RGB (Red+Green+Blue) = 170+6+178=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA06B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA06B2 is #55F94D. Grayscale: #4A4A4A. Windows color (decimal): -5634382 or 11667114. OLE color: 11667114.
HSL color Cylindrical-coordinate representation of color #AA06B2: hue angle of 297.21º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06B2 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 6 | 178 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.30 |
| HSL | 297.21º | 0.93% | 0.36% | - |
| HSV(B) | 297.21º | 0.97% | 0.7% | - |
| XYZ | 24.68 | 11.89 | 43.11 | - |
| YUV | 74.64 | 186.33 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 178 | 0.04 | 0.97 | 0 | 0.30 | 297.21 | 0.93 | 0.36 |
| Hex | AA | 6 | B2 | 4 | 61 | 0 | 1E | 129 | 5D | 24 |
| Octal | 252 | 6 | 262 | 4 | 141 | 0 | 36 | 451 | 135 | 44 |
| Binary | 10101010 | 110 | 10110010 | 100 | 1100001 | 0 | 11110 | 100101001 | 1011101 | 100100 |
Color Harmonies of #AA06B2
Complementary color
Monochromatic Colors of #AA06B2
Black with #AA06B2
Text Example
Text Example
White with #AA06B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA06B2; }
p { color: rgb(170,6,178); }
H1.HeaderClassName
{
color: #AA06B2;
}
.AnyTagClassName
{
color: #AA06B2;
}
</style>
background-color css
<style>
a { background-color: #AA06B2; }
a { background-color: rgb(170,6,178); }
div.DivClassName
{
background-color: #AA06B2;
}
.BgClassName
{
background-color: #AA06B2;
}
</style>
border-color css
<style>
span { border-color: #AA06B2; }
span { border-color: rgb(170,6,178); }
td.TdClassName
{
border-color: #AA06B2;
}
.TagClassName
{
border-color: #AA06B2;
}
</style>