Shades of Medium Red Violet #AA218B
Tints of Medium Red Violet #AA218B
RGB
CMYK
RGB Variations
Color information
#AA218B (or 0xAA218B) is known color: Medium Red Violet. HEX triplet: AA, 21 and 8B. RGB value is (170,33,139). Sum of RGB (Red+Green+Blue) = 170+33+139=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA218B is #55DE74. Grayscale: #555555. Windows color (decimal): -5627509 or 9118122. OLE color: 9118122.
HSL color Cylindrical-coordinate representation of color #AA218B: hue angle of 313.58º 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 #AA218B is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 139 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.33 |
| HSL | 313.58º | 0.67% | 0.4% | - |
| HSV(B) | 313.58º | 0.81% | 0.67% | - |
| XYZ | 21.78 | 11.5 | 25.5 | - |
| YUV | 86.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 139 | 0 | 0.81 | 0.18 | 0.33 | 313.58 | 0.67 | 0.4 |
| Hex | AA | 21 | 8B | 0 | 51 | 12 | 21 | 13A | 43 | 28 |
| Octal | 252 | 41 | 213 | 0 | 121 | 22 | 41 | 472 | 103 | 50 |
| Binary | 10101010 | 100001 | 10001011 | 0 | 1010001 | 10010 | 100001 | 100111010 | 1000011 | 101000 |
Color Harmonies of #AA218B
Complementary color
Monochromatic Colors of #AA218B
Black with #AA218B
Text Example
Text Example
White with #AA218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA218B; }
p { color: rgb(170,33,139); }
H1.HeaderClassName
{
color: #AA218B;
}
.AnyTagClassName
{
color: #AA218B;
}
</style>
background-color css
<style>
a { background-color: #AA218B; }
a { background-color: rgb(170,33,139); }
div.DivClassName
{
background-color: #AA218B;
}
.BgClassName
{
background-color: #AA218B;
}
</style>
border-color css
<style>
span { border-color: #AA218B; }
span { border-color: rgb(170,33,139); }
td.TdClassName
{
border-color: #AA218B;
}
.TagClassName
{
border-color: #AA218B;
}
</style>