Shades of Dark Magenta #AA0F9C
Tints of Dark Magenta #AA0F9C
RGB
CMYK
RGB Variations
Color information
#AA0F9C (or 0xAA0F9C) is known color: Dark Magenta. HEX triplet: AA, 0F and 9C. RGB value is (170,15,156). Sum of RGB (Red+Green+Blue) = 170+15+156=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0F9C is #55F063. Grayscale: #4D4D4D. Windows color (decimal): -5632100 or 10227626. OLE color: 10227626.
HSL color Cylindrical-coordinate representation of color #AA0F9C: hue angle of 305.42º 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 #AA0F9C is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 156 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.33 |
| HSL | 305.42º | 0.84% | 0.36% | - |
| HSV(B) | 305.42º | 0.91% | 0.67% | - |
| XYZ | 22.75 | 11.29 | 32.43 | - |
| YUV | 77.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 156 | 0 | 0.91 | 0.08 | 0.33 | 305.42 | 0.84 | 0.36 |
| Hex | AA | F | 9C | 0 | 5B | 8 | 21 | 131 | 54 | 24 |
| Octal | 252 | 17 | 234 | 0 | 133 | 10 | 41 | 461 | 124 | 44 |
| Binary | 10101010 | 1111 | 10011100 | 0 | 1011011 | 1000 | 100001 | 100110001 | 1010100 | 100100 |
Color Harmonies of #AA0F9C
Complementary color
Monochromatic Colors of #AA0F9C
Black with #AA0F9C
Text Example
Text Example
White with #AA0F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F9C; }
p { color: rgb(170,15,156); }
H1.HeaderClassName
{
color: #AA0F9C;
}
.AnyTagClassName
{
color: #AA0F9C;
}
</style>
background-color css
<style>
a { background-color: #AA0F9C; }
a { background-color: rgb(170,15,156); }
div.DivClassName
{
background-color: #AA0F9C;
}
.BgClassName
{
background-color: #AA0F9C;
}
</style>
border-color css
<style>
span { border-color: #AA0F9C; }
span { border-color: rgb(170,15,156); }
td.TdClassName
{
border-color: #AA0F9C;
}
.TagClassName
{
border-color: #AA0F9C;
}
</style>