Shades of Dark Magenta #AA0FA0
Tints of Dark Magenta #AA0FA0
RGB
CMYK
RGB Variations
Color information
#AA0FA0 (or 0xAA0FA0) is known color: Dark Magenta. HEX triplet: AA, 0F and A0. RGB value is (170,15,160). Sum of RGB (Red+Green+Blue) = 170+15+160=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0FA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0FA0 is #55F05F. Grayscale: #4D4D4D. Windows color (decimal): -5632096 or 10489770. OLE color: 10489770.
HSL color Cylindrical-coordinate representation of color #AA0FA0: hue angle of 303.87º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0FA0 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 160 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.33 |
| HSL | 303.87º | 0.84% | 0.36% | - |
| HSV(B) | 303.87º | 0.91% | 0.67% | - |
| XYZ | 23.09 | 11.43 | 34.25 | - |
| YUV | 77.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 160 | 0 | 0.91 | 0.06 | 0.33 | 303.87 | 0.84 | 0.36 |
| Hex | AA | F | A0 | 0 | 5B | 6 | 21 | 130 | 54 | 24 |
| Octal | 252 | 17 | 240 | 0 | 133 | 6 | 41 | 460 | 124 | 44 |
| Binary | 10101010 | 1111 | 10100000 | 0 | 1011011 | 110 | 100001 | 100110000 | 1010100 | 100100 |
Color Harmonies of #AA0FA0
Complementary color
Monochromatic Colors of #AA0FA0
Black with #AA0FA0
Text Example
Text Example
White with #AA0FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FA0; }
p { color: rgb(170,15,160); }
H1.HeaderClassName
{
color: #AA0FA0;
}
.AnyTagClassName
{
color: #AA0FA0;
}
</style>
background-color css
<style>
a { background-color: #AA0FA0; }
a { background-color: rgb(170,15,160); }
div.DivClassName
{
background-color: #AA0FA0;
}
.BgClassName
{
background-color: #AA0FA0;
}
</style>
border-color css
<style>
span { border-color: #AA0FA0; }
span { border-color: rgb(170,15,160); }
td.TdClassName
{
border-color: #AA0FA0;
}
.TagClassName
{
border-color: #AA0FA0;
}
</style>