Shades of Deep Magenta #AA12AF
Tints of Deep Magenta #AA12AF
RGB
CMYK
RGB Variations
Color information
#AA12AF (or 0xAA12AF) is known color: Deep Magenta. HEX triplet: AA, 12 and AF. RGB value is (170,18,175). Sum of RGB (Red+Green+Blue) = 170+18+175=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA12AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA12AF is #55ED50. Grayscale: #505050. Windows color (decimal): -5631313 or 11473578. OLE color: 11473578.
HSL color Cylindrical-coordinate representation of color #AA12AF: hue angle of 298.09º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA12AF is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 18 | 175 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.31 |
| HSL | 298.09º | 0.81% | 0.38% | - |
| HSV(B) | 298.09º | 0.9% | 0.69% | - |
| XYZ | 24.53 | 12.07 | 41.59 | - |
| YUV | 81.35 | 180.86 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 175 | 0.03 | 0.90 | 0 | 0.31 | 298.09 | 0.81 | 0.38 |
| Hex | AA | 12 | AF | 3 | 5A | 0 | 1F | 12A | 51 | 26 |
| Octal | 252 | 22 | 257 | 3 | 132 | 0 | 37 | 452 | 121 | 46 |
| Binary | 10101010 | 10010 | 10101111 | 11 | 1011010 | 0 | 11111 | 100101010 | 1010001 | 100110 |
Color Harmonies of #AA12AF
Complementary color
Monochromatic Colors of #AA12AF
Black with #AA12AF
Text Example
Text Example
White with #AA12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA12AF; }
p { color: rgb(170,18,175); }
H1.HeaderClassName
{
color: #AA12AF;
}
.AnyTagClassName
{
color: #AA12AF;
}
</style>
background-color css
<style>
a { background-color: #AA12AF; }
a { background-color: rgb(170,18,175); }
div.DivClassName
{
background-color: #AA12AF;
}
.BgClassName
{
background-color: #AA12AF;
}
</style>
border-color css
<style>
span { border-color: #AA12AF; }
span { border-color: rgb(170,18,175); }
td.TdClassName
{
border-color: #AA12AF;
}
.TagClassName
{
border-color: #AA12AF;
}
</style>