Shades of Medium Red Violet #AA4A87
Tints of Medium Red Violet #AA4A87
RGB
CMYK
RGB Variations
Color information
#AA4A87 (or 0xAA4A87) is known color: Medium Red Violet. HEX triplet: AA, 4A and 87. RGB value is (170,74,135). Sum of RGB (Red+Green+Blue) = 170+74+135=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A87 is #55B578. Grayscale: #6D6D6D. Windows color (decimal): -5617017 or 8866474. OLE color: 8866474.
HSL color Cylindrical-coordinate representation of color #AA4A87: hue angle of 321.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A87 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 135 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.33 |
| HSL | 321.88º | 0.39% | 0.48% | - |
| HSV(B) | 321.88º | 0.56% | 0.67% | - |
| XYZ | 23.4 | 15.19 | 24.62 | - |
| YUV | 109.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 135 | 0 | 0.56 | 0.21 | 0.33 | 321.88 | 0.39 | 0.48 |
| Hex | AA | 4A | 87 | 0 | 38 | 15 | 21 | 142 | 27 | 30 |
| Octal | 252 | 112 | 207 | 0 | 70 | 25 | 41 | 502 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10000111 | 0 | 111000 | 10101 | 100001 | 101000010 | 100111 | 110000 |
Color Harmonies of #AA4A87
Complementary color
Monochromatic Colors of #AA4A87
Black with #AA4A87
Text Example
Text Example
White with #AA4A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A87; }
p { color: rgb(170,74,135); }
H1.HeaderClassName
{
color: #AA4A87;
}
.AnyTagClassName
{
color: #AA4A87;
}
</style>
background-color css
<style>
a { background-color: #AA4A87; }
a { background-color: rgb(170,74,135); }
div.DivClassName
{
background-color: #AA4A87;
}
.BgClassName
{
background-color: #AA4A87;
}
</style>
border-color css
<style>
span { border-color: #AA4A87; }
span { border-color: rgb(170,74,135); }
td.TdClassName
{
border-color: #AA4A87;
}
.TagClassName
{
border-color: #AA4A87;
}
</style>