Shades of Medium Violet Red #AA0787
Tints of Medium Violet Red #AA0787
RGB
CMYK
RGB Variations
Color information
#AA0787 (or 0xAA0787) is known color: Medium Violet Red. HEX triplet: AA, 07 and 87. RGB value is (170,7,135). Sum of RGB (Red+Green+Blue) = 170+7+135=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0787 is #55F878. Grayscale: #454545. Windows color (decimal): -5634169 or 8849322. OLE color: 8849322.
HSL color Cylindrical-coordinate representation of color #AA0787: hue angle of 312.88º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0787 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 135 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.33 |
| HSL | 312.88º | 0.92% | 0.35% | - |
| HSV(B) | 312.88º | 0.96% | 0.67% | - |
| XYZ | 21.03 | 10.45 | 23.83 | - |
| YUV | 70.33 | 164.5 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 135 | 0 | 0.96 | 0.21 | 0.33 | 312.88 | 0.92 | 0.35 |
| Hex | AA | 7 | 87 | 0 | 60 | 15 | 21 | 139 | 5C | 23 |
| Octal | 252 | 7 | 207 | 0 | 140 | 25 | 41 | 471 | 134 | 43 |
| Binary | 10101010 | 111 | 10000111 | 0 | 1100000 | 10101 | 100001 | 100111001 | 1011100 | 100011 |
Color Harmonies of #AA0787
Complementary color
Monochromatic Colors of #AA0787
Black with #AA0787
Text Example
Text Example
White with #AA0787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0787; }
p { color: rgb(170,7,135); }
H1.HeaderClassName
{
color: #AA0787;
}
.AnyTagClassName
{
color: #AA0787;
}
</style>
background-color css
<style>
a { background-color: #AA0787; }
a { background-color: rgb(170,7,135); }
div.DivClassName
{
background-color: #AA0787;
}
.BgClassName
{
background-color: #AA0787;
}
</style>
border-color css
<style>
span { border-color: #AA0787; }
span { border-color: rgb(170,7,135); }
td.TdClassName
{
border-color: #AA0787;
}
.TagClassName
{
border-color: #AA0787;
}
</style>