Shades of Medium Red Violet #AA3887
Tints of Medium Red Violet #AA3887
RGB
CMYK
RGB Variations
Color information
#AA3887 (or 0xAA3887) is known color: Medium Red Violet. HEX triplet: AA, 38 and 87. RGB value is (170,56,135). Sum of RGB (Red+Green+Blue) = 170+56+135=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3887 is #55C778. Grayscale: #626262. Windows color (decimal): -5621625 or 8861866. OLE color: 8861866.
HSL color Cylindrical-coordinate representation of color #AA3887: hue angle of 318.42º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3887 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 135 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.33 |
| HSL | 318.42º | 0.5% | 0.44% | - |
| HSV(B) | 318.42º | 0.67% | 0.67% | - |
| XYZ | 22.36 | 13.12 | 24.28 | - |
| YUV | 99.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 135 | 0 | 0.67 | 0.21 | 0.33 | 318.42 | 0.5 | 0.44 |
| Hex | AA | 38 | 87 | 0 | 43 | 15 | 21 | 13E | 32 | 2C |
| Octal | 252 | 70 | 207 | 0 | 103 | 25 | 41 | 476 | 62 | 54 |
| Binary | 10101010 | 111000 | 10000111 | 0 | 1000011 | 10101 | 100001 | 100111110 | 110010 | 101100 |
Color Harmonies of #AA3887
Complementary color
Monochromatic Colors of #AA3887
Black with #AA3887
Text Example
Text Example
White with #AA3887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3887; }
p { color: rgb(170,56,135); }
H1.HeaderClassName
{
color: #AA3887;
}
.AnyTagClassName
{
color: #AA3887;
}
</style>
background-color css
<style>
a { background-color: #AA3887; }
a { background-color: rgb(170,56,135); }
div.DivClassName
{
background-color: #AA3887;
}
.BgClassName
{
background-color: #AA3887;
}
</style>
border-color css
<style>
span { border-color: #AA3887; }
span { border-color: rgb(170,56,135); }
td.TdClassName
{
border-color: #AA3887;
}
.TagClassName
{
border-color: #AA3887;
}
</style>