Shades of Dark Magenta #AA109C
Tints of Dark Magenta #AA109C
RGB
CMYK
RGB Variations
Color information
#AA109C (or 0xAA109C) is known color: Dark Magenta. HEX triplet: AA, 10 and 9C. RGB value is (170,16,156). Sum of RGB (Red+Green+Blue) = 170+16+156=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA109C is #55EF63. Grayscale: #4D4D4D. Windows color (decimal): -5631844 or 10227882. OLE color: 10227882.
HSL color Cylindrical-coordinate representation of color #AA109C: hue angle of 305.45º 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 #AA109C is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 156 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.33 |
| HSL | 305.45º | 0.83% | 0.36% | - |
| HSV(B) | 305.45º | 0.91% | 0.67% | - |
| XYZ | 22.76 | 11.32 | 32.44 | - |
| YUV | 78.01 | 172.02 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 156 | 0 | 0.91 | 0.08 | 0.33 | 305.45 | 0.83 | 0.36 |
| Hex | AA | 10 | 9C | 0 | 5B | 8 | 21 | 131 | 53 | 24 |
| Octal | 252 | 20 | 234 | 0 | 133 | 10 | 41 | 461 | 123 | 44 |
| Binary | 10101010 | 10000 | 10011100 | 0 | 1011011 | 1000 | 100001 | 100110001 | 1010011 | 100100 |
Color Harmonies of #AA109C
Complementary color
Monochromatic Colors of #AA109C
Black with #AA109C
Text Example
Text Example
White with #AA109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA109C; }
p { color: rgb(170,16,156); }
H1.HeaderClassName
{
color: #AA109C;
}
.AnyTagClassName
{
color: #AA109C;
}
</style>
background-color css
<style>
a { background-color: #AA109C; }
a { background-color: rgb(170,16,156); }
div.DivClassName
{
background-color: #AA109C;
}
.BgClassName
{
background-color: #AA109C;
}
</style>
border-color css
<style>
span { border-color: #AA109C; }
span { border-color: rgb(170,16,156); }
td.TdClassName
{
border-color: #AA109C;
}
.TagClassName
{
border-color: #AA109C;
}
</style>