Shades of Dark Magenta #AA109A
Tints of Dark Magenta #AA109A
RGB
CMYK
RGB Variations
Color information
#AA109A (or 0xAA109A) is known color: Dark Magenta. HEX triplet: AA, 10 and 9A. RGB value is (170,16,154). Sum of RGB (Red+Green+Blue) = 170+16+154=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA109A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA109A is #55EF65. Grayscale: #4D4D4D. Windows color (decimal): -5631846 or 10096810. OLE color: 10096810.
HSL color Cylindrical-coordinate representation of color #AA109A: hue angle of 306.23º degrees, saturation: 0.83, 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 #AA109A is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 154 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.33 |
| HSL | 306.23º | 0.83% | 0.36% | - |
| HSV(B) | 306.23º | 0.91% | 0.67% | - |
| XYZ | 22.6 | 11.25 | 31.55 | - |
| YUV | 77.78 | 171.02 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 154 | 0 | 0.91 | 0.09 | 0.33 | 306.23 | 0.83 | 0.36 |
| Hex | AA | 10 | 9A | 0 | 5B | 9 | 21 | 132 | 53 | 24 |
| Octal | 252 | 20 | 232 | 0 | 133 | 11 | 41 | 462 | 123 | 44 |
| Binary | 10101010 | 10000 | 10011010 | 0 | 1011011 | 1001 | 100001 | 100110010 | 1010011 | 100100 |
Color Harmonies of #AA109A
Complementary color
Monochromatic Colors of #AA109A
Black with #AA109A
Text Example
Text Example
White with #AA109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA109A; }
p { color: rgb(170,16,154); }
H1.HeaderClassName
{
color: #AA109A;
}
.AnyTagClassName
{
color: #AA109A;
}
</style>
background-color css
<style>
a { background-color: #AA109A; }
a { background-color: rgb(170,16,154); }
div.DivClassName
{
background-color: #AA109A;
}
.BgClassName
{
background-color: #AA109A;
}
</style>
border-color css
<style>
span { border-color: #AA109A; }
span { border-color: rgb(170,16,154); }
td.TdClassName
{
border-color: #AA109A;
}
.TagClassName
{
border-color: #AA109A;
}
</style>