Shades of Dark Magenta #AA098D
Tints of Dark Magenta #AA098D
RGB
CMYK
RGB Variations
Color information
#AA098D (or 0xAA098D) is known color: Dark Magenta. HEX triplet: AA, 09 and 8D. RGB value is (170,9,141). Sum of RGB (Red+Green+Blue) = 170+9+141=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA098D is #55F672. Grayscale: #474747. Windows color (decimal): -5633651 or 9243050. OLE color: 9243050.
HSL color Cylindrical-coordinate representation of color #AA098D: hue angle of 310.81º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA098D is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 141 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.33 |
| HSL | 310.81º | 0.9% | 0.35% | - |
| HSV(B) | 310.81º | 0.95% | 0.67% | - |
| XYZ | 21.48 | 10.66 | 26.13 | - |
| YUV | 72.19 | 166.84 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 141 | 0 | 0.95 | 0.17 | 0.33 | 310.81 | 0.9 | 0.35 |
| Hex | AA | 9 | 8D | 0 | 5F | 11 | 21 | 137 | 5A | 23 |
| Octal | 252 | 11 | 215 | 0 | 137 | 21 | 41 | 467 | 132 | 43 |
| Binary | 10101010 | 1001 | 10001101 | 0 | 1011111 | 10001 | 100001 | 100110111 | 1011010 | 100011 |
Color Harmonies of #AA098D
Complementary color
Monochromatic Colors of #AA098D
Black with #AA098D
Text Example
Text Example
White with #AA098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA098D; }
p { color: rgb(170,9,141); }
H1.HeaderClassName
{
color: #AA098D;
}
.AnyTagClassName
{
color: #AA098D;
}
</style>
background-color css
<style>
a { background-color: #AA098D; }
a { background-color: rgb(170,9,141); }
div.DivClassName
{
background-color: #AA098D;
}
.BgClassName
{
background-color: #AA098D;
}
</style>
border-color css
<style>
span { border-color: #AA098D; }
span { border-color: rgb(170,9,141); }
td.TdClassName
{
border-color: #AA098D;
}
.TagClassName
{
border-color: #AA098D;
}
</style>