Shades of Medium Red Violet #AA219B
Tints of Medium Red Violet #AA219B
RGB
CMYK
RGB Variations
Color information
#AA219B (or 0xAA219B) is known color: Medium Red Violet. HEX triplet: AA, 21 and 9B. RGB value is (170,33,155). Sum of RGB (Red+Green+Blue) = 170+33+155=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA219B is #55DE64. Grayscale: #575757. Windows color (decimal): -5627493 or 10166698. OLE color: 10166698.
HSL color Cylindrical-coordinate representation of color #AA219B: hue angle of 306.57º 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 #AA219B is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 155 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.33 |
| HSL | 306.57º | 0.67% | 0.4% | - |
| HSV(B) | 306.57º | 0.81% | 0.67% | - |
| XYZ | 23.04 | 12 | 32.11 | - |
| YUV | 87.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 155 | 0 | 0.81 | 0.09 | 0.33 | 306.57 | 0.67 | 0.4 |
| Hex | AA | 21 | 9B | 0 | 51 | 9 | 21 | 133 | 43 | 28 |
| Octal | 252 | 41 | 233 | 0 | 121 | 11 | 41 | 463 | 103 | 50 |
| Binary | 10101010 | 100001 | 10011011 | 0 | 1010001 | 1001 | 100001 | 100110011 | 1000011 | 101000 |
Color Harmonies of #AA219B
Complementary color
Monochromatic Colors of #AA219B
Black with #AA219B
Text Example
Text Example
White with #AA219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA219B; }
p { color: rgb(170,33,155); }
H1.HeaderClassName
{
color: #AA219B;
}
.AnyTagClassName
{
color: #AA219B;
}
</style>
background-color css
<style>
a { background-color: #AA219B; }
a { background-color: rgb(170,33,155); }
div.DivClassName
{
background-color: #AA219B;
}
.BgClassName
{
background-color: #AA219B;
}
</style>
border-color css
<style>
span { border-color: #AA219B; }
span { border-color: rgb(170,33,155); }
td.TdClassName
{
border-color: #AA219B;
}
.TagClassName
{
border-color: #AA219B;
}
</style>