Shades of Deep Magenta #AA02B2
Tints of Deep Magenta #AA02B2
RGB
CMYK
RGB Variations
Color information
#AA02B2 (or 0xAA02B2) is known color: Deep Magenta. HEX triplet: AA, 02 and B2. RGB value is (170,2,178). Sum of RGB (Red+Green+Blue) = 170+2+178=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 178 (69.92% from 255 or 50.86% from 350); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA02B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA02B2 is #55FD4D. Grayscale: #474747. Windows color (decimal): -5635406 or 11666090. OLE color: 11666090.
HSL color Cylindrical-coordinate representation of color #AA02B2: hue angle of 297.27º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02B2 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 2 | 178 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.30 |
| HSL | 297.27º | 0.98% | 0.35% | - |
| HSV(B) | 297.27º | 0.99% | 0.7% | - |
| XYZ | 24.64 | 11.8 | 43.1 | - |
| YUV | 72.3 | 187.66 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 178 | 0.04 | 0.99 | 0 | 0.30 | 297.27 | 0.98 | 0.35 |
| Hex | AA | 2 | B2 | 4 | 63 | 0 | 1E | 129 | 62 | 23 |
| Octal | 252 | 2 | 262 | 4 | 143 | 0 | 36 | 451 | 142 | 43 |
| Binary | 10101010 | 10 | 10110010 | 100 | 1100011 | 0 | 11110 | 100101001 | 1100010 | 100011 |
Color Harmonies of #AA02B2
Complementary color
Monochromatic Colors of #AA02B2
Black with #AA02B2
Text Example
Text Example
White with #AA02B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02B2; }
p { color: rgb(170,2,178); }
H1.HeaderClassName
{
color: #AA02B2;
}
.AnyTagClassName
{
color: #AA02B2;
}
</style>
background-color css
<style>
a { background-color: #AA02B2; }
a { background-color: rgb(170,2,178); }
div.DivClassName
{
background-color: #AA02B2;
}
.BgClassName
{
background-color: #AA02B2;
}
</style>
border-color css
<style>
span { border-color: #AA02B2; }
span { border-color: rgb(170,2,178); }
td.TdClassName
{
border-color: #AA02B2;
}
.TagClassName
{
border-color: #AA02B2;
}
</style>