Shades of Dark Magenta #AA14A8
Tints of Dark Magenta #AA14A8
RGB
CMYK
RGB Variations
Color information
#AA14A8 (or 0xAA14A8) is known color: Dark Magenta. HEX triplet: AA, 14 and A8. RGB value is (170,20,168). Sum of RGB (Red+Green+Blue) = 170+20+168=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA14A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA14A8 is #55EB57. Grayscale: #515151. Windows color (decimal): -5630808 or 11015338. OLE color: 11015338.
HSL color Cylindrical-coordinate representation of color #AA14A8: hue angle of 300.8º 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 #AA14A8 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 168 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.33 |
| HSL | 300.8º | 0.79% | 0.37% | - |
| HSV(B) | 300.8º | 0.88% | 0.67% | - |
| XYZ | 23.9 | 11.87 | 38.08 | - |
| YUV | 81.72 | 176.7 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 168 | 0 | 0.88 | 0.01 | 0.33 | 300.8 | 0.79 | 0.37 |
| Hex | AA | 14 | A8 | 0 | 58 | 1 | 21 | 12D | 4F | 25 |
| Octal | 252 | 24 | 250 | 0 | 130 | 1 | 41 | 455 | 117 | 45 |
| Binary | 10101010 | 10100 | 10101000 | 0 | 1011000 | 1 | 100001 | 100101101 | 1001111 | 100101 |
Color Harmonies of #AA14A8
Complementary color
Monochromatic Colors of #AA14A8
Black with #AA14A8
Text Example
Text Example
White with #AA14A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14A8; }
p { color: rgb(170,20,168); }
H1.HeaderClassName
{
color: #AA14A8;
}
.AnyTagClassName
{
color: #AA14A8;
}
</style>
background-color css
<style>
a { background-color: #AA14A8; }
a { background-color: rgb(170,20,168); }
div.DivClassName
{
background-color: #AA14A8;
}
.BgClassName
{
background-color: #AA14A8;
}
</style>
border-color css
<style>
span { border-color: #AA14A8; }
span { border-color: rgb(170,20,168); }
td.TdClassName
{
border-color: #AA14A8;
}
.TagClassName
{
border-color: #AA14A8;
}
</style>