Shades of Medium Red Violet #AA2A87
Tints of Medium Red Violet #AA2A87
RGB
CMYK
RGB Variations
Color information
#AA2A87 (or 0xAA2A87) is known color: Medium Red Violet. HEX triplet: AA, 2A and 87. RGB value is (170,42,135). Sum of RGB (Red+Green+Blue) = 170+42+135=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2A87 is #55D578. Grayscale: #5A5A5A. Windows color (decimal): -5625209 or 8858282. OLE color: 8858282.
HSL color Cylindrical-coordinate representation of color #AA2A87: hue angle of 316.41º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2A87 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 42 | 135 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.33 |
| HSL | 316.41º | 0.6% | 0.42% | - |
| HSV(B) | 316.41º | 0.75% | 0.67% | - |
| XYZ | 21.78 | 11.95 | 24.08 | - |
| YUV | 90.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 135 | 0 | 0.75 | 0.21 | 0.33 | 316.41 | 0.6 | 0.42 |
| Hex | AA | 2A | 87 | 0 | 4B | 15 | 21 | 13C | 3C | 2A |
| Octal | 252 | 52 | 207 | 0 | 113 | 25 | 41 | 474 | 74 | 52 |
| Binary | 10101010 | 101010 | 10000111 | 0 | 1001011 | 10101 | 100001 | 100111100 | 111100 | 101010 |
Color Harmonies of #AA2A87
Complementary color
Monochromatic Colors of #AA2A87
Black with #AA2A87
Text Example
Text Example
White with #AA2A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2A87; }
p { color: rgb(170,42,135); }
H1.HeaderClassName
{
color: #AA2A87;
}
.AnyTagClassName
{
color: #AA2A87;
}
</style>
background-color css
<style>
a { background-color: #AA2A87; }
a { background-color: rgb(170,42,135); }
div.DivClassName
{
background-color: #AA2A87;
}
.BgClassName
{
background-color: #AA2A87;
}
</style>
border-color css
<style>
span { border-color: #AA2A87; }
span { border-color: rgb(170,42,135); }
td.TdClassName
{
border-color: #AA2A87;
}
.TagClassName
{
border-color: #AA2A87;
}
</style>