Shades of Medium Red Violet #AA219C
Tints of Medium Red Violet #AA219C
RGB
CMYK
RGB Variations
Color information
#AA219C (or 0xAA219C) is known color: Medium Red Violet. HEX triplet: AA, 21 and 9C. RGB value is (170,33,156). Sum of RGB (Red+Green+Blue) = 170+33+156=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA219C is #55DE63. Grayscale: #575757. Windows color (decimal): -5627492 or 10232234. OLE color: 10232234.
HSL color Cylindrical-coordinate representation of color #AA219C: hue angle of 306.13º 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 #AA219C is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 156 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.33 |
| HSL | 306.13º | 0.67% | 0.4% | - |
| HSV(B) | 306.13º | 0.81% | 0.67% | - |
| XYZ | 23.12 | 12.03 | 32.56 | - |
| YUV | 87.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 156 | 0 | 0.81 | 0.08 | 0.33 | 306.13 | 0.67 | 0.4 |
| Hex | AA | 21 | 9C | 0 | 51 | 8 | 21 | 132 | 43 | 28 |
| Octal | 252 | 41 | 234 | 0 | 121 | 10 | 41 | 462 | 103 | 50 |
| Binary | 10101010 | 100001 | 10011100 | 0 | 1010001 | 1000 | 100001 | 100110010 | 1000011 | 101000 |
Color Harmonies of #AA219C
Complementary color
Monochromatic Colors of #AA219C
Black with #AA219C
Text Example
Text Example
White with #AA219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA219C; }
p { color: rgb(170,33,156); }
H1.HeaderClassName
{
color: #AA219C;
}
.AnyTagClassName
{
color: #AA219C;
}
</style>
background-color css
<style>
a { background-color: #AA219C; }
a { background-color: rgb(170,33,156); }
div.DivClassName
{
background-color: #AA219C;
}
.BgClassName
{
background-color: #AA219C;
}
</style>
border-color css
<style>
span { border-color: #AA219C; }
span { border-color: rgb(170,33,156); }
td.TdClassName
{
border-color: #AA219C;
}
.TagClassName
{
border-color: #AA219C;
}
</style>