Shades of Medium Red Violet #AA3595
Tints of Medium Red Violet #AA3595
RGB
CMYK
RGB Variations
Color information
#AA3595 (or 0xAA3595) is known color: Medium Red Violet. HEX triplet: AA, 35 and 95. RGB value is (170,53,149). Sum of RGB (Red+Green+Blue) = 170+53+149=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3595 is #55CA6A. Grayscale: #626262. Windows color (decimal): -5622379 or 9778602. OLE color: 9778602.
HSL color Cylindrical-coordinate representation of color #AA3595: hue angle of 310.77º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3595 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 149 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.33 |
| HSL | 310.77º | 0.52% | 0.44% | - |
| HSV(B) | 310.77º | 0.69% | 0.67% | - |
| XYZ | 23.28 | 13.26 | 29.77 | - |
| YUV | 98.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 149 | 0 | 0.69 | 0.12 | 0.33 | 310.77 | 0.52 | 0.44 |
| Hex | AA | 35 | 95 | 0 | 45 | C | 21 | 137 | 34 | 2C |
| Octal | 252 | 65 | 225 | 0 | 105 | 14 | 41 | 467 | 64 | 54 |
| Binary | 10101010 | 110101 | 10010101 | 0 | 1000101 | 1100 | 100001 | 100110111 | 110100 | 101100 |
Color Harmonies of #AA3595
Complementary color
Monochromatic Colors of #AA3595
Black with #AA3595
Text Example
Text Example
White with #AA3595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3595; }
p { color: rgb(170,53,149); }
H1.HeaderClassName
{
color: #AA3595;
}
.AnyTagClassName
{
color: #AA3595;
}
</style>
background-color css
<style>
a { background-color: #AA3595; }
a { background-color: rgb(170,53,149); }
div.DivClassName
{
background-color: #AA3595;
}
.BgClassName
{
background-color: #AA3595;
}
</style>
border-color css
<style>
span { border-color: #AA3595; }
span { border-color: rgb(170,53,149); }
td.TdClassName
{
border-color: #AA3595;
}
.TagClassName
{
border-color: #AA3595;
}
</style>