Shades of Dark Magenta #AA0F98
Tints of Dark Magenta #AA0F98
RGB
CMYK
RGB Variations
Color information
#AA0F98 (or 0xAA0F98) is known color: Dark Magenta. HEX triplet: AA, 0F and 98. RGB value is (170,15,152). Sum of RGB (Red+Green+Blue) = 170+15+152=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0F98 is #55F067. Grayscale: #4C4C4C. Windows color (decimal): -5632104 or 9965482. OLE color: 9965482.
HSL color Cylindrical-coordinate representation of color #AA0F98: hue angle of 306.97º 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 #AA0F98 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 152 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.33 |
| HSL | 306.97º | 0.84% | 0.36% | - |
| HSV(B) | 306.97º | 0.91% | 0.67% | - |
| XYZ | 22.42 | 11.15 | 30.68 | - |
| YUV | 76.96 | 170.35 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 152 | 0 | 0.91 | 0.11 | 0.33 | 306.97 | 0.84 | 0.36 |
| Hex | AA | F | 98 | 0 | 5B | B | 21 | 133 | 54 | 24 |
| Octal | 252 | 17 | 230 | 0 | 133 | 13 | 41 | 463 | 124 | 44 |
| Binary | 10101010 | 1111 | 10011000 | 0 | 1011011 | 1011 | 100001 | 100110011 | 1010100 | 100100 |
Color Harmonies of #AA0F98
Complementary color
Monochromatic Colors of #AA0F98
Black with #AA0F98
Text Example
Text Example
White with #AA0F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F98; }
p { color: rgb(170,15,152); }
H1.HeaderClassName
{
color: #AA0F98;
}
.AnyTagClassName
{
color: #AA0F98;
}
</style>
background-color css
<style>
a { background-color: #AA0F98; }
a { background-color: rgb(170,15,152); }
div.DivClassName
{
background-color: #AA0F98;
}
.BgClassName
{
background-color: #AA0F98;
}
</style>
border-color css
<style>
span { border-color: #AA0F98; }
span { border-color: rgb(170,15,152); }
td.TdClassName
{
border-color: #AA0F98;
}
.TagClassName
{
border-color: #AA0F98;
}
</style>