Shades of Deep Magenta #AA0FB0
Tints of Deep Magenta #AA0FB0
RGB
CMYK
RGB Variations
Color information
#AA0FB0 (or 0xAA0FB0) is known color: Deep Magenta. HEX triplet: AA, 0F and B0. RGB value is (170,15,176). Sum of RGB (Red+Green+Blue) = 170+15+176=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA0FB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0FB0 is #55F04F. Grayscale: #4F4F4F. Windows color (decimal): -5632080 or 11538346. OLE color: 11538346.
HSL color Cylindrical-coordinate representation of color #AA0FB0: hue angle of 297.76º 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 #AA0FB0 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 15 | 176 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.31 |
| HSL | 297.76º | 0.84% | 0.37% | - |
| HSV(B) | 297.76º | 0.91% | 0.69% | - |
| XYZ | 24.58 | 12.02 | 42.1 | - |
| YUV | 79.7 | 182.35 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 176 | 0.03 | 0.91 | 0 | 0.31 | 297.76 | 0.84 | 0.37 |
| Hex | AA | F | B0 | 3 | 5B | 0 | 1F | 12A | 54 | 25 |
| Octal | 252 | 17 | 260 | 3 | 133 | 0 | 37 | 452 | 124 | 45 |
| Binary | 10101010 | 1111 | 10110000 | 11 | 1011011 | 0 | 11111 | 100101010 | 1010100 | 100101 |
Color Harmonies of #AA0FB0
Complementary color
Monochromatic Colors of #AA0FB0
Black with #AA0FB0
Text Example
Text Example
White with #AA0FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FB0; }
p { color: rgb(170,15,176); }
H1.HeaderClassName
{
color: #AA0FB0;
}
.AnyTagClassName
{
color: #AA0FB0;
}
</style>
background-color css
<style>
a { background-color: #AA0FB0; }
a { background-color: rgb(170,15,176); }
div.DivClassName
{
background-color: #AA0FB0;
}
.BgClassName
{
background-color: #AA0FB0;
}
</style>
border-color css
<style>
span { border-color: #AA0FB0; }
span { border-color: rgb(170,15,176); }
td.TdClassName
{
border-color: #AA0FB0;
}
.TagClassName
{
border-color: #AA0FB0;
}
</style>