Shades of Medium Violet Red #AA1996
Tints of Medium Violet Red #AA1996
RGB
CMYK
RGB Variations
Color information
#AA1996 (or 0xAA1996) is known color: Medium Violet Red. HEX triplet: AA, 19 and 96. RGB value is (170,25,150). Sum of RGB (Red+Green+Blue) = 170+25+150=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1996 is #55E669. Grayscale: #525252. Windows color (decimal): -5629546 or 9836970. OLE color: 9836970.
HSL color Cylindrical-coordinate representation of color #AA1996: hue angle of 308.28º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1996 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 150 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.33 |
| HSL | 308.28º | 0.74% | 0.38% | - |
| HSV(B) | 308.28º | 0.85% | 0.67% | - |
| XYZ | 22.43 | 11.44 | 29.88 | - |
| YUV | 82.61 | 166.04 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 150 | 0 | 0.85 | 0.12 | 0.33 | 308.28 | 0.74 | 0.38 |
| Hex | AA | 19 | 96 | 0 | 55 | C | 21 | 134 | 4A | 26 |
| Octal | 252 | 31 | 226 | 0 | 125 | 14 | 41 | 464 | 112 | 46 |
| Binary | 10101010 | 11001 | 10010110 | 0 | 1010101 | 1100 | 100001 | 100110100 | 1001010 | 100110 |
Color Harmonies of #AA1996
Complementary color
Monochromatic Colors of #AA1996
Black with #AA1996
Text Example
Text Example
White with #AA1996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1996; }
p { color: rgb(170,25,150); }
H1.HeaderClassName
{
color: #AA1996;
}
.AnyTagClassName
{
color: #AA1996;
}
</style>
background-color css
<style>
a { background-color: #AA1996; }
a { background-color: rgb(170,25,150); }
div.DivClassName
{
background-color: #AA1996;
}
.BgClassName
{
background-color: #AA1996;
}
</style>
border-color css
<style>
span { border-color: #AA1996; }
span { border-color: rgb(170,25,150); }
td.TdClassName
{
border-color: #AA1996;
}
.TagClassName
{
border-color: #AA1996;
}
</style>