Shades of Medium Red Violet #AA2196
Tints of Medium Red Violet #AA2196
RGB
CMYK
RGB Variations
Color information
#AA2196 (or 0xAA2196) is known color: Medium Red Violet. HEX triplet: AA, 21 and 96. RGB value is (170,33,150). Sum of RGB (Red+Green+Blue) = 170+33+150=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2196 is #55DE69. Grayscale: #565656. Windows color (decimal): -5627498 or 9839018. OLE color: 9839018.
HSL color Cylindrical-coordinate representation of color #AA2196: hue angle of 308.76º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2196 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 150 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.33 |
| HSL | 308.76º | 0.67% | 0.4% | - |
| HSV(B) | 308.76º | 0.81% | 0.67% | - |
| XYZ | 22.63 | 11.84 | 29.95 | - |
| YUV | 87.3 | 163.39 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 150 | 0 | 0.81 | 0.12 | 0.33 | 308.76 | 0.67 | 0.4 |
| Hex | AA | 21 | 96 | 0 | 51 | C | 21 | 135 | 43 | 28 |
| Octal | 252 | 41 | 226 | 0 | 121 | 14 | 41 | 465 | 103 | 50 |
| Binary | 10101010 | 100001 | 10010110 | 0 | 1010001 | 1100 | 100001 | 100110101 | 1000011 | 101000 |
Color Harmonies of #AA2196
Complementary color
Monochromatic Colors of #AA2196
Black with #AA2196
Text Example
Text Example
White with #AA2196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2196; }
p { color: rgb(170,33,150); }
H1.HeaderClassName
{
color: #AA2196;
}
.AnyTagClassName
{
color: #AA2196;
}
</style>
background-color css
<style>
a { background-color: #AA2196; }
a { background-color: rgb(170,33,150); }
div.DivClassName
{
background-color: #AA2196;
}
.BgClassName
{
background-color: #AA2196;
}
</style>
border-color css
<style>
span { border-color: #AA2196; }
span { border-color: rgb(170,33,150); }
td.TdClassName
{
border-color: #AA2196;
}
.TagClassName
{
border-color: #AA2196;
}
</style>