Shades of Medium Violet Red #AA199B
Tints of Medium Violet Red #AA199B
RGB
CMYK
RGB Variations
Color information
#AA199B (or 0xAA199B) is known color: Medium Violet Red. HEX triplet: AA, 19 and 9B. RGB value is (170,25,155). Sum of RGB (Red+Green+Blue) = 170+25+155=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA199B is #55E664. Grayscale: #525252. Windows color (decimal): -5629541 or 10164650. OLE color: 10164650.
HSL color Cylindrical-coordinate representation of color #AA199B: hue angle of 306.21º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA199B is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 155 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.33 |
| HSL | 306.21º | 0.74% | 0.38% | - |
| HSV(B) | 306.21º | 0.85% | 0.67% | - |
| XYZ | 22.84 | 11.61 | 32.05 | - |
| YUV | 83.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 155 | 0 | 0.85 | 0.09 | 0.33 | 306.21 | 0.74 | 0.38 |
| Hex | AA | 19 | 9B | 0 | 55 | 9 | 21 | 132 | 4A | 26 |
| Octal | 252 | 31 | 233 | 0 | 125 | 11 | 41 | 462 | 112 | 46 |
| Binary | 10101010 | 11001 | 10011011 | 0 | 1010101 | 1001 | 100001 | 100110010 | 1001010 | 100110 |
Color Harmonies of #AA199B
Complementary color
Monochromatic Colors of #AA199B
Black with #AA199B
Text Example
Text Example
White with #AA199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA199B; }
p { color: rgb(170,25,155); }
H1.HeaderClassName
{
color: #AA199B;
}
.AnyTagClassName
{
color: #AA199B;
}
</style>
background-color css
<style>
a { background-color: #AA199B; }
a { background-color: rgb(170,25,155); }
div.DivClassName
{
background-color: #AA199B;
}
.BgClassName
{
background-color: #AA199B;
}
</style>
border-color css
<style>
span { border-color: #AA199B; }
span { border-color: rgb(170,25,155); }
td.TdClassName
{
border-color: #AA199B;
}
.TagClassName
{
border-color: #AA199B;
}
</style>