Shades of Medium Red Violet #AA29A1
Tints of Medium Red Violet #AA29A1
RGB
CMYK
RGB Variations
Color information
#AA29A1 (or 0xAA29A1) is known color: Medium Red Violet. HEX triplet: AA, 29 and A1. RGB value is (170,41,161). Sum of RGB (Red+Green+Blue) = 170+41+161=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA29A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA29A1 is #55D65E. Grayscale: #5C5C5C. Windows color (decimal): -5625439 or 10561962. OLE color: 10561962.
HSL color Cylindrical-coordinate representation of color #AA29A1: hue angle of 304.19º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA29A1 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 161 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.33 |
| HSL | 304.19º | 0.61% | 0.41% | - |
| HSV(B) | 304.19º | 0.76% | 0.67% | - |
| XYZ | 23.8 | 12.71 | 34.92 | - |
| YUV | 93.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 161 | 0 | 0.76 | 0.05 | 0.33 | 304.19 | 0.61 | 0.41 |
| Hex | AA | 29 | A1 | 0 | 4C | 5 | 21 | 130 | 3D | 29 |
| Octal | 252 | 51 | 241 | 0 | 114 | 5 | 41 | 460 | 75 | 51 |
| Binary | 10101010 | 101001 | 10100001 | 0 | 1001100 | 101 | 100001 | 100110000 | 111101 | 101001 |
Color Harmonies of #AA29A1
Complementary color
Monochromatic Colors of #AA29A1
Black with #AA29A1
Text Example
Text Example
White with #AA29A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA29A1; }
p { color: rgb(170,41,161); }
H1.HeaderClassName
{
color: #AA29A1;
}
.AnyTagClassName
{
color: #AA29A1;
}
</style>
background-color css
<style>
a { background-color: #AA29A1; }
a { background-color: rgb(170,41,161); }
div.DivClassName
{
background-color: #AA29A1;
}
.BgClassName
{
background-color: #AA29A1;
}
</style>
border-color css
<style>
span { border-color: #AA29A1; }
span { border-color: rgb(170,41,161); }
td.TdClassName
{
border-color: #AA29A1;
}
.TagClassName
{
border-color: #AA29A1;
}
</style>