Shades of Dark Magenta #AA0B9C
Tints of Dark Magenta #AA0B9C
RGB
CMYK
RGB Variations
Color information
#AA0B9C (or 0xAA0B9C) is known color: Dark Magenta. HEX triplet: AA, 0B and 9C. RGB value is (170,11,156). Sum of RGB (Red+Green+Blue) = 170+11+156=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0B9C is #55F463. Grayscale: #4A4A4A. Windows color (decimal): -5633124 or 10226602. OLE color: 10226602.
HSL color Cylindrical-coordinate representation of color #AA0B9C: hue angle of 305.28º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B9C is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 156 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.33 |
| HSL | 305.28º | 0.88% | 0.35% | - |
| HSV(B) | 305.28º | 0.94% | 0.67% | - |
| XYZ | 22.7 | 11.19 | 32.42 | - |
| YUV | 75.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 156 | 0 | 0.94 | 0.08 | 0.33 | 305.28 | 0.88 | 0.35 |
| Hex | AA | B | 9C | 0 | 5E | 8 | 21 | 131 | 58 | 23 |
| Octal | 252 | 13 | 234 | 0 | 136 | 10 | 41 | 461 | 130 | 43 |
| Binary | 10101010 | 1011 | 10011100 | 0 | 1011110 | 1000 | 100001 | 100110001 | 1011000 | 100011 |
Color Harmonies of #AA0B9C
Complementary color
Monochromatic Colors of #AA0B9C
Black with #AA0B9C
Text Example
Text Example
White with #AA0B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B9C; }
p { color: rgb(170,11,156); }
H1.HeaderClassName
{
color: #AA0B9C;
}
.AnyTagClassName
{
color: #AA0B9C;
}
</style>
background-color css
<style>
a { background-color: #AA0B9C; }
a { background-color: rgb(170,11,156); }
div.DivClassName
{
background-color: #AA0B9C;
}
.BgClassName
{
background-color: #AA0B9C;
}
</style>
border-color css
<style>
span { border-color: #AA0B9C; }
span { border-color: rgb(170,11,156); }
td.TdClassName
{
border-color: #AA0B9C;
}
.TagClassName
{
border-color: #AA0B9C;
}
</style>