Shades of Deep Magenta #AA10AF
Tints of Deep Magenta #AA10AF
RGB
CMYK
RGB Variations
Color information
#AA10AF (or 0xAA10AF) is known color: Deep Magenta. HEX triplet: AA, 10 and AF. RGB value is (170,16,175). Sum of RGB (Red+Green+Blue) = 170+16+175=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA10AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA10AF is #55EF50. Grayscale: #4F4F4F. Windows color (decimal): -5631825 or 11473066. OLE color: 11473066.
HSL color Cylindrical-coordinate representation of color #AA10AF: hue angle of 298.11º degrees, saturation: 0.83, 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 #AA10AF is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 16 | 175 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.31 |
| HSL | 298.11º | 0.83% | 0.37% | - |
| HSV(B) | 298.11º | 0.91% | 0.69% | - |
| XYZ | 24.5 | 12.01 | 41.58 | - |
| YUV | 80.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 175 | 0.03 | 0.91 | 0 | 0.31 | 298.11 | 0.83 | 0.37 |
| Hex | AA | 10 | AF | 3 | 5B | 0 | 1F | 12A | 53 | 25 |
| Octal | 252 | 20 | 257 | 3 | 133 | 0 | 37 | 452 | 123 | 45 |
| Binary | 10101010 | 10000 | 10101111 | 11 | 1011011 | 0 | 11111 | 100101010 | 1010011 | 100101 |
Color Harmonies of #AA10AF
Complementary color
Monochromatic Colors of #AA10AF
Black with #AA10AF
Text Example
Text Example
White with #AA10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10AF; }
p { color: rgb(170,16,175); }
H1.HeaderClassName
{
color: #AA10AF;
}
.AnyTagClassName
{
color: #AA10AF;
}
</style>
background-color css
<style>
a { background-color: #AA10AF; }
a { background-color: rgb(170,16,175); }
div.DivClassName
{
background-color: #AA10AF;
}
.BgClassName
{
background-color: #AA10AF;
}
</style>
border-color css
<style>
span { border-color: #AA10AF; }
span { border-color: rgb(170,16,175); }
td.TdClassName
{
border-color: #AA10AF;
}
.TagClassName
{
border-color: #AA10AF;
}
</style>