Shades of Dark Magenta #AA109D
Tints of Dark Magenta #AA109D
RGB
CMYK
RGB Variations
Color information
#AA109D (or 0xAA109D) is known color: Dark Magenta. HEX triplet: AA, 10 and 9D. RGB value is (170,16,157). Sum of RGB (Red+Green+Blue) = 170+16+157=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA109D is #55EF62. Grayscale: #4D4D4D. Windows color (decimal): -5631843 or 10293418. OLE color: 10293418.
HSL color Cylindrical-coordinate representation of color #AA109D: hue angle of 305.06º 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 #AA109D is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 157 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.33 |
| HSL | 305.06º | 0.83% | 0.36% | - |
| HSV(B) | 305.06º | 0.91% | 0.67% | - |
| XYZ | 22.85 | 11.35 | 32.88 | - |
| YUV | 78.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 157 | 0 | 0.91 | 0.08 | 0.33 | 305.06 | 0.83 | 0.36 |
| Hex | AA | 10 | 9D | 0 | 5B | 8 | 21 | 131 | 53 | 24 |
| Octal | 252 | 20 | 235 | 0 | 133 | 10 | 41 | 461 | 123 | 44 |
| Binary | 10101010 | 10000 | 10011101 | 0 | 1011011 | 1000 | 100001 | 100110001 | 1010011 | 100100 |
Color Harmonies of #AA109D
Complementary color
Monochromatic Colors of #AA109D
Black with #AA109D
Text Example
Text Example
White with #AA109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA109D; }
p { color: rgb(170,16,157); }
H1.HeaderClassName
{
color: #AA109D;
}
.AnyTagClassName
{
color: #AA109D;
}
</style>
background-color css
<style>
a { background-color: #AA109D; }
a { background-color: rgb(170,16,157); }
div.DivClassName
{
background-color: #AA109D;
}
.BgClassName
{
background-color: #AA109D;
}
</style>
border-color css
<style>
span { border-color: #AA109D; }
span { border-color: rgb(170,16,157); }
td.TdClassName
{
border-color: #AA109D;
}
.TagClassName
{
border-color: #AA109D;
}
</style>