Shades of Medium Red Violet #AA217A
Tints of Medium Red Violet #AA217A
RGB
CMYK
RGB Variations
Color information
#AA217A (or 0xAA217A) is known color: Medium Red Violet. HEX triplet: AA, 21 and 7A. RGB value is (170,33,122). Sum of RGB (Red+Green+Blue) = 170+33+122=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA217A is #55DE85. Grayscale: #535353. Windows color (decimal): -5627526 or 8004010. OLE color: 8004010.
HSL color Cylindrical-coordinate representation of color #AA217A: hue angle of 321.02º 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 #AA217A is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 122 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.33 |
| HSL | 321.02º | 0.67% | 0.4% | - |
| HSV(B) | 321.02º | 0.81% | 0.67% | - |
| XYZ | 20.63 | 11.04 | 19.46 | - |
| YUV | 84.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 122 | 0 | 0.81 | 0.28 | 0.33 | 321.02 | 0.67 | 0.4 |
| Hex | AA | 21 | 7A | 0 | 51 | 1C | 21 | 141 | 43 | 28 |
| Octal | 252 | 41 | 172 | 0 | 121 | 34 | 41 | 501 | 103 | 50 |
| Binary | 10101010 | 100001 | 1111010 | 0 | 1010001 | 11100 | 100001 | 101000001 | 1000011 | 101000 |
Color Harmonies of #AA217A
Complementary color
Monochromatic Colors of #AA217A
Black with #AA217A
Text Example
Text Example
White with #AA217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA217A; }
p { color: rgb(170,33,122); }
H1.HeaderClassName
{
color: #AA217A;
}
.AnyTagClassName
{
color: #AA217A;
}
</style>
background-color css
<style>
a { background-color: #AA217A; }
a { background-color: rgb(170,33,122); }
div.DivClassName
{
background-color: #AA217A;
}
.BgClassName
{
background-color: #AA217A;
}
</style>
border-color css
<style>
span { border-color: #AA217A; }
span { border-color: rgb(170,33,122); }
td.TdClassName
{
border-color: #AA217A;
}
.TagClassName
{
border-color: #AA217A;
}
</style>