Shades of Deep Magenta #AA14AD
Tints of Deep Magenta #AA14AD
RGB
CMYK
RGB Variations
Color information
#AA14AD (or 0xAA14AD) is known color: Deep Magenta. HEX triplet: AA, 14 and AD. RGB value is (170,20,173). Sum of RGB (Red+Green+Blue) = 170+20+173=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA14AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA14AD is #55EB52. Grayscale: #515151. Windows color (decimal): -5630803 or 11343018. OLE color: 11343018.
HSL color Cylindrical-coordinate representation of color #AA14AD: hue angle of 298.82º degrees, saturation: 0.79, 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 #AA14AD is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 20 | 173 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.32 |
| HSL | 298.82º | 0.79% | 0.38% | - |
| HSV(B) | 298.82º | 0.88% | 0.68% | - |
| XYZ | 24.37 | 12.06 | 40.58 | - |
| YUV | 82.29 | 179.2 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 173 | 0.02 | 0.88 | 0 | 0.32 | 298.82 | 0.79 | 0.38 |
| Hex | AA | 14 | AD | 2 | 58 | 0 | 20 | 12B | 4F | 26 |
| Octal | 252 | 24 | 255 | 2 | 130 | 0 | 40 | 453 | 117 | 46 |
| Binary | 10101010 | 10100 | 10101101 | 10 | 1011000 | 0 | 100000 | 100101011 | 1001111 | 100110 |
Color Harmonies of #AA14AD
Complementary color
Monochromatic Colors of #AA14AD
Black with #AA14AD
Text Example
Text Example
White with #AA14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14AD; }
p { color: rgb(170,20,173); }
H1.HeaderClassName
{
color: #AA14AD;
}
.AnyTagClassName
{
color: #AA14AD;
}
</style>
background-color css
<style>
a { background-color: #AA14AD; }
a { background-color: rgb(170,20,173); }
div.DivClassName
{
background-color: #AA14AD;
}
.BgClassName
{
background-color: #AA14AD;
}
</style>
border-color css
<style>
span { border-color: #AA14AD; }
span { border-color: rgb(170,20,173); }
td.TdClassName
{
border-color: #AA14AD;
}
.TagClassName
{
border-color: #AA14AD;
}
</style>