Shades of Medium Red Violet #AA3995
Tints of Medium Red Violet #AA3995
RGB
CMYK
RGB Variations
Color information
#AA3995 (or 0xAA3995) is known color: Medium Red Violet. HEX triplet: AA, 39 and 95. RGB value is (170,57,149). Sum of RGB (Red+Green+Blue) = 170+57+149=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3995 is #55C66A. Grayscale: #656565. Windows color (decimal): -5621355 or 9779626. OLE color: 9779626.
HSL color Cylindrical-coordinate representation of color #AA3995: hue angle of 311.15º degrees, saturation: 0.5, 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 #AA3995 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 149 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.33 |
| HSL | 311.15º | 0.5% | 0.45% | - |
| HSV(B) | 311.15º | 0.66% | 0.67% | - |
| XYZ | 23.47 | 13.64 | 29.83 | - |
| YUV | 101.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 149 | 0 | 0.66 | 0.12 | 0.33 | 311.15 | 0.5 | 0.45 |
| Hex | AA | 39 | 95 | 0 | 42 | C | 21 | 137 | 32 | 2D |
| Octal | 252 | 71 | 225 | 0 | 102 | 14 | 41 | 467 | 62 | 55 |
| Binary | 10101010 | 111001 | 10010101 | 0 | 1000010 | 1100 | 100001 | 100110111 | 110010 | 101101 |
Color Harmonies of #AA3995
Complementary color
Monochromatic Colors of #AA3995
Black with #AA3995
Text Example
Text Example
White with #AA3995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3995; }
p { color: rgb(170,57,149); }
H1.HeaderClassName
{
color: #AA3995;
}
.AnyTagClassName
{
color: #AA3995;
}
</style>
background-color css
<style>
a { background-color: #AA3995; }
a { background-color: rgb(170,57,149); }
div.DivClassName
{
background-color: #AA3995;
}
.BgClassName
{
background-color: #AA3995;
}
</style>
border-color css
<style>
span { border-color: #AA3995; }
span { border-color: rgb(170,57,149); }
td.TdClassName
{
border-color: #AA3995;
}
.TagClassName
{
border-color: #AA3995;
}
</style>