Shades of Deep Magenta #AA02AF
Tints of Deep Magenta #AA02AF
RGB
CMYK
RGB Variations
Color information
#AA02AF (or 0xAA02AF) is known color: Deep Magenta. HEX triplet: AA, 02 and AF. RGB value is (170,2,175). Sum of RGB (Red+Green+Blue) = 170+2+175=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA02AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA02AF is #55FD50. Grayscale: #474747. Windows color (decimal): -5635409 or 11469482. OLE color: 11469482.
HSL color Cylindrical-coordinate representation of color #AA02AF: hue angle of 298.27º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02AF is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 2 | 175 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.31 |
| HSL | 298.27º | 0.98% | 0.35% | - |
| HSV(B) | 298.27º | 0.99% | 0.69% | - |
| XYZ | 24.34 | 11.68 | 41.53 | - |
| YUV | 71.95 | 186.16 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 175 | 0.03 | 0.99 | 0 | 0.31 | 298.27 | 0.98 | 0.35 |
| Hex | AA | 2 | AF | 3 | 63 | 0 | 1F | 12A | 62 | 23 |
| Octal | 252 | 2 | 257 | 3 | 143 | 0 | 37 | 452 | 142 | 43 |
| Binary | 10101010 | 10 | 10101111 | 11 | 1100011 | 0 | 11111 | 100101010 | 1100010 | 100011 |
Color Harmonies of #AA02AF
Complementary color
Monochromatic Colors of #AA02AF
Black with #AA02AF
Text Example
Text Example
White with #AA02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02AF; }
p { color: rgb(170,2,175); }
H1.HeaderClassName
{
color: #AA02AF;
}
.AnyTagClassName
{
color: #AA02AF;
}
</style>
background-color css
<style>
a { background-color: #AA02AF; }
a { background-color: rgb(170,2,175); }
div.DivClassName
{
background-color: #AA02AF;
}
.BgClassName
{
background-color: #AA02AF;
}
</style>
border-color css
<style>
span { border-color: #AA02AF; }
span { border-color: rgb(170,2,175); }
td.TdClassName
{
border-color: #AA02AF;
}
.TagClassName
{
border-color: #AA02AF;
}
</style>