Shades of Medium Red Violet #AA3A97
Tints of Medium Red Violet #AA3A97
RGB
CMYK
RGB Variations
Color information
#AA3A97 (or 0xAA3A97) is known color: Medium Red Violet. HEX triplet: AA, 3A and 97. RGB value is (170,58,151). Sum of RGB (Red+Green+Blue) = 170+58+151=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A97 is #55C568. Grayscale: #656565. Windows color (decimal): -5621097 or 9910954. OLE color: 9910954.
HSL color Cylindrical-coordinate representation of color #AA3A97: hue angle of 310.18º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A97 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 151 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.33 |
| HSL | 310.18º | 0.49% | 0.45% | - |
| HSV(B) | 310.18º | 0.66% | 0.67% | - |
| XYZ | 23.68 | 13.81 | 30.7 | - |
| YUV | 102.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 151 | 0 | 0.66 | 0.11 | 0.33 | 310.18 | 0.49 | 0.45 |
| Hex | AA | 3A | 97 | 0 | 42 | B | 21 | 136 | 31 | 2D |
| Octal | 252 | 72 | 227 | 0 | 102 | 13 | 41 | 466 | 61 | 55 |
| Binary | 10101010 | 111010 | 10010111 | 0 | 1000010 | 1011 | 100001 | 100110110 | 110001 | 101101 |
Color Harmonies of #AA3A97
Complementary color
Monochromatic Colors of #AA3A97
Black with #AA3A97
Text Example
Text Example
White with #AA3A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A97; }
p { color: rgb(170,58,151); }
H1.HeaderClassName
{
color: #AA3A97;
}
.AnyTagClassName
{
color: #AA3A97;
}
</style>
background-color css
<style>
a { background-color: #AA3A97; }
a { background-color: rgb(170,58,151); }
div.DivClassName
{
background-color: #AA3A97;
}
.BgClassName
{
background-color: #AA3A97;
}
</style>
border-color css
<style>
span { border-color: #AA3A97; }
span { border-color: rgb(170,58,151); }
td.TdClassName
{
border-color: #AA3A97;
}
.TagClassName
{
border-color: #AA3A97;
}
</style>