Shades of Medium Violet Red #AA0587
Tints of Medium Violet Red #AA0587
RGB
CMYK
RGB Variations
Color information
#AA0587 (or 0xAA0587) is known color: Medium Violet Red. HEX triplet: AA, 05 and 87. RGB value is (170,5,135). Sum of RGB (Red+Green+Blue) = 170+5+135=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0587 is #55FA78. Grayscale: #444444. Windows color (decimal): -5634681 or 8848810. OLE color: 8848810.
HSL color Cylindrical-coordinate representation of color #AA0587: hue angle of 312.73º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0587 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 135 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.33 |
| HSL | 312.73º | 0.94% | 0.34% | - |
| HSV(B) | 312.73º | 0.97% | 0.67% | - |
| XYZ | 21.01 | 10.4 | 23.82 | - |
| YUV | 69.16 | 165.16 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 135 | 0 | 0.97 | 0.21 | 0.33 | 312.73 | 0.94 | 0.34 |
| Hex | AA | 5 | 87 | 0 | 61 | 15 | 21 | 139 | 5E | 22 |
| Octal | 252 | 5 | 207 | 0 | 141 | 25 | 41 | 471 | 136 | 42 |
| Binary | 10101010 | 101 | 10000111 | 0 | 1100001 | 10101 | 100001 | 100111001 | 1011110 | 100010 |
Color Harmonies of #AA0587
Complementary color
Monochromatic Colors of #AA0587
Black with #AA0587
Text Example
Text Example
White with #AA0587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0587; }
p { color: rgb(170,5,135); }
H1.HeaderClassName
{
color: #AA0587;
}
.AnyTagClassName
{
color: #AA0587;
}
</style>
background-color css
<style>
a { background-color: #AA0587; }
a { background-color: rgb(170,5,135); }
div.DivClassName
{
background-color: #AA0587;
}
.BgClassName
{
background-color: #AA0587;
}
</style>
border-color css
<style>
span { border-color: #AA0587; }
span { border-color: rgb(170,5,135); }
td.TdClassName
{
border-color: #AA0587;
}
.TagClassName
{
border-color: #AA0587;
}
</style>