Shades of Deep Magenta #AA14AF
Tints of Deep Magenta #AA14AF
RGB
CMYK
RGB Variations
Color information
#AA14AF (or 0xAA14AF) is known color: Deep Magenta. HEX triplet: AA, 14 and AF. RGB value is (170,20,175). Sum of RGB (Red+Green+Blue) = 170+20+175=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA14AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA14AF is #55EB50. Grayscale: #525252. Windows color (decimal): -5630801 or 11474090. OLE color: 11474090.
HSL color Cylindrical-coordinate representation of color #AA14AF: hue angle of 298.06º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA14AF is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 20 | 175 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.31 |
| HSL | 298.06º | 0.79% | 0.38% | - |
| HSV(B) | 298.06º | 0.89% | 0.69% | - |
| XYZ | 24.57 | 12.14 | 41.61 | - |
| YUV | 82.52 | 180.2 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 175 | 0.03 | 0.89 | 0 | 0.31 | 298.06 | 0.79 | 0.38 |
| Hex | AA | 14 | AF | 3 | 59 | 0 | 1F | 12A | 4F | 26 |
| Octal | 252 | 24 | 257 | 3 | 131 | 0 | 37 | 452 | 117 | 46 |
| Binary | 10101010 | 10100 | 10101111 | 11 | 1011001 | 0 | 11111 | 100101010 | 1001111 | 100110 |
Color Harmonies of #AA14AF
Complementary color
Monochromatic Colors of #AA14AF
Black with #AA14AF
Text Example
Text Example
White with #AA14AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14AF; }
p { color: rgb(170,20,175); }
H1.HeaderClassName
{
color: #AA14AF;
}
.AnyTagClassName
{
color: #AA14AF;
}
</style>
background-color css
<style>
a { background-color: #AA14AF; }
a { background-color: rgb(170,20,175); }
div.DivClassName
{
background-color: #AA14AF;
}
.BgClassName
{
background-color: #AA14AF;
}
</style>
border-color css
<style>
span { border-color: #AA14AF; }
span { border-color: rgb(170,20,175); }
td.TdClassName
{
border-color: #AA14AF;
}
.TagClassName
{
border-color: #AA14AF;
}
</style>