Shades of Dark Magenta #AA14A2
Tints of Dark Magenta #AA14A2
RGB
CMYK
RGB Variations
Color information
#AA14A2 (or 0xAA14A2) is known color: Dark Magenta. HEX triplet: AA, 14 and A2. RGB value is (170,20,162). Sum of RGB (Red+Green+Blue) = 170+20+162=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA14A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA14A2 is #55EB5D. Grayscale: #505050. Windows color (decimal): -5630814 or 10622122. OLE color: 10622122.
HSL color Cylindrical-coordinate representation of color #AA14A2: hue angle of 303.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA14A2 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 162 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.33 |
| HSL | 303.2º | 0.79% | 0.37% | - |
| HSV(B) | 303.2º | 0.88% | 0.67% | - |
| XYZ | 23.35 | 11.65 | 35.2 | - |
| YUV | 81.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 162 | 0 | 0.88 | 0.05 | 0.33 | 303.2 | 0.79 | 0.37 |
| Hex | AA | 14 | A2 | 0 | 58 | 5 | 21 | 12F | 4F | 25 |
| Octal | 252 | 24 | 242 | 0 | 130 | 5 | 41 | 457 | 117 | 45 |
| Binary | 10101010 | 10100 | 10100010 | 0 | 1011000 | 101 | 100001 | 100101111 | 1001111 | 100101 |
Color Harmonies of #AA14A2
Complementary color
Monochromatic Colors of #AA14A2
Black with #AA14A2
Text Example
Text Example
White with #AA14A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14A2; }
p { color: rgb(170,20,162); }
H1.HeaderClassName
{
color: #AA14A2;
}
.AnyTagClassName
{
color: #AA14A2;
}
</style>
background-color css
<style>
a { background-color: #AA14A2; }
a { background-color: rgb(170,20,162); }
div.DivClassName
{
background-color: #AA14A2;
}
.BgClassName
{
background-color: #AA14A2;
}
</style>
border-color css
<style>
span { border-color: #AA14A2; }
span { border-color: rgb(170,20,162); }
td.TdClassName
{
border-color: #AA14A2;
}
.TagClassName
{
border-color: #AA14A2;
}
</style>