Shades of Dark Magenta #AA0287
Tints of Dark Magenta #AA0287
RGB
CMYK
RGB Variations
Color information
#AA0287 (or 0xAA0287) is known color: Dark Magenta. HEX triplet: AA, 02 and 87. RGB value is (170,2,135). Sum of RGB (Red+Green+Blue) = 170+2+135=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0287 is #55FD78. Grayscale: #434343. Windows color (decimal): -5635449 or 8848042. OLE color: 8848042.
HSL color Cylindrical-coordinate representation of color #AA0287: hue angle of 312.5º 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 #AA0287 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.33 |
| HSL | 312.5º | 0.98% | 0.34% | - |
| HSV(B) | 312.5º | 0.99% | 0.67% | - |
| XYZ | 20.97 | 10.34 | 23.81 | - |
| YUV | 67.39 | 166.16 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 135 | 0 | 0.99 | 0.21 | 0.33 | 312.5 | 0.98 | 0.34 |
| Hex | AA | 2 | 87 | 0 | 63 | 15 | 21 | 138 | 62 | 22 |
| Octal | 252 | 2 | 207 | 0 | 143 | 25 | 41 | 470 | 142 | 42 |
| Binary | 10101010 | 10 | 10000111 | 0 | 1100011 | 10101 | 100001 | 100111000 | 1100010 | 100010 |
Color Harmonies of #AA0287
Complementary color
Monochromatic Colors of #AA0287
Black with #AA0287
Text Example
Text Example
White with #AA0287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0287; }
p { color: rgb(170,2,135); }
H1.HeaderClassName
{
color: #AA0287;
}
.AnyTagClassName
{
color: #AA0287;
}
</style>
background-color css
<style>
a { background-color: #AA0287; }
a { background-color: rgb(170,2,135); }
div.DivClassName
{
background-color: #AA0287;
}
.BgClassName
{
background-color: #AA0287;
}
</style>
border-color css
<style>
span { border-color: #AA0287; }
span { border-color: rgb(170,2,135); }
td.TdClassName
{
border-color: #AA0287;
}
.TagClassName
{
border-color: #AA0287;
}
</style>