Shades of Medium Red Violet #AA329A
Tints of Medium Red Violet #AA329A
RGB
CMYK
RGB Variations
Color information
#AA329A (or 0xAA329A) is known color: Medium Red Violet. HEX triplet: AA, 32 and 9A. RGB value is (170,50,154). Sum of RGB (Red+Green+Blue) = 170+50+154=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA329A is #55CD65. Grayscale: #616161. Windows color (decimal): -5623142 or 10105514. OLE color: 10105514.
HSL color Cylindrical-coordinate representation of color #AA329A: hue angle of 308º 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 #AA329A is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 154 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.33 |
| HSL | 308º | 0.55% | 0.43% | - |
| HSV(B) | 308º | 0.71% | 0.67% | - |
| XYZ | 23.55 | 13.16 | 31.87 | - |
| YUV | 97.74 | 159.76 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 154 | 0 | 0.71 | 0.09 | 0.33 | 308 | 0.55 | 0.43 |
| Hex | AA | 32 | 9A | 0 | 47 | 9 | 21 | 134 | 37 | 2B |
| Octal | 252 | 62 | 232 | 0 | 107 | 11 | 41 | 464 | 67 | 53 |
| Binary | 10101010 | 110010 | 10011010 | 0 | 1000111 | 1001 | 100001 | 100110100 | 110111 | 101011 |
Color Harmonies of #AA329A
Complementary color
Monochromatic Colors of #AA329A
Black with #AA329A
Text Example
Text Example
White with #AA329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA329A; }
p { color: rgb(170,50,154); }
H1.HeaderClassName
{
color: #AA329A;
}
.AnyTagClassName
{
color: #AA329A;
}
</style>
background-color css
<style>
a { background-color: #AA329A; }
a { background-color: rgb(170,50,154); }
div.DivClassName
{
background-color: #AA329A;
}
.BgClassName
{
background-color: #AA329A;
}
</style>
border-color css
<style>
span { border-color: #AA329A; }
span { border-color: rgb(170,50,154); }
td.TdClassName
{
border-color: #AA329A;
}
.TagClassName
{
border-color: #AA329A;
}
</style>