Shades of Deep Magenta #AA04AD
Tints of Deep Magenta #AA04AD
RGB
CMYK
RGB Variations
Color information
#AA04AD (or 0xAA04AD) is known color: Deep Magenta. HEX triplet: AA, 04 and AD. RGB value is (170,4,173). Sum of RGB (Red+Green+Blue) = 170+4+173=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA04AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA04AD is #55FB52. Grayscale: #484848. Windows color (decimal): -5634899 or 11338922. OLE color: 11338922.
HSL color Cylindrical-coordinate representation of color #AA04AD: hue angle of 298.93º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04AD is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 4 | 173 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.32 |
| HSL | 298.93º | 0.95% | 0.35% | - |
| HSV(B) | 298.93º | 0.98% | 0.68% | - |
| XYZ | 24.16 | 11.65 | 40.51 | - |
| YUV | 72.9 | 184.5 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 173 | 0.02 | 0.98 | 0 | 0.32 | 298.93 | 0.95 | 0.35 |
| Hex | AA | 4 | AD | 2 | 62 | 0 | 20 | 12B | 5F | 23 |
| Octal | 252 | 4 | 255 | 2 | 142 | 0 | 40 | 453 | 137 | 43 |
| Binary | 10101010 | 100 | 10101101 | 10 | 1100010 | 0 | 100000 | 100101011 | 1011111 | 100011 |
Color Harmonies of #AA04AD
Complementary color
Monochromatic Colors of #AA04AD
Black with #AA04AD
Text Example
Text Example
White with #AA04AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04AD; }
p { color: rgb(170,4,173); }
H1.HeaderClassName
{
color: #AA04AD;
}
.AnyTagClassName
{
color: #AA04AD;
}
</style>
background-color css
<style>
a { background-color: #AA04AD; }
a { background-color: rgb(170,4,173); }
div.DivClassName
{
background-color: #AA04AD;
}
.BgClassName
{
background-color: #AA04AD;
}
</style>
border-color css
<style>
span { border-color: #AA04AD; }
span { border-color: rgb(170,4,173); }
td.TdClassName
{
border-color: #AA04AD;
}
.TagClassName
{
border-color: #AA04AD;
}
</style>