Shades of Deep Magenta #AA15AF
Tints of Deep Magenta #AA15AF
RGB
CMYK
RGB Variations
Color information
#AA15AF (or 0xAA15AF) is known color: Deep Magenta. HEX triplet: AA, 15 and AF. RGB value is (170,21,175). Sum of RGB (Red+Green+Blue) = 170+21+175=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA15AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA15AF is #55EA50. Grayscale: #525252. Windows color (decimal): -5630545 or 11474346. OLE color: 11474346.
HSL color Cylindrical-coordinate representation of color #AA15AF: hue angle of 298.05º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA15AF is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 21 | 175 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.31 |
| HSL | 298.05º | 0.79% | 0.38% | - |
| HSV(B) | 298.05º | 0.88% | 0.69% | - |
| XYZ | 24.58 | 12.18 | 41.61 | - |
| YUV | 83.11 | 179.86 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 175 | 0.03 | 0.88 | 0 | 0.31 | 298.05 | 0.79 | 0.38 |
| Hex | AA | 15 | AF | 3 | 58 | 0 | 1F | 12A | 4F | 26 |
| Octal | 252 | 25 | 257 | 3 | 130 | 0 | 37 | 452 | 117 | 46 |
| Binary | 10101010 | 10101 | 10101111 | 11 | 1011000 | 0 | 11111 | 100101010 | 1001111 | 100110 |
Color Harmonies of #AA15AF
Complementary color
Monochromatic Colors of #AA15AF
Black with #AA15AF
Text Example
Text Example
White with #AA15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15AF; }
p { color: rgb(170,21,175); }
H1.HeaderClassName
{
color: #AA15AF;
}
.AnyTagClassName
{
color: #AA15AF;
}
</style>
background-color css
<style>
a { background-color: #AA15AF; }
a { background-color: rgb(170,21,175); }
div.DivClassName
{
background-color: #AA15AF;
}
.BgClassName
{
background-color: #AA15AF;
}
</style>
border-color css
<style>
span { border-color: #AA15AF; }
span { border-color: rgb(170,21,175); }
td.TdClassName
{
border-color: #AA15AF;
}
.TagClassName
{
border-color: #AA15AF;
}
</style>