Shades of Medium Red Violet #AA3C97
Tints of Medium Red Violet #AA3C97
RGB
CMYK
RGB Variations
Color information
#AA3C97 (or 0xAA3C97) is known color: Medium Red Violet. HEX triplet: AA, 3C and 97. RGB value is (170,60,151). Sum of RGB (Red+Green+Blue) = 170+60+151=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3C97 is #55C368. Grayscale: #676767. Windows color (decimal): -5620585 or 9911466. OLE color: 9911466.
HSL color Cylindrical-coordinate representation of color #AA3C97: hue angle of 310.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C97 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 151 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.33 |
| HSL | 310.36º | 0.48% | 0.45% | - |
| HSV(B) | 310.36º | 0.65% | 0.67% | - |
| XYZ | 23.78 | 14.01 | 30.73 | - |
| YUV | 103.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 151 | 0 | 0.65 | 0.11 | 0.33 | 310.36 | 0.48 | 0.45 |
| Hex | AA | 3C | 97 | 0 | 41 | B | 21 | 136 | 30 | 2D |
| Octal | 252 | 74 | 227 | 0 | 101 | 13 | 41 | 466 | 60 | 55 |
| Binary | 10101010 | 111100 | 10010111 | 0 | 1000001 | 1011 | 100001 | 100110110 | 110000 | 101101 |
Color Harmonies of #AA3C97
Complementary color
Monochromatic Colors of #AA3C97
Black with #AA3C97
Text Example
Text Example
White with #AA3C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C97; }
p { color: rgb(170,60,151); }
H1.HeaderClassName
{
color: #AA3C97;
}
.AnyTagClassName
{
color: #AA3C97;
}
</style>
background-color css
<style>
a { background-color: #AA3C97; }
a { background-color: rgb(170,60,151); }
div.DivClassName
{
background-color: #AA3C97;
}
.BgClassName
{
background-color: #AA3C97;
}
</style>
border-color css
<style>
span { border-color: #AA3C97; }
span { border-color: rgb(170,60,151); }
td.TdClassName
{
border-color: #AA3C97;
}
.TagClassName
{
border-color: #AA3C97;
}
</style>