Shades of Medium Violet Red #AA189B
Tints of Medium Violet Red #AA189B
RGB
CMYK
RGB Variations
Color information
#AA189B (or 0xAA189B) is known color: Medium Violet Red. HEX triplet: AA, 18 and 9B. RGB value is (170,24,155). Sum of RGB (Red+Green+Blue) = 170+24+155=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA189B is #55E764. Grayscale: #525252. Windows color (decimal): -5629797 or 10164394. OLE color: 10164394.
HSL color Cylindrical-coordinate representation of color #AA189B: hue angle of 306.16º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA189B is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 155 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.33 |
| HSL | 306.16º | 0.75% | 0.38% | - |
| HSV(B) | 306.16º | 0.86% | 0.67% | - |
| XYZ | 22.82 | 11.57 | 32.04 | - |
| YUV | 82.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 155 | 0 | 0.86 | 0.09 | 0.33 | 306.16 | 0.75 | 0.38 |
| Hex | AA | 18 | 9B | 0 | 56 | 9 | 21 | 132 | 4B | 26 |
| Octal | 252 | 30 | 233 | 0 | 126 | 11 | 41 | 462 | 113 | 46 |
| Binary | 10101010 | 11000 | 10011011 | 0 | 1010110 | 1001 | 100001 | 100110010 | 1001011 | 100110 |
Color Harmonies of #AA189B
Complementary color
Monochromatic Colors of #AA189B
Black with #AA189B
Text Example
Text Example
White with #AA189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA189B; }
p { color: rgb(170,24,155); }
H1.HeaderClassName
{
color: #AA189B;
}
.AnyTagClassName
{
color: #AA189B;
}
</style>
background-color css
<style>
a { background-color: #AA189B; }
a { background-color: rgb(170,24,155); }
div.DivClassName
{
background-color: #AA189B;
}
.BgClassName
{
background-color: #AA189B;
}
</style>
border-color css
<style>
span { border-color: #AA189B; }
span { border-color: rgb(170,24,155); }
td.TdClassName
{
border-color: #AA189B;
}
.TagClassName
{
border-color: #AA189B;
}
</style>