Shades of Medium Red Violet #AA209D
Tints of Medium Red Violet #AA209D
RGB
CMYK
RGB Variations
Color information
#AA209D (or 0xAA209D) is known color: Medium Red Violet. HEX triplet: AA, 20 and 9D. RGB value is (170,32,157). Sum of RGB (Red+Green+Blue) = 170+32+157=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA209D is #55DF62. Grayscale: #575757. Windows color (decimal): -5627747 or 10297514. OLE color: 10297514.
HSL color Cylindrical-coordinate representation of color #AA209D: hue angle of 305.65º 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 #AA209D is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 157 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.33 |
| HSL | 305.65º | 0.68% | 0.4% | - |
| HSV(B) | 305.65º | 0.81% | 0.67% | - |
| XYZ | 23.18 | 12.01 | 33 | - |
| YUV | 87.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 157 | 0 | 0.81 | 0.08 | 0.33 | 305.65 | 0.68 | 0.4 |
| Hex | AA | 20 | 9D | 0 | 51 | 8 | 21 | 132 | 44 | 28 |
| Octal | 252 | 40 | 235 | 0 | 121 | 10 | 41 | 462 | 104 | 50 |
| Binary | 10101010 | 100000 | 10011101 | 0 | 1010001 | 1000 | 100001 | 100110010 | 1000100 | 101000 |
Color Harmonies of #AA209D
Complementary color
Monochromatic Colors of #AA209D
Black with #AA209D
Text Example
Text Example
White with #AA209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA209D; }
p { color: rgb(170,32,157); }
H1.HeaderClassName
{
color: #AA209D;
}
.AnyTagClassName
{
color: #AA209D;
}
</style>
background-color css
<style>
a { background-color: #AA209D; }
a { background-color: rgb(170,32,157); }
div.DivClassName
{
background-color: #AA209D;
}
.BgClassName
{
background-color: #AA209D;
}
</style>
border-color css
<style>
span { border-color: #AA209D; }
span { border-color: rgb(170,32,157); }
td.TdClassName
{
border-color: #AA209D;
}
.TagClassName
{
border-color: #AA209D;
}
</style>