Shades of Medium Red Violet #AA209E
Tints of Medium Red Violet #AA209E
RGB
CMYK
RGB Variations
Color information
#AA209E (or 0xAA209E) is known color: Medium Red Violet. HEX triplet: AA, 20 and 9E. RGB value is (170,32,158). Sum of RGB (Red+Green+Blue) = 170+32+158=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA209E is #55DF61. Grayscale: #575757. Windows color (decimal): -5627746 or 10363050. OLE color: 10363050.
HSL color Cylindrical-coordinate representation of color #AA209E: hue angle of 305.22º 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 #AA209E is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 158 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.33 |
| HSL | 305.22º | 0.68% | 0.4% | - |
| HSV(B) | 305.22º | 0.81% | 0.67% | - |
| XYZ | 23.27 | 12.05 | 33.45 | - |
| YUV | 87.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 158 | 0 | 0.81 | 0.07 | 0.33 | 305.22 | 0.68 | 0.4 |
| Hex | AA | 20 | 9E | 0 | 51 | 7 | 21 | 131 | 44 | 28 |
| Octal | 252 | 40 | 236 | 0 | 121 | 7 | 41 | 461 | 104 | 50 |
| Binary | 10101010 | 100000 | 10011110 | 0 | 1010001 | 111 | 100001 | 100110001 | 1000100 | 101000 |
Color Harmonies of #AA209E
Complementary color
Monochromatic Colors of #AA209E
Black with #AA209E
Text Example
Text Example
White with #AA209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA209E; }
p { color: rgb(170,32,158); }
H1.HeaderClassName
{
color: #AA209E;
}
.AnyTagClassName
{
color: #AA209E;
}
</style>
background-color css
<style>
a { background-color: #AA209E; }
a { background-color: rgb(170,32,158); }
div.DivClassName
{
background-color: #AA209E;
}
.BgClassName
{
background-color: #AA209E;
}
</style>
border-color css
<style>
span { border-color: #AA209E; }
span { border-color: rgb(170,32,158); }
td.TdClassName
{
border-color: #AA209E;
}
.TagClassName
{
border-color: #AA209E;
}
</style>