Shades of Medium Violet Red #AA1587
Tints of Medium Violet Red #AA1587
RGB
CMYK
RGB Variations
Color information
#AA1587 (or 0xAA1587) is known color: Medium Violet Red. HEX triplet: AA, 15 and 87. RGB value is (170,21,135). Sum of RGB (Red+Green+Blue) = 170+21+135=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1587 is #55EA78. Grayscale: #4E4E4E. Windows color (decimal): -5630585 or 8852906. OLE color: 8852906.
HSL color Cylindrical-coordinate representation of color #AA1587: hue angle of 314.09º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1587 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 135 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.33 |
| HSL | 314.09º | 0.78% | 0.37% | - |
| HSV(B) | 314.09º | 0.88% | 0.67% | - |
| XYZ | 21.22 | 10.83 | 23.89 | - |
| YUV | 78.55 | 159.86 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 135 | 0 | 0.88 | 0.21 | 0.33 | 314.09 | 0.78 | 0.37 |
| Hex | AA | 15 | 87 | 0 | 58 | 15 | 21 | 13A | 4E | 25 |
| Octal | 252 | 25 | 207 | 0 | 130 | 25 | 41 | 472 | 116 | 45 |
| Binary | 10101010 | 10101 | 10000111 | 0 | 1011000 | 10101 | 100001 | 100111010 | 1001110 | 100101 |
Color Harmonies of #AA1587
Complementary color
Monochromatic Colors of #AA1587
Black with #AA1587
Text Example
Text Example
White with #AA1587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1587; }
p { color: rgb(170,21,135); }
H1.HeaderClassName
{
color: #AA1587;
}
.AnyTagClassName
{
color: #AA1587;
}
</style>
background-color css
<style>
a { background-color: #AA1587; }
a { background-color: rgb(170,21,135); }
div.DivClassName
{
background-color: #AA1587;
}
.BgClassName
{
background-color: #AA1587;
}
</style>
border-color css
<style>
span { border-color: #AA1587; }
span { border-color: rgb(170,21,135); }
td.TdClassName
{
border-color: #AA1587;
}
.TagClassName
{
border-color: #AA1587;
}
</style>