Shades of Dark Magenta #AA0B8F
Tints of Dark Magenta #AA0B8F
RGB
CMYK
RGB Variations
Color information
#AA0B8F (or 0xAA0B8F) is known color: Dark Magenta. HEX triplet: AA, 0B and 8F. RGB value is (170,11,143). Sum of RGB (Red+Green+Blue) = 170+11+143=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0B8F is #55F470. Grayscale: #494949. Windows color (decimal): -5633137 or 9374634. OLE color: 9374634.
HSL color Cylindrical-coordinate representation of color #AA0B8F: hue angle of 310.19º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B8F is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 143 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.33 |
| HSL | 310.19º | 0.88% | 0.35% | - |
| HSV(B) | 310.19º | 0.94% | 0.67% | - |
| XYZ | 21.66 | 10.77 | 26.92 | - |
| YUV | 73.59 | 167.18 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 143 | 0 | 0.94 | 0.16 | 0.33 | 310.19 | 0.88 | 0.35 |
| Hex | AA | B | 8F | 0 | 5E | 10 | 21 | 136 | 58 | 23 |
| Octal | 252 | 13 | 217 | 0 | 136 | 20 | 41 | 466 | 130 | 43 |
| Binary | 10101010 | 1011 | 10001111 | 0 | 1011110 | 10000 | 100001 | 100110110 | 1011000 | 100011 |
Color Harmonies of #AA0B8F
Complementary color
Monochromatic Colors of #AA0B8F
Black with #AA0B8F
Text Example
Text Example
White with #AA0B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B8F; }
p { color: rgb(170,11,143); }
H1.HeaderClassName
{
color: #AA0B8F;
}
.AnyTagClassName
{
color: #AA0B8F;
}
</style>
background-color css
<style>
a { background-color: #AA0B8F; }
a { background-color: rgb(170,11,143); }
div.DivClassName
{
background-color: #AA0B8F;
}
.BgClassName
{
background-color: #AA0B8F;
}
</style>
border-color css
<style>
span { border-color: #AA0B8F; }
span { border-color: rgb(170,11,143); }
td.TdClassName
{
border-color: #AA0B8F;
}
.TagClassName
{
border-color: #AA0B8F;
}
</style>