Shades of Medium Red Violet #AA207C
Tints of Medium Red Violet #AA207C
RGB
CMYK
RGB Variations
Color information
#AA207C (or 0xAA207C) is known color: Medium Red Violet. HEX triplet: AA, 20 and 7C. RGB value is (170,32,124). Sum of RGB (Red+Green+Blue) = 170+32+124=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA207C is #55DF83. Grayscale: #535353. Windows color (decimal): -5627780 or 8134826. OLE color: 8134826.
HSL color Cylindrical-coordinate representation of color #AA207C: hue angle of 320º 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 #AA207C is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 124 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.33 |
| HSL | 320º | 0.68% | 0.4% | - |
| HSV(B) | 320º | 0.81% | 0.67% | - |
| XYZ | 20.73 | 11.03 | 20.11 | - |
| YUV | 83.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 124 | 0 | 0.81 | 0.27 | 0.33 | 320 | 0.68 | 0.4 |
| Hex | AA | 20 | 7C | 0 | 51 | 1B | 21 | 140 | 44 | 28 |
| Octal | 252 | 40 | 174 | 0 | 121 | 33 | 41 | 500 | 104 | 50 |
| Binary | 10101010 | 100000 | 1111100 | 0 | 1010001 | 11011 | 100001 | 101000000 | 1000100 | 101000 |
Color Harmonies of #AA207C
Complementary color
Monochromatic Colors of #AA207C
Black with #AA207C
Text Example
Text Example
White with #AA207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA207C; }
p { color: rgb(170,32,124); }
H1.HeaderClassName
{
color: #AA207C;
}
.AnyTagClassName
{
color: #AA207C;
}
</style>
background-color css
<style>
a { background-color: #AA207C; }
a { background-color: rgb(170,32,124); }
div.DivClassName
{
background-color: #AA207C;
}
.BgClassName
{
background-color: #AA207C;
}
</style>
border-color css
<style>
span { border-color: #AA207C; }
span { border-color: rgb(170,32,124); }
td.TdClassName
{
border-color: #AA207C;
}
.TagClassName
{
border-color: #AA207C;
}
</style>