Shades of Dark Magenta #AA0FAB
Tints of Dark Magenta #AA0FAB
RGB
CMYK
RGB Variations
Color information
#AA0FAB (or 0xAA0FAB) is known color: Dark Magenta. HEX triplet: AA, 0F and AB. RGB value is (170,15,171). Sum of RGB (Red+Green+Blue) = 170+15+171=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA0FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0FAB is #55F054. Grayscale: #4E4E4E. Windows color (decimal): -5632085 or 11210666. OLE color: 11210666.
HSL color Cylindrical-coordinate representation of color #AA0FAB: hue angle of 299.62º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0FAB is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 171 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.33 |
| HSL | 299.62º | 0.84% | 0.36% | - |
| HSV(B) | 299.62º | 0.91% | 0.67% | - |
| XYZ | 24.1 | 11.83 | 39.54 | - |
| YUV | 79.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 171 | 0.01 | 0.91 | 0 | 0.33 | 299.62 | 0.84 | 0.36 |
| Hex | AA | F | AB | 1 | 5B | 0 | 21 | 12C | 54 | 24 |
| Octal | 252 | 17 | 253 | 1 | 133 | 0 | 41 | 454 | 124 | 44 |
| Binary | 10101010 | 1111 | 10101011 | 1 | 1011011 | 0 | 100001 | 100101100 | 1010100 | 100100 |
Color Harmonies of #AA0FAB
Complementary color
Monochromatic Colors of #AA0FAB
Black with #AA0FAB
Text Example
Text Example
White with #AA0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FAB; }
p { color: rgb(170,15,171); }
H1.HeaderClassName
{
color: #AA0FAB;
}
.AnyTagClassName
{
color: #AA0FAB;
}
</style>
background-color css
<style>
a { background-color: #AA0FAB; }
a { background-color: rgb(170,15,171); }
div.DivClassName
{
background-color: #AA0FAB;
}
.BgClassName
{
background-color: #AA0FAB;
}
</style>
border-color css
<style>
span { border-color: #AA0FAB; }
span { border-color: rgb(170,15,171); }
td.TdClassName
{
border-color: #AA0FAB;
}
.TagClassName
{
border-color: #AA0FAB;
}
</style>