Shades of Deep Magenta #AA01AF
Tints of Deep Magenta #AA01AF
RGB
CMYK
RGB Variations
Color information
#AA01AF (or 0xAA01AF) is known color: Deep Magenta. HEX triplet: AA, 01 and AF. RGB value is (170,1,175). Sum of RGB (Red+Green+Blue) = 170+1+175=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA01AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA01AF is #55FE50. Grayscale: #464646. Windows color (decimal): -5635665 or 11469226. OLE color: 11469226.
HSL color Cylindrical-coordinate representation of color #AA01AF: hue angle of 298.28º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA01AF is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 1 | 175 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.31 |
| HSL | 298.28º | 0.99% | 0.35% | - |
| HSV(B) | 298.28º | 0.99% | 0.69% | - |
| XYZ | 24.33 | 11.66 | 41.53 | - |
| YUV | 71.37 | 186.49 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 175 | 0.03 | 0.99 | 0 | 0.31 | 298.28 | 0.99 | 0.35 |
| Hex | AA | 1 | AF | 3 | 63 | 0 | 1F | 12A | 63 | 23 |
| Octal | 252 | 1 | 257 | 3 | 143 | 0 | 37 | 452 | 143 | 43 |
| Binary | 10101010 | 1 | 10101111 | 11 | 1100011 | 0 | 11111 | 100101010 | 1100011 | 100011 |
Color Harmonies of #AA01AF
Complementary color
Monochromatic Colors of #AA01AF
Black with #AA01AF
Text Example
Text Example
White with #AA01AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01AF; }
p { color: rgb(170,1,175); }
H1.HeaderClassName
{
color: #AA01AF;
}
.AnyTagClassName
{
color: #AA01AF;
}
</style>
background-color css
<style>
a { background-color: #AA01AF; }
a { background-color: rgb(170,1,175); }
div.DivClassName
{
background-color: #AA01AF;
}
.BgClassName
{
background-color: #AA01AF;
}
</style>
border-color css
<style>
span { border-color: #AA01AF; }
span { border-color: rgb(170,1,175); }
td.TdClassName
{
border-color: #AA01AF;
}
.TagClassName
{
border-color: #AA01AF;
}
</style>