Shades of Dark Magenta #AA14A6
Tints of Dark Magenta #AA14A6
RGB
CMYK
RGB Variations
Color information
#AA14A6 (or 0xAA14A6) is known color: Dark Magenta. HEX triplet: AA, 14 and A6. RGB value is (170,20,166). Sum of RGB (Red+Green+Blue) = 170+20+166=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA14A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA14A6 is #55EB59. Grayscale: #515151. Windows color (decimal): -5630810 or 10884266. OLE color: 10884266.
HSL color Cylindrical-coordinate representation of color #AA14A6: hue angle of 301.6º 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 #AA14A6 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 166 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.33 |
| HSL | 301.6º | 0.79% | 0.37% | - |
| HSV(B) | 301.6º | 0.88% | 0.67% | - |
| XYZ | 23.71 | 11.8 | 37.1 | - |
| YUV | 81.49 | 175.7 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 166 | 0 | 0.88 | 0.02 | 0.33 | 301.6 | 0.79 | 0.37 |
| Hex | AA | 14 | A6 | 0 | 58 | 2 | 21 | 12E | 4F | 25 |
| Octal | 252 | 24 | 246 | 0 | 130 | 2 | 41 | 456 | 117 | 45 |
| Binary | 10101010 | 10100 | 10100110 | 0 | 1011000 | 10 | 100001 | 100101110 | 1001111 | 100101 |
Color Harmonies of #AA14A6
Complementary color
Monochromatic Colors of #AA14A6
Black with #AA14A6
Text Example
Text Example
White with #AA14A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14A6; }
p { color: rgb(170,20,166); }
H1.HeaderClassName
{
color: #AA14A6;
}
.AnyTagClassName
{
color: #AA14A6;
}
</style>
background-color css
<style>
a { background-color: #AA14A6; }
a { background-color: rgb(170,20,166); }
div.DivClassName
{
background-color: #AA14A6;
}
.BgClassName
{
background-color: #AA14A6;
}
</style>
border-color css
<style>
span { border-color: #AA14A6; }
span { border-color: rgb(170,20,166); }
td.TdClassName
{
border-color: #AA14A6;
}
.TagClassName
{
border-color: #AA14A6;
}
</style>