Shades of Deep Magenta #AA0FAF
Tints of Deep Magenta #AA0FAF
RGB
CMYK
RGB Variations
Color information
#AA0FAF (or 0xAA0FAF) is known color: Deep Magenta. HEX triplet: AA, 0F and AF. RGB value is (170,15,175). Sum of RGB (Red+Green+Blue) = 170+15+175=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA0FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0FAF is #55F050. Grayscale: #4F4F4F. Windows color (decimal): -5632081 or 11472810. OLE color: 11472810.
HSL color Cylindrical-coordinate representation of color #AA0FAF: hue angle of 298.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0FAF is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 15 | 175 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.31 |
| HSL | 298.13º | 0.84% | 0.37% | - |
| HSV(B) | 298.13º | 0.91% | 0.69% | - |
| XYZ | 24.49 | 11.98 | 41.58 | - |
| YUV | 79.59 | 181.85 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 175 | 0.03 | 0.91 | 0 | 0.31 | 298.13 | 0.84 | 0.37 |
| Hex | AA | F | AF | 3 | 5B | 0 | 1F | 12A | 54 | 25 |
| Octal | 252 | 17 | 257 | 3 | 133 | 0 | 37 | 452 | 124 | 45 |
| Binary | 10101010 | 1111 | 10101111 | 11 | 1011011 | 0 | 11111 | 100101010 | 1010100 | 100101 |
Color Harmonies of #AA0FAF
Complementary color
Monochromatic Colors of #AA0FAF
Black with #AA0FAF
Text Example
Text Example
White with #AA0FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FAF; }
p { color: rgb(170,15,175); }
H1.HeaderClassName
{
color: #AA0FAF;
}
.AnyTagClassName
{
color: #AA0FAF;
}
</style>
background-color css
<style>
a { background-color: #AA0FAF; }
a { background-color: rgb(170,15,175); }
div.DivClassName
{
background-color: #AA0FAF;
}
.BgClassName
{
background-color: #AA0FAF;
}
</style>
border-color css
<style>
span { border-color: #AA0FAF; }
span { border-color: rgb(170,15,175); }
td.TdClassName
{
border-color: #AA0FAF;
}
.TagClassName
{
border-color: #AA0FAF;
}
</style>