Shades of Medium Red Violet #AA1D87
Tints of Medium Red Violet #AA1D87
RGB
CMYK
RGB Variations
Color information
#AA1D87 (or 0xAA1D87) is known color: Medium Red Violet. HEX triplet: AA, 1D and 87. RGB value is (170,29,135). Sum of RGB (Red+Green+Blue) = 170+29+135=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1D87 is #55E278. Grayscale: #525252. Windows color (decimal): -5628537 or 8854954. OLE color: 8854954.
HSL color Cylindrical-coordinate representation of color #AA1D87: hue angle of 314.89º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1D87 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 135 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.33 |
| HSL | 314.89º | 0.71% | 0.39% | - |
| HSV(B) | 314.89º | 0.83% | 0.67% | - |
| XYZ | 21.39 | 11.17 | 23.95 | - |
| YUV | 83.24 | 157.21 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 135 | 0 | 0.83 | 0.21 | 0.33 | 314.89 | 0.71 | 0.39 |
| Hex | AA | 1D | 87 | 0 | 53 | 15 | 21 | 13B | 47 | 27 |
| Octal | 252 | 35 | 207 | 0 | 123 | 25 | 41 | 473 | 107 | 47 |
| Binary | 10101010 | 11101 | 10000111 | 0 | 1010011 | 10101 | 100001 | 100111011 | 1000111 | 100111 |
Color Harmonies of #AA1D87
Complementary color
Monochromatic Colors of #AA1D87
Black with #AA1D87
Text Example
Text Example
White with #AA1D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D87; }
p { color: rgb(170,29,135); }
H1.HeaderClassName
{
color: #AA1D87;
}
.AnyTagClassName
{
color: #AA1D87;
}
</style>
background-color css
<style>
a { background-color: #AA1D87; }
a { background-color: rgb(170,29,135); }
div.DivClassName
{
background-color: #AA1D87;
}
.BgClassName
{
background-color: #AA1D87;
}
</style>
border-color css
<style>
span { border-color: #AA1D87; }
span { border-color: rgb(170,29,135); }
td.TdClassName
{
border-color: #AA1D87;
}
.TagClassName
{
border-color: #AA1D87;
}
</style>