Shades of Dark Magenta #AA0186
Tints of Dark Magenta #AA0186
RGB
CMYK
RGB Variations
Color information
#AA0186 (or 0xAA0186) is known color: Dark Magenta. HEX triplet: AA, 01 and 86. RGB value is (170,1,134). Sum of RGB (Red+Green+Blue) = 170+1+134=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0186 is #55FE79. Grayscale: #424242. Windows color (decimal): -5635706 or 8782250. OLE color: 8782250.
HSL color Cylindrical-coordinate representation of color #AA0186: hue angle of 312.78º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0186 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 134 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.33 |
| HSL | 312.78º | 0.99% | 0.34% | - |
| HSV(B) | 312.78º | 0.99% | 0.67% | - |
| XYZ | 20.89 | 10.29 | 23.44 | - |
| YUV | 66.69 | 165.99 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 134 | 0 | 0.99 | 0.21 | 0.33 | 312.78 | 0.99 | 0.34 |
| Hex | AA | 1 | 86 | 0 | 63 | 15 | 21 | 139 | 63 | 22 |
| Octal | 252 | 1 | 206 | 0 | 143 | 25 | 41 | 471 | 143 | 42 |
| Binary | 10101010 | 1 | 10000110 | 0 | 1100011 | 10101 | 100001 | 100111001 | 1100011 | 100010 |
Color Harmonies of #AA0186
Complementary color
Monochromatic Colors of #AA0186
Black with #AA0186
Text Example
Text Example
White with #AA0186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0186; }
p { color: rgb(170,1,134); }
H1.HeaderClassName
{
color: #AA0186;
}
.AnyTagClassName
{
color: #AA0186;
}
</style>
background-color css
<style>
a { background-color: #AA0186; }
a { background-color: rgb(170,1,134); }
div.DivClassName
{
background-color: #AA0186;
}
.BgClassName
{
background-color: #AA0186;
}
</style>
border-color css
<style>
span { border-color: #AA0186; }
span { border-color: rgb(170,1,134); }
td.TdClassName
{
border-color: #AA0186;
}
.TagClassName
{
border-color: #AA0186;
}
</style>