Shades of Dark Magenta #AA0087
Tints of Dark Magenta #AA0087
RGB
CMYK
RGB Variations
Color information
#AA0087 (or 0xAA0087) is known color: Dark Magenta. HEX triplet: AA, 00 and 87. RGB value is (170,0,135). Sum of RGB (Red+Green+Blue) = 170+0+135=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0087 is #55FF78. Grayscale: #414141. Windows color (decimal): -5635961 or 8847530. OLE color: 8847530.
HSL color Cylindrical-coordinate representation of color #AA0087: hue angle of 312.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0087 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.21 | 0.33 |
| HSL | 312.35º | 1% | 0.33% | - |
| HSV(B) | 312.35º | 1% | 0.67% | - |
| XYZ | 20.95 | 10.3 | 23.8 | - |
| YUV | 66.22 | 166.82 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 135 | 0 | 1 | 0.21 | 0.33 | 312.35 | 1 | 0.33 |
| Hex | AA | 0 | 87 | 0 | 64 | 15 | 21 | 138 | 64 | 21 |
| Octal | 252 | 0 | 207 | 0 | 144 | 25 | 41 | 470 | 144 | 41 |
| Binary | 10101010 | 0 | 10000111 | 0 | 1100100 | 10101 | 100001 | 100111000 | 1100100 | 100001 |
Color Harmonies of #AA0087
Complementary color
Monochromatic Colors of #AA0087
Black with #AA0087
Text Example
Text Example
White with #AA0087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0087; }
p { color: rgb(170,0,135); }
H1.HeaderClassName
{
color: #AA0087;
}
.AnyTagClassName
{
color: #AA0087;
}
</style>
background-color css
<style>
a { background-color: #AA0087; }
a { background-color: rgb(170,0,135); }
div.DivClassName
{
background-color: #AA0087;
}
.BgClassName
{
background-color: #AA0087;
}
</style>
border-color css
<style>
span { border-color: #AA0087; }
span { border-color: rgb(170,0,135); }
td.TdClassName
{
border-color: #AA0087;
}
.TagClassName
{
border-color: #AA0087;
}
</style>