Shades of Medium Red Violet #AA2193
Tints of Medium Red Violet #AA2193
RGB
CMYK
RGB Variations
Color information
#AA2193 (or 0xAA2193) is known color: Medium Red Violet. HEX triplet: AA, 21 and 93. RGB value is (170,33,147). Sum of RGB (Red+Green+Blue) = 170+33+147=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2193 is #55DE6C. Grayscale: #565656. Windows color (decimal): -5627501 or 9642410. OLE color: 9642410.
HSL color Cylindrical-coordinate representation of color #AA2193: hue angle of 310.07º 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 #AA2193 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 147 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.33 |
| HSL | 310.07º | 0.67% | 0.4% | - |
| HSV(B) | 310.07º | 0.81% | 0.67% | - |
| XYZ | 22.39 | 11.74 | 28.69 | - |
| YUV | 86.96 | 161.89 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 147 | 0 | 0.81 | 0.14 | 0.33 | 310.07 | 0.67 | 0.4 |
| Hex | AA | 21 | 93 | 0 | 51 | E | 21 | 136 | 43 | 28 |
| Octal | 252 | 41 | 223 | 0 | 121 | 16 | 41 | 466 | 103 | 50 |
| Binary | 10101010 | 100001 | 10010011 | 0 | 1010001 | 1110 | 100001 | 100110110 | 1000011 | 101000 |
Color Harmonies of #AA2193
Complementary color
Monochromatic Colors of #AA2193
Black with #AA2193
Text Example
Text Example
White with #AA2193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2193; }
p { color: rgb(170,33,147); }
H1.HeaderClassName
{
color: #AA2193;
}
.AnyTagClassName
{
color: #AA2193;
}
</style>
background-color css
<style>
a { background-color: #AA2193; }
a { background-color: rgb(170,33,147); }
div.DivClassName
{
background-color: #AA2193;
}
.BgClassName
{
background-color: #AA2193;
}
</style>
border-color css
<style>
span { border-color: #AA2193; }
span { border-color: rgb(170,33,147); }
td.TdClassName
{
border-color: #AA2193;
}
.TagClassName
{
border-color: #AA2193;
}
</style>