Shades of Medium Red Violet #AA208A
Tints of Medium Red Violet #AA208A
RGB
CMYK
RGB Variations
Color information
#AA208A (or 0xAA208A) is known color: Medium Red Violet. HEX triplet: AA, 20 and 8A. RGB value is (170,32,138). Sum of RGB (Red+Green+Blue) = 170+32+138=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA208A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA208A is #55DF75. Grayscale: #555555. Windows color (decimal): -5627766 or 9052330. OLE color: 9052330.
HSL color Cylindrical-coordinate representation of color #AA208A: hue angle of 313.91º 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 #AA208A is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 138 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.33 |
| HSL | 313.91º | 0.68% | 0.4% | - |
| HSV(B) | 313.91º | 0.81% | 0.67% | - |
| XYZ | 21.68 | 11.41 | 25.11 | - |
| YUV | 85.35 | 157.72 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 138 | 0 | 0.81 | 0.19 | 0.33 | 313.91 | 0.68 | 0.4 |
| Hex | AA | 20 | 8A | 0 | 51 | 13 | 21 | 13A | 44 | 28 |
| Octal | 252 | 40 | 212 | 0 | 121 | 23 | 41 | 472 | 104 | 50 |
| Binary | 10101010 | 100000 | 10001010 | 0 | 1010001 | 10011 | 100001 | 100111010 | 1000100 | 101000 |
Color Harmonies of #AA208A
Complementary color
Monochromatic Colors of #AA208A
Black with #AA208A
Text Example
Text Example
White with #AA208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA208A; }
p { color: rgb(170,32,138); }
H1.HeaderClassName
{
color: #AA208A;
}
.AnyTagClassName
{
color: #AA208A;
}
</style>
background-color css
<style>
a { background-color: #AA208A; }
a { background-color: rgb(170,32,138); }
div.DivClassName
{
background-color: #AA208A;
}
.BgClassName
{
background-color: #AA208A;
}
</style>
border-color css
<style>
span { border-color: #AA208A; }
span { border-color: rgb(170,32,138); }
td.TdClassName
{
border-color: #AA208A;
}
.TagClassName
{
border-color: #AA208A;
}
</style>