Shades of Deep Magenta #AA15AD
Tints of Deep Magenta #AA15AD
RGB
CMYK
RGB Variations
Color information
#AA15AD (or 0xAA15AD) is known color: Deep Magenta. HEX triplet: AA, 15 and AD. RGB value is (170,21,173). Sum of RGB (Red+Green+Blue) = 170+21+173=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA15AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA15AD is #55EA52. Grayscale: #525252. Windows color (decimal): -5630547 or 11343274. OLE color: 11343274.
HSL color Cylindrical-coordinate representation of color #AA15AD: hue angle of 298.82º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA15AD is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 21 | 173 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.32 |
| HSL | 298.82º | 0.78% | 0.38% | - |
| HSV(B) | 298.82º | 0.88% | 0.68% | - |
| XYZ | 24.39 | 12.1 | 40.59 | - |
| YUV | 82.88 | 178.86 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 173 | 0.02 | 0.88 | 0 | 0.32 | 298.82 | 0.78 | 0.38 |
| Hex | AA | 15 | AD | 2 | 58 | 0 | 20 | 12B | 4E | 26 |
| Octal | 252 | 25 | 255 | 2 | 130 | 0 | 40 | 453 | 116 | 46 |
| Binary | 10101010 | 10101 | 10101101 | 10 | 1011000 | 0 | 100000 | 100101011 | 1001110 | 100110 |
Color Harmonies of #AA15AD
Complementary color
Monochromatic Colors of #AA15AD
Black with #AA15AD
Text Example
Text Example
White with #AA15AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15AD; }
p { color: rgb(170,21,173); }
H1.HeaderClassName
{
color: #AA15AD;
}
.AnyTagClassName
{
color: #AA15AD;
}
</style>
background-color css
<style>
a { background-color: #AA15AD; }
a { background-color: rgb(170,21,173); }
div.DivClassName
{
background-color: #AA15AD;
}
.BgClassName
{
background-color: #AA15AD;
}
</style>
border-color css
<style>
span { border-color: #AA15AD; }
span { border-color: rgb(170,21,173); }
td.TdClassName
{
border-color: #AA15AD;
}
.TagClassName
{
border-color: #AA15AD;
}
</style>