Shades of Medium Red Violet #AA218A
Tints of Medium Red Violet #AA218A
RGB
CMYK
RGB Variations
Color information
#AA218A (or 0xAA218A) is known color: Medium Red Violet. HEX triplet: AA, 21 and 8A. RGB value is (170,33,138). Sum of RGB (Red+Green+Blue) = 170+33+138=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA218A is #55DE75. Grayscale: #555555. Windows color (decimal): -5627510 or 9052586. OLE color: 9052586.
HSL color Cylindrical-coordinate representation of color #AA218A: hue angle of 314.01º 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 #AA218A is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 138 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.33 |
| HSL | 314.01º | 0.67% | 0.4% | - |
| HSV(B) | 314.01º | 0.81% | 0.67% | - |
| XYZ | 21.71 | 11.47 | 25.11 | - |
| YUV | 85.93 | 157.39 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 138 | 0 | 0.81 | 0.19 | 0.33 | 314.01 | 0.67 | 0.4 |
| Hex | AA | 21 | 8A | 0 | 51 | 13 | 21 | 13A | 43 | 28 |
| Octal | 252 | 41 | 212 | 0 | 121 | 23 | 41 | 472 | 103 | 50 |
| Binary | 10101010 | 100001 | 10001010 | 0 | 1010001 | 10011 | 100001 | 100111010 | 1000011 | 101000 |
Color Harmonies of #AA218A
Complementary color
Monochromatic Colors of #AA218A
Black with #AA218A
Text Example
Text Example
White with #AA218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA218A; }
p { color: rgb(170,33,138); }
H1.HeaderClassName
{
color: #AA218A;
}
.AnyTagClassName
{
color: #AA218A;
}
</style>
background-color css
<style>
a { background-color: #AA218A; }
a { background-color: rgb(170,33,138); }
div.DivClassName
{
background-color: #AA218A;
}
.BgClassName
{
background-color: #AA218A;
}
</style>
border-color css
<style>
span { border-color: #AA218A; }
span { border-color: rgb(170,33,138); }
td.TdClassName
{
border-color: #AA218A;
}
.TagClassName
{
border-color: #AA218A;
}
</style>