Shades of Medium Red Violet #AA3696
Tints of Medium Red Violet #AA3696
RGB
CMYK
RGB Variations
Color information
#AA3696 (or 0xAA3696) is known color: Medium Red Violet. HEX triplet: AA, 36 and 96. RGB value is (170,54,150). Sum of RGB (Red+Green+Blue) = 170+54+150=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3696 is #55C969. Grayscale: #636363. Windows color (decimal): -5622122 or 9844394. OLE color: 9844394.
HSL color Cylindrical-coordinate representation of color #AA3696: hue angle of 310.34º degrees, saturation: 0.52, 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 #AA3696 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 150 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.33 |
| HSL | 310.34º | 0.52% | 0.44% | - |
| HSV(B) | 310.34º | 0.68% | 0.67% | - |
| XYZ | 23.4 | 13.39 | 30.2 | - |
| YUV | 99.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 150 | 0 | 0.68 | 0.12 | 0.33 | 310.34 | 0.52 | 0.44 |
| Hex | AA | 36 | 96 | 0 | 44 | C | 21 | 136 | 34 | 2C |
| Octal | 252 | 66 | 226 | 0 | 104 | 14 | 41 | 466 | 64 | 54 |
| Binary | 10101010 | 110110 | 10010110 | 0 | 1000100 | 1100 | 100001 | 100110110 | 110100 | 101100 |
Color Harmonies of #AA3696
Complementary color
Monochromatic Colors of #AA3696
Black with #AA3696
Text Example
Text Example
White with #AA3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3696; }
p { color: rgb(170,54,150); }
H1.HeaderClassName
{
color: #AA3696;
}
.AnyTagClassName
{
color: #AA3696;
}
</style>
background-color css
<style>
a { background-color: #AA3696; }
a { background-color: rgb(170,54,150); }
div.DivClassName
{
background-color: #AA3696;
}
.BgClassName
{
background-color: #AA3696;
}
</style>
border-color css
<style>
span { border-color: #AA3696; }
span { border-color: rgb(170,54,150); }
td.TdClassName
{
border-color: #AA3696;
}
.TagClassName
{
border-color: #AA3696;
}
</style>