Shades of Dark Magenta #AA0FA2
Tints of Dark Magenta #AA0FA2
RGB
CMYK
RGB Variations
Color information
#AA0FA2 (or 0xAA0FA2) is known color: Dark Magenta. HEX triplet: AA, 0F and A2. RGB value is (170,15,162). Sum of RGB (Red+Green+Blue) = 170+15+162=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0FA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0FA2 is #55F05D. Grayscale: #4D4D4D. Windows color (decimal): -5632094 or 10620842. OLE color: 10620842.
HSL color Cylindrical-coordinate representation of color #AA0FA2: hue angle of 303.1º 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 #AA0FA2 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 162 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.33 |
| HSL | 303.1º | 0.84% | 0.36% | - |
| HSV(B) | 303.1º | 0.91% | 0.67% | - |
| XYZ | 23.27 | 11.5 | 35.17 | - |
| YUV | 78.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 162 | 0 | 0.91 | 0.05 | 0.33 | 303.1 | 0.84 | 0.36 |
| Hex | AA | F | A2 | 0 | 5B | 5 | 21 | 12F | 54 | 24 |
| Octal | 252 | 17 | 242 | 0 | 133 | 5 | 41 | 457 | 124 | 44 |
| Binary | 10101010 | 1111 | 10100010 | 0 | 1011011 | 101 | 100001 | 100101111 | 1010100 | 100100 |
Color Harmonies of #AA0FA2
Complementary color
Monochromatic Colors of #AA0FA2
Black with #AA0FA2
Text Example
Text Example
White with #AA0FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FA2; }
p { color: rgb(170,15,162); }
H1.HeaderClassName
{
color: #AA0FA2;
}
.AnyTagClassName
{
color: #AA0FA2;
}
</style>
background-color css
<style>
a { background-color: #AA0FA2; }
a { background-color: rgb(170,15,162); }
div.DivClassName
{
background-color: #AA0FA2;
}
.BgClassName
{
background-color: #AA0FA2;
}
</style>
border-color css
<style>
span { border-color: #AA0FA2; }
span { border-color: rgb(170,15,162); }
td.TdClassName
{
border-color: #AA0FA2;
}
.TagClassName
{
border-color: #AA0FA2;
}
</style>