Shades of Deep Magenta #AA0FB4
Tints of Deep Magenta #AA0FB4
RGB
CMYK
RGB Variations
Color information
#AA0FB4 (or 0xAA0FB4) is known color: Deep Magenta. HEX triplet: AA, 0F and B4. RGB value is (170,15,180). Sum of RGB (Red+Green+Blue) = 170+15+180=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA0FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0FB4 is #55F04B. Grayscale: #4F4F4F. Windows color (decimal): -5632076 or 11800490. OLE color: 11800490.
HSL color Cylindrical-coordinate representation of color #AA0FB4: hue angle of 296.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0FB4 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 15 | 180 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.29 |
| HSL | 296.36º | 0.85% | 0.38% | - |
| HSV(B) | 296.36º | 0.92% | 0.71% | - |
| XYZ | 24.99 | 12.18 | 44.21 | - |
| YUV | 80.16 | 184.35 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 180 | 0.06 | 0.92 | 0 | 0.29 | 296.36 | 0.85 | 0.38 |
| Hex | AA | F | B4 | 6 | 5C | 0 | 1D | 128 | 55 | 26 |
| Octal | 252 | 17 | 264 | 6 | 134 | 0 | 35 | 450 | 125 | 46 |
| Binary | 10101010 | 1111 | 10110100 | 110 | 1011100 | 0 | 11101 | 100101000 | 1010101 | 100110 |
Color Harmonies of #AA0FB4
Complementary color
Monochromatic Colors of #AA0FB4
Black with #AA0FB4
Text Example
Text Example
White with #AA0FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FB4; }
p { color: rgb(170,15,180); }
H1.HeaderClassName
{
color: #AA0FB4;
}
.AnyTagClassName
{
color: #AA0FB4;
}
</style>
background-color css
<style>
a { background-color: #AA0FB4; }
a { background-color: rgb(170,15,180); }
div.DivClassName
{
background-color: #AA0FB4;
}
.BgClassName
{
background-color: #AA0FB4;
}
</style>
border-color css
<style>
span { border-color: #AA0FB4; }
span { border-color: rgb(170,15,180); }
td.TdClassName
{
border-color: #AA0FB4;
}
.TagClassName
{
border-color: #AA0FB4;
}
</style>