Shades of Medium Red Violet #AA209F
Tints of Medium Red Violet #AA209F
RGB
CMYK
RGB Variations
Color information
#AA209F (or 0xAA209F) is known color: Medium Red Violet. HEX triplet: AA, 20 and 9F. RGB value is (170,32,159). Sum of RGB (Red+Green+Blue) = 170+32+159=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA209F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA209F is #55DF60. Grayscale: #575757. Windows color (decimal): -5627745 or 10428586. OLE color: 10428586.
HSL color Cylindrical-coordinate representation of color #AA209F: hue angle of 304.78º 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 #AA209F is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 159 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.33 |
| HSL | 304.78º | 0.68% | 0.4% | - |
| HSV(B) | 304.78º | 0.81% | 0.67% | - |
| XYZ | 23.35 | 12.08 | 33.9 | - |
| YUV | 87.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 159 | 0 | 0.81 | 0.06 | 0.33 | 304.78 | 0.68 | 0.4 |
| Hex | AA | 20 | 9F | 0 | 51 | 6 | 21 | 131 | 44 | 28 |
| Octal | 252 | 40 | 237 | 0 | 121 | 6 | 41 | 461 | 104 | 50 |
| Binary | 10101010 | 100000 | 10011111 | 0 | 1010001 | 110 | 100001 | 100110001 | 1000100 | 101000 |
Color Harmonies of #AA209F
Complementary color
Monochromatic Colors of #AA209F
Black with #AA209F
Text Example
Text Example
White with #AA209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA209F; }
p { color: rgb(170,32,159); }
H1.HeaderClassName
{
color: #AA209F;
}
.AnyTagClassName
{
color: #AA209F;
}
</style>
background-color css
<style>
a { background-color: #AA209F; }
a { background-color: rgb(170,32,159); }
div.DivClassName
{
background-color: #AA209F;
}
.BgClassName
{
background-color: #AA209F;
}
</style>
border-color css
<style>
span { border-color: #AA209F; }
span { border-color: rgb(170,32,159); }
td.TdClassName
{
border-color: #AA209F;
}
.TagClassName
{
border-color: #AA209F;
}
</style>