Shades of Medium Red Violet #AA217C
Tints of Medium Red Violet #AA217C
RGB
CMYK
RGB Variations
Color information
#AA217C (or 0xAA217C) is known color: Medium Red Violet. HEX triplet: AA, 21 and 7C. RGB value is (170,33,124). Sum of RGB (Red+Green+Blue) = 170+33+124=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA217C is #55DE83. Grayscale: #545454. Windows color (decimal): -5627524 or 8135082. OLE color: 8135082.
HSL color Cylindrical-coordinate representation of color #AA217C: hue angle of 320.15º degrees, saturation: 0.67, 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 #AA217C is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 124 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.33 |
| HSL | 320.15º | 0.67% | 0.4% | - |
| HSV(B) | 320.15º | 0.81% | 0.67% | - |
| XYZ | 20.76 | 11.09 | 20.12 | - |
| YUV | 84.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 124 | 0 | 0.81 | 0.27 | 0.33 | 320.15 | 0.67 | 0.4 |
| Hex | AA | 21 | 7C | 0 | 51 | 1B | 21 | 140 | 43 | 28 |
| Octal | 252 | 41 | 174 | 0 | 121 | 33 | 41 | 500 | 103 | 50 |
| Binary | 10101010 | 100001 | 1111100 | 0 | 1010001 | 11011 | 100001 | 101000000 | 1000011 | 101000 |
Color Harmonies of #AA217C
Complementary color
Monochromatic Colors of #AA217C
Black with #AA217C
Text Example
Text Example
White with #AA217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA217C; }
p { color: rgb(170,33,124); }
H1.HeaderClassName
{
color: #AA217C;
}
.AnyTagClassName
{
color: #AA217C;
}
</style>
background-color css
<style>
a { background-color: #AA217C; }
a { background-color: rgb(170,33,124); }
div.DivClassName
{
background-color: #AA217C;
}
.BgClassName
{
background-color: #AA217C;
}
</style>
border-color css
<style>
span { border-color: #AA217C; }
span { border-color: rgb(170,33,124); }
td.TdClassName
{
border-color: #AA217C;
}
.TagClassName
{
border-color: #AA217C;
}
</style>