Shades of Medium Red Violet #AA2192
Tints of Medium Red Violet #AA2192
RGB
CMYK
RGB Variations
Color information
#AA2192 (or 0xAA2192) is known color: Medium Red Violet. HEX triplet: AA, 21 and 92. RGB value is (170,33,146). Sum of RGB (Red+Green+Blue) = 170+33+146=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2192 is #55DE6D. Grayscale: #565656. Windows color (decimal): -5627502 or 9576874. OLE color: 9576874.
HSL color Cylindrical-coordinate representation of color #AA2192: hue angle of 310.51º 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 #AA2192 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 146 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.33 |
| HSL | 310.51º | 0.67% | 0.4% | - |
| HSV(B) | 310.51º | 0.81% | 0.67% | - |
| XYZ | 22.31 | 11.71 | 28.28 | - |
| YUV | 86.85 | 161.39 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 146 | 0 | 0.81 | 0.14 | 0.33 | 310.51 | 0.67 | 0.4 |
| Hex | AA | 21 | 92 | 0 | 51 | E | 21 | 137 | 43 | 28 |
| Octal | 252 | 41 | 222 | 0 | 121 | 16 | 41 | 467 | 103 | 50 |
| Binary | 10101010 | 100001 | 10010010 | 0 | 1010001 | 1110 | 100001 | 100110111 | 1000011 | 101000 |
Color Harmonies of #AA2192
Complementary color
Monochromatic Colors of #AA2192
Black with #AA2192
Text Example
Text Example
White with #AA2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2192; }
p { color: rgb(170,33,146); }
H1.HeaderClassName
{
color: #AA2192;
}
.AnyTagClassName
{
color: #AA2192;
}
</style>
background-color css
<style>
a { background-color: #AA2192; }
a { background-color: rgb(170,33,146); }
div.DivClassName
{
background-color: #AA2192;
}
.BgClassName
{
background-color: #AA2192;
}
</style>
border-color css
<style>
span { border-color: #AA2192; }
span { border-color: rgb(170,33,146); }
td.TdClassName
{
border-color: #AA2192;
}
.TagClassName
{
border-color: #AA2192;
}
</style>