Shades of Dark Magenta #AA14A4
Tints of Dark Magenta #AA14A4
RGB
CMYK
RGB Variations
Color information
#AA14A4 (or 0xAA14A4) is known color: Dark Magenta. HEX triplet: AA, 14 and A4. RGB value is (170,20,164). Sum of RGB (Red+Green+Blue) = 170+20+164=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA14A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA14A4 is #55EB5B. Grayscale: #505050. Windows color (decimal): -5630812 or 10753194. OLE color: 10753194.
HSL color Cylindrical-coordinate representation of color #AA14A4: hue angle of 302.4º 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 #AA14A4 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 164 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.33 |
| HSL | 302.4º | 0.79% | 0.37% | - |
| HSV(B) | 302.4º | 0.88% | 0.67% | - |
| XYZ | 23.53 | 11.73 | 36.15 | - |
| YUV | 81.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 164 | 0 | 0.88 | 0.04 | 0.33 | 302.4 | 0.79 | 0.37 |
| Hex | AA | 14 | A4 | 0 | 58 | 4 | 21 | 12E | 4F | 25 |
| Octal | 252 | 24 | 244 | 0 | 130 | 4 | 41 | 456 | 117 | 45 |
| Binary | 10101010 | 10100 | 10100100 | 0 | 1011000 | 100 | 100001 | 100101110 | 1001111 | 100101 |
Color Harmonies of #AA14A4
Complementary color
Monochromatic Colors of #AA14A4
Black with #AA14A4
Text Example
Text Example
White with #AA14A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA14A4; }
p { color: rgb(170,20,164); }
H1.HeaderClassName
{
color: #AA14A4;
}
.AnyTagClassName
{
color: #AA14A4;
}
</style>
background-color css
<style>
a { background-color: #AA14A4; }
a { background-color: rgb(170,20,164); }
div.DivClassName
{
background-color: #AA14A4;
}
.BgClassName
{
background-color: #AA14A4;
}
</style>
border-color css
<style>
span { border-color: #AA14A4; }
span { border-color: rgb(170,20,164); }
td.TdClassName
{
border-color: #AA14A4;
}
.TagClassName
{
border-color: #AA14A4;
}
</style>