Shades of Medium Red Violet #AA329C
Tints of Medium Red Violet #AA329C
RGB
CMYK
RGB Variations
Color information
#AA329C (or 0xAA329C) is known color: Medium Red Violet. HEX triplet: AA, 32 and 9C. RGB value is (170,50,156). Sum of RGB (Red+Green+Blue) = 170+50+156=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA329C is #55CD63. Grayscale: #616161. Windows color (decimal): -5623140 or 10236586. OLE color: 10236586.
HSL color Cylindrical-coordinate representation of color #AA329C: hue angle of 307º 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 #AA329C is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 156 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.33 |
| HSL | 307º | 0.55% | 0.43% | - |
| HSV(B) | 307º | 0.71% | 0.67% | - |
| XYZ | 23.72 | 13.23 | 32.76 | - |
| YUV | 97.96 | 160.76 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 156 | 0 | 0.71 | 0.08 | 0.33 | 307 | 0.55 | 0.43 |
| Hex | AA | 32 | 9C | 0 | 47 | 8 | 21 | 133 | 37 | 2B |
| Octal | 252 | 62 | 234 | 0 | 107 | 10 | 41 | 463 | 67 | 53 |
| Binary | 10101010 | 110010 | 10011100 | 0 | 1000111 | 1000 | 100001 | 100110011 | 110111 | 101011 |
Color Harmonies of #AA329C
Complementary color
Monochromatic Colors of #AA329C
Black with #AA329C
Text Example
Text Example
White with #AA329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA329C; }
p { color: rgb(170,50,156); }
H1.HeaderClassName
{
color: #AA329C;
}
.AnyTagClassName
{
color: #AA329C;
}
</style>
background-color css
<style>
a { background-color: #AA329C; }
a { background-color: rgb(170,50,156); }
div.DivClassName
{
background-color: #AA329C;
}
.BgClassName
{
background-color: #AA329C;
}
</style>
border-color css
<style>
span { border-color: #AA329C; }
span { border-color: rgb(170,50,156); }
td.TdClassName
{
border-color: #AA329C;
}
.TagClassName
{
border-color: #AA329C;
}
</style>