Shades of Medium Red Violet #AA208B
Tints of Medium Red Violet #AA208B
RGB
CMYK
RGB Variations
Color information
#AA208B (or 0xAA208B) is known color: Medium Red Violet. HEX triplet: AA, 20 and 8B. RGB value is (170,32,139). Sum of RGB (Red+Green+Blue) = 170+32+139=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA208B is #55DF74. Grayscale: #555555. Windows color (decimal): -5627765 or 9117866. OLE color: 9117866.
HSL color Cylindrical-coordinate representation of color #AA208B: hue angle of 313.48º 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 #AA208B is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 139 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.33 |
| HSL | 313.48º | 0.68% | 0.4% | - |
| HSV(B) | 313.48º | 0.81% | 0.67% | - |
| XYZ | 21.75 | 11.44 | 25.49 | - |
| YUV | 85.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 139 | 0 | 0.81 | 0.18 | 0.33 | 313.48 | 0.68 | 0.4 |
| Hex | AA | 20 | 8B | 0 | 51 | 12 | 21 | 139 | 44 | 28 |
| Octal | 252 | 40 | 213 | 0 | 121 | 22 | 41 | 471 | 104 | 50 |
| Binary | 10101010 | 100000 | 10001011 | 0 | 1010001 | 10010 | 100001 | 100111001 | 1000100 | 101000 |
Color Harmonies of #AA208B
Complementary color
Monochromatic Colors of #AA208B
Black with #AA208B
Text Example
Text Example
White with #AA208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA208B; }
p { color: rgb(170,32,139); }
H1.HeaderClassName
{
color: #AA208B;
}
.AnyTagClassName
{
color: #AA208B;
}
</style>
background-color css
<style>
a { background-color: #AA208B; }
a { background-color: rgb(170,32,139); }
div.DivClassName
{
background-color: #AA208B;
}
.BgClassName
{
background-color: #AA208B;
}
</style>
border-color css
<style>
span { border-color: #AA208B; }
span { border-color: rgb(170,32,139); }
td.TdClassName
{
border-color: #AA208B;
}
.TagClassName
{
border-color: #AA208B;
}
</style>