Shades of Medium Violet Red #AA1796
Tints of Medium Violet Red #AA1796
RGB
CMYK
RGB Variations
Color information
#AA1796 (or 0xAA1796) is known color: Medium Violet Red. HEX triplet: AA, 17 and 96. RGB value is (170,23,150). Sum of RGB (Red+Green+Blue) = 170+23+150=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1796 is #55E869. Grayscale: #515151. Windows color (decimal): -5630058 or 9836458. OLE color: 9836458.
HSL color Cylindrical-coordinate representation of color #AA1796: hue angle of 308.16º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1796 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 150 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.33 |
| HSL | 308.16º | 0.76% | 0.38% | - |
| HSV(B) | 308.16º | 0.86% | 0.67% | - |
| XYZ | 22.39 | 11.36 | 29.87 | - |
| YUV | 81.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 150 | 0 | 0.86 | 0.12 | 0.33 | 308.16 | 0.76 | 0.38 |
| Hex | AA | 17 | 96 | 0 | 56 | C | 21 | 134 | 4C | 26 |
| Octal | 252 | 27 | 226 | 0 | 126 | 14 | 41 | 464 | 114 | 46 |
| Binary | 10101010 | 10111 | 10010110 | 0 | 1010110 | 1100 | 100001 | 100110100 | 1001100 | 100110 |
Color Harmonies of #AA1796
Complementary color
Monochromatic Colors of #AA1796
Black with #AA1796
Text Example
Text Example
White with #AA1796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1796; }
p { color: rgb(170,23,150); }
H1.HeaderClassName
{
color: #AA1796;
}
.AnyTagClassName
{
color: #AA1796;
}
</style>
background-color css
<style>
a { background-color: #AA1796; }
a { background-color: rgb(170,23,150); }
div.DivClassName
{
background-color: #AA1796;
}
.BgClassName
{
background-color: #AA1796;
}
</style>
border-color css
<style>
span { border-color: #AA1796; }
span { border-color: rgb(170,23,150); }
td.TdClassName
{
border-color: #AA1796;
}
.TagClassName
{
border-color: #AA1796;
}
</style>