Shades of Medium Red Violet #AA3C87
Tints of Medium Red Violet #AA3C87
RGB
CMYK
RGB Variations
Color information
#AA3C87 (or 0xAA3C87) is known color: Medium Red Violet. HEX triplet: AA, 3C and 87. RGB value is (170,60,135). Sum of RGB (Red+Green+Blue) = 170+60+135=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3C87 is #55C378. Grayscale: #656565. Windows color (decimal): -5620601 or 8862890. OLE color: 8862890.
HSL color Cylindrical-coordinate representation of color #AA3C87: hue angle of 319.09º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C87 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 135 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.33 |
| HSL | 319.09º | 0.48% | 0.45% | - |
| HSV(B) | 319.09º | 0.65% | 0.67% | - |
| XYZ | 22.57 | 13.53 | 24.34 | - |
| YUV | 101.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 135 | 0 | 0.65 | 0.21 | 0.33 | 319.09 | 0.48 | 0.45 |
| Hex | AA | 3C | 87 | 0 | 41 | 15 | 21 | 13F | 30 | 2D |
| Octal | 252 | 74 | 207 | 0 | 101 | 25 | 41 | 477 | 60 | 55 |
| Binary | 10101010 | 111100 | 10000111 | 0 | 1000001 | 10101 | 100001 | 100111111 | 110000 | 101101 |
Color Harmonies of #AA3C87
Complementary color
Monochromatic Colors of #AA3C87
Black with #AA3C87
Text Example
Text Example
White with #AA3C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C87; }
p { color: rgb(170,60,135); }
H1.HeaderClassName
{
color: #AA3C87;
}
.AnyTagClassName
{
color: #AA3C87;
}
</style>
background-color css
<style>
a { background-color: #AA3C87; }
a { background-color: rgb(170,60,135); }
div.DivClassName
{
background-color: #AA3C87;
}
.BgClassName
{
background-color: #AA3C87;
}
</style>
border-color css
<style>
span { border-color: #AA3C87; }
span { border-color: rgb(170,60,135); }
td.TdClassName
{
border-color: #AA3C87;
}
.TagClassName
{
border-color: #AA3C87;
}
</style>