Shades of Medium Red Violet #AA329D
Tints of Medium Red Violet #AA329D
RGB
CMYK
RGB Variations
Color information
#AA329D (or 0xAA329D) is known color: Medium Red Violet. HEX triplet: AA, 32 and 9D. RGB value is (170,50,157). Sum of RGB (Red+Green+Blue) = 170+50+157=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA329D is #55CD62. Grayscale: #616161. Windows color (decimal): -5623139 or 10302122. OLE color: 10302122.
HSL color Cylindrical-coordinate representation of color #AA329D: hue angle of 306.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA329D is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 157 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.33 |
| HSL | 306.5º | 0.55% | 0.43% | - |
| HSV(B) | 306.5º | 0.71% | 0.67% | - |
| XYZ | 23.8 | 13.26 | 33.2 | - |
| YUV | 98.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 157 | 0 | 0.71 | 0.08 | 0.33 | 306.5 | 0.55 | 0.43 |
| Hex | AA | 32 | 9D | 0 | 47 | 8 | 21 | 132 | 37 | 2B |
| Octal | 252 | 62 | 235 | 0 | 107 | 10 | 41 | 462 | 67 | 53 |
| Binary | 10101010 | 110010 | 10011101 | 0 | 1000111 | 1000 | 100001 | 100110010 | 110111 | 101011 |
Color Harmonies of #AA329D
Complementary color
Monochromatic Colors of #AA329D
Black with #AA329D
Text Example
Text Example
White with #AA329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA329D; }
p { color: rgb(170,50,157); }
H1.HeaderClassName
{
color: #AA329D;
}
.AnyTagClassName
{
color: #AA329D;
}
</style>
background-color css
<style>
a { background-color: #AA329D; }
a { background-color: rgb(170,50,157); }
div.DivClassName
{
background-color: #AA329D;
}
.BgClassName
{
background-color: #AA329D;
}
</style>
border-color css
<style>
span { border-color: #AA329D; }
span { border-color: rgb(170,50,157); }
td.TdClassName
{
border-color: #AA329D;
}
.TagClassName
{
border-color: #AA329D;
}
</style>