Shades of Dark Magenta #AA0FA6
Tints of Dark Magenta #AA0FA6
RGB
CMYK
RGB Variations
Color information
#AA0FA6 (or 0xAA0FA6) is known color: Dark Magenta. HEX triplet: AA, 0F and A6. RGB value is (170,15,166). Sum of RGB (Red+Green+Blue) = 170+15+166=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0FA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0FA6 is #55F059. Grayscale: #4E4E4E. Windows color (decimal): -5632090 or 10882986. OLE color: 10882986.
HSL color Cylindrical-coordinate representation of color #AA0FA6: hue angle of 301.55º 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 #AA0FA6 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 166 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.33 |
| HSL | 301.55º | 0.84% | 0.36% | - |
| HSV(B) | 301.55º | 0.91% | 0.67% | - |
| XYZ | 23.63 | 11.64 | 37.08 | - |
| YUV | 78.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 166 | 0 | 0.91 | 0.02 | 0.33 | 301.55 | 0.84 | 0.36 |
| Hex | AA | F | A6 | 0 | 5B | 2 | 21 | 12E | 54 | 24 |
| Octal | 252 | 17 | 246 | 0 | 133 | 2 | 41 | 456 | 124 | 44 |
| Binary | 10101010 | 1111 | 10100110 | 0 | 1011011 | 10 | 100001 | 100101110 | 1010100 | 100100 |
Color Harmonies of #AA0FA6
Complementary color
Monochromatic Colors of #AA0FA6
Black with #AA0FA6
Text Example
Text Example
White with #AA0FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FA6; }
p { color: rgb(170,15,166); }
H1.HeaderClassName
{
color: #AA0FA6;
}
.AnyTagClassName
{
color: #AA0FA6;
}
</style>
background-color css
<style>
a { background-color: #AA0FA6; }
a { background-color: rgb(170,15,166); }
div.DivClassName
{
background-color: #AA0FA6;
}
.BgClassName
{
background-color: #AA0FA6;
}
</style>
border-color css
<style>
span { border-color: #AA0FA6; }
span { border-color: rgb(170,15,166); }
td.TdClassName
{
border-color: #AA0FA6;
}
.TagClassName
{
border-color: #AA0FA6;
}
</style>