Shades of Medium Red Violet #AA209C
Tints of Medium Red Violet #AA209C
RGB
CMYK
RGB Variations
Color information
#AA209C (or 0xAA209C) is known color: Medium Red Violet. HEX triplet: AA, 20 and 9C. RGB value is (170,32,156). Sum of RGB (Red+Green+Blue) = 170+32+156=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA209C is #55DF63. Grayscale: #575757. Windows color (decimal): -5627748 or 10231978. OLE color: 10231978.
HSL color Cylindrical-coordinate representation of color #AA209C: hue angle of 306.09º degrees, saturation: 0.68, 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 #AA209C is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 156 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.33 |
| HSL | 306.09º | 0.68% | 0.4% | - |
| HSV(B) | 306.09º | 0.81% | 0.67% | - |
| XYZ | 23.09 | 11.98 | 32.55 | - |
| YUV | 87.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 156 | 0 | 0.81 | 0.08 | 0.33 | 306.09 | 0.68 | 0.4 |
| Hex | AA | 20 | 9C | 0 | 51 | 8 | 21 | 132 | 44 | 28 |
| Octal | 252 | 40 | 234 | 0 | 121 | 10 | 41 | 462 | 104 | 50 |
| Binary | 10101010 | 100000 | 10011100 | 0 | 1010001 | 1000 | 100001 | 100110010 | 1000100 | 101000 |
Color Harmonies of #AA209C
Complementary color
Monochromatic Colors of #AA209C
Black with #AA209C
Text Example
Text Example
White with #AA209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA209C; }
p { color: rgb(170,32,156); }
H1.HeaderClassName
{
color: #AA209C;
}
.AnyTagClassName
{
color: #AA209C;
}
</style>
background-color css
<style>
a { background-color: #AA209C; }
a { background-color: rgb(170,32,156); }
div.DivClassName
{
background-color: #AA209C;
}
.BgClassName
{
background-color: #AA209C;
}
</style>
border-color css
<style>
span { border-color: #AA209C; }
span { border-color: rgb(170,32,156); }
td.TdClassName
{
border-color: #AA209C;
}
.TagClassName
{
border-color: #AA209C;
}
</style>