Shades of Medium Violet Red #AA0887
Tints of Medium Violet Red #AA0887
RGB
CMYK
RGB Variations
Color information
#AA0887 (or 0xAA0887) is known color: Medium Violet Red. HEX triplet: AA, 08 and 87. RGB value is (170,8,135). Sum of RGB (Red+Green+Blue) = 170+8+135=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0887 is #55F778. Grayscale: #464646. Windows color (decimal): -5633913 or 8849578. OLE color: 8849578.
HSL color Cylindrical-coordinate representation of color #AA0887: hue angle of 312.96º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0887 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 135 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.33 |
| HSL | 312.96º | 0.91% | 0.35% | - |
| HSV(B) | 312.96º | 0.95% | 0.67% | - |
| XYZ | 21.04 | 10.47 | 23.83 | - |
| YUV | 70.92 | 164.17 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 135 | 0 | 0.95 | 0.21 | 0.33 | 312.96 | 0.91 | 0.35 |
| Hex | AA | 8 | 87 | 0 | 5F | 15 | 21 | 139 | 5B | 23 |
| Octal | 252 | 10 | 207 | 0 | 137 | 25 | 41 | 471 | 133 | 43 |
| Binary | 10101010 | 1000 | 10000111 | 0 | 1011111 | 10101 | 100001 | 100111001 | 1011011 | 100011 |
Color Harmonies of #AA0887
Complementary color
Monochromatic Colors of #AA0887
Black with #AA0887
Text Example
Text Example
White with #AA0887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0887; }
p { color: rgb(170,8,135); }
H1.HeaderClassName
{
color: #AA0887;
}
.AnyTagClassName
{
color: #AA0887;
}
</style>
background-color css
<style>
a { background-color: #AA0887; }
a { background-color: rgb(170,8,135); }
div.DivClassName
{
background-color: #AA0887;
}
.BgClassName
{
background-color: #AA0887;
}
</style>
border-color css
<style>
span { border-color: #AA0887; }
span { border-color: rgb(170,8,135); }
td.TdClassName
{
border-color: #AA0887;
}
.TagClassName
{
border-color: #AA0887;
}
</style>