Shades of Deep Magenta #AA0BAF
Tints of Deep Magenta #AA0BAF
RGB
CMYK
RGB Variations
Color information
#AA0BAF (or 0xAA0BAF) is known color: Deep Magenta. HEX triplet: AA, 0B and AF. RGB value is (170,11,175). Sum of RGB (Red+Green+Blue) = 170+11+175=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA0BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0BAF is #55F450. Grayscale: #4C4C4C. Windows color (decimal): -5633105 or 11471786. OLE color: 11471786.
HSL color Cylindrical-coordinate representation of color #AA0BAF: hue angle of 298.17º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0BAF is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 11 | 175 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.31 |
| HSL | 298.17º | 0.88% | 0.36% | - |
| HSV(B) | 298.17º | 0.94% | 0.69% | - |
| XYZ | 24.44 | 11.88 | 41.56 | - |
| YUV | 77.24 | 183.18 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 175 | 0.03 | 0.94 | 0 | 0.31 | 298.17 | 0.88 | 0.36 |
| Hex | AA | B | AF | 3 | 5E | 0 | 1F | 12A | 58 | 24 |
| Octal | 252 | 13 | 257 | 3 | 136 | 0 | 37 | 452 | 130 | 44 |
| Binary | 10101010 | 1011 | 10101111 | 11 | 1011110 | 0 | 11111 | 100101010 | 1011000 | 100100 |
Color Harmonies of #AA0BAF
Complementary color
Monochromatic Colors of #AA0BAF
Black with #AA0BAF
Text Example
Text Example
White with #AA0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0BAF; }
p { color: rgb(170,11,175); }
H1.HeaderClassName
{
color: #AA0BAF;
}
.AnyTagClassName
{
color: #AA0BAF;
}
</style>
background-color css
<style>
a { background-color: #AA0BAF; }
a { background-color: rgb(170,11,175); }
div.DivClassName
{
background-color: #AA0BAF;
}
.BgClassName
{
background-color: #AA0BAF;
}
</style>
border-color css
<style>
span { border-color: #AA0BAF; }
span { border-color: rgb(170,11,175); }
td.TdClassName
{
border-color: #AA0BAF;
}
.TagClassName
{
border-color: #AA0BAF;
}
</style>