Shades of Medium Red Violet #AA209A
Tints of Medium Red Violet #AA209A
RGB
CMYK
RGB Variations
Color information
#AA209A (or 0xAA209A) is known color: Medium Red Violet. HEX triplet: AA, 20 and 9A. RGB value is (170,32,154). Sum of RGB (Red+Green+Blue) = 170+32+154=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA209A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA209A is #55DF65. Grayscale: #565656. Windows color (decimal): -5627750 or 10100906. OLE color: 10100906.
HSL color Cylindrical-coordinate representation of color #AA209A: hue angle of 306.96º 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 #AA209A is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 154 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.33 |
| HSL | 306.96º | 0.68% | 0.4% | - |
| HSV(B) | 306.96º | 0.81% | 0.67% | - |
| XYZ | 22.93 | 11.91 | 31.66 | - |
| YUV | 87.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 154 | 0 | 0.81 | 0.09 | 0.33 | 306.96 | 0.68 | 0.4 |
| Hex | AA | 20 | 9A | 0 | 51 | 9 | 21 | 133 | 44 | 28 |
| Octal | 252 | 40 | 232 | 0 | 121 | 11 | 41 | 463 | 104 | 50 |
| Binary | 10101010 | 100000 | 10011010 | 0 | 1010001 | 1001 | 100001 | 100110011 | 1000100 | 101000 |
Color Harmonies of #AA209A
Complementary color
Monochromatic Colors of #AA209A
Black with #AA209A
Text Example
Text Example
White with #AA209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA209A; }
p { color: rgb(170,32,154); }
H1.HeaderClassName
{
color: #AA209A;
}
.AnyTagClassName
{
color: #AA209A;
}
</style>
background-color css
<style>
a { background-color: #AA209A; }
a { background-color: rgb(170,32,154); }
div.DivClassName
{
background-color: #AA209A;
}
.BgClassName
{
background-color: #AA209A;
}
</style>
border-color css
<style>
span { border-color: #AA209A; }
span { border-color: rgb(170,32,154); }
td.TdClassName
{
border-color: #AA209A;
}
.TagClassName
{
border-color: #AA209A;
}
</style>