Shades of Medium Red Violet #AA37A0
Tints of Medium Red Violet #AA37A0
RGB
CMYK
RGB Variations
Color information
#AA37A0 (or 0xAA37A0) is known color: Medium Red Violet. HEX triplet: AA, 37 and A0. RGB value is (170,55,160). Sum of RGB (Red+Green+Blue) = 170+55+160=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA37A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA37A0 is #55C85F. Grayscale: #656565. Windows color (decimal): -5621856 or 10500010. OLE color: 10500010.
HSL color Cylindrical-coordinate representation of color #AA37A0: hue angle of 305.22º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA37A0 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 160 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.33 |
| HSL | 305.22º | 0.51% | 0.44% | - |
| HSV(B) | 305.22º | 0.68% | 0.67% | - |
| XYZ | 24.29 | 13.82 | 34.64 | - |
| YUV | 101.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 160 | 0 | 0.68 | 0.06 | 0.33 | 305.22 | 0.51 | 0.44 |
| Hex | AA | 37 | A0 | 0 | 44 | 6 | 21 | 131 | 33 | 2C |
| Octal | 252 | 67 | 240 | 0 | 104 | 6 | 41 | 461 | 63 | 54 |
| Binary | 10101010 | 110111 | 10100000 | 0 | 1000100 | 110 | 100001 | 100110001 | 110011 | 101100 |
Color Harmonies of #AA37A0
Complementary color
Monochromatic Colors of #AA37A0
Black with #AA37A0
Text Example
Text Example
White with #AA37A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA37A0; }
p { color: rgb(170,55,160); }
H1.HeaderClassName
{
color: #AA37A0;
}
.AnyTagClassName
{
color: #AA37A0;
}
</style>
background-color css
<style>
a { background-color: #AA37A0; }
a { background-color: rgb(170,55,160); }
div.DivClassName
{
background-color: #AA37A0;
}
.BgClassName
{
background-color: #AA37A0;
}
</style>
border-color css
<style>
span { border-color: #AA37A0; }
span { border-color: rgb(170,55,160); }
td.TdClassName
{
border-color: #AA37A0;
}
.TagClassName
{
border-color: #AA37A0;
}
</style>