Shades of Medium Red Violet #AA3296
Tints of Medium Red Violet #AA3296
RGB
CMYK
RGB Variations
Color information
#AA3296 (or 0xAA3296) is known color: Medium Red Violet. HEX triplet: AA, 32 and 96. RGB value is (170,50,150). Sum of RGB (Red+Green+Blue) = 170+50+150=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3296 is #55CD69. Grayscale: #616161. Windows color (decimal): -5623146 or 9843370. OLE color: 9843370.
HSL color Cylindrical-coordinate representation of color #AA3296: hue angle of 310º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3296 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 150 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.33 |
| HSL | 310º | 0.55% | 0.43% | - |
| HSV(B) | 310º | 0.71% | 0.67% | - |
| XYZ | 23.22 | 13.03 | 30.15 | - |
| YUV | 97.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 150 | 0 | 0.71 | 0.12 | 0.33 | 310 | 0.55 | 0.43 |
| Hex | AA | 32 | 96 | 0 | 47 | C | 21 | 136 | 37 | 2B |
| Octal | 252 | 62 | 226 | 0 | 107 | 14 | 41 | 466 | 67 | 53 |
| Binary | 10101010 | 110010 | 10010110 | 0 | 1000111 | 1100 | 100001 | 100110110 | 110111 | 101011 |
Color Harmonies of #AA3296
Complementary color
Monochromatic Colors of #AA3296
Black with #AA3296
Text Example
Text Example
White with #AA3296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3296; }
p { color: rgb(170,50,150); }
H1.HeaderClassName
{
color: #AA3296;
}
.AnyTagClassName
{
color: #AA3296;
}
</style>
background-color css
<style>
a { background-color: #AA3296; }
a { background-color: rgb(170,50,150); }
div.DivClassName
{
background-color: #AA3296;
}
.BgClassName
{
background-color: #AA3296;
}
</style>
border-color css
<style>
span { border-color: #AA3296; }
span { border-color: rgb(170,50,150); }
td.TdClassName
{
border-color: #AA3296;
}
.TagClassName
{
border-color: #AA3296;
}
</style>