Shades of Dark Magenta #AA0286
Tints of Dark Magenta #AA0286
RGB
CMYK
RGB Variations
Color information
#AA0286 (or 0xAA0286) is known color: Dark Magenta. HEX triplet: AA, 02 and 86. RGB value is (170,2,134). Sum of RGB (Red+Green+Blue) = 170+2+134=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0286 is #55FD79. Grayscale: #424242. Windows color (decimal): -5635450 or 8782506. OLE color: 8782506.
HSL color Cylindrical-coordinate representation of color #AA0286: hue angle of 312.86º degrees, saturation: 0.98, 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 #AA0286 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.33 |
| HSL | 312.86º | 0.98% | 0.34% | - |
| HSV(B) | 312.86º | 0.99% | 0.67% | - |
| XYZ | 20.9 | 10.31 | 23.44 | - |
| YUV | 67.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 134 | 0 | 0.99 | 0.21 | 0.33 | 312.86 | 0.98 | 0.34 |
| Hex | AA | 2 | 86 | 0 | 63 | 15 | 21 | 139 | 62 | 22 |
| Octal | 252 | 2 | 206 | 0 | 143 | 25 | 41 | 471 | 142 | 42 |
| Binary | 10101010 | 10 | 10000110 | 0 | 1100011 | 10101 | 100001 | 100111001 | 1100010 | 100010 |
Color Harmonies of #AA0286
Complementary color
Monochromatic Colors of #AA0286
Black with #AA0286
Text Example
Text Example
White with #AA0286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0286; }
p { color: rgb(170,2,134); }
H1.HeaderClassName
{
color: #AA0286;
}
.AnyTagClassName
{
color: #AA0286;
}
</style>
background-color css
<style>
a { background-color: #AA0286; }
a { background-color: rgb(170,2,134); }
div.DivClassName
{
background-color: #AA0286;
}
.BgClassName
{
background-color: #AA0286;
}
</style>
border-color css
<style>
span { border-color: #AA0286; }
span { border-color: rgb(170,2,134); }
td.TdClassName
{
border-color: #AA0286;
}
.TagClassName
{
border-color: #AA0286;
}
</style>