Shades of Medium Violet Red #AA188B
Tints of Medium Violet Red #AA188B
RGB
CMYK
RGB Variations
Color information
#AA188B (or 0xAA188B) is known color: Medium Violet Red. HEX triplet: AA, 18 and 8B. RGB value is (170,24,139). Sum of RGB (Red+Green+Blue) = 170+24+139=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA188B is #55E774. Grayscale: #505050. Windows color (decimal): -5629813 or 9115818. OLE color: 9115818.
HSL color Cylindrical-coordinate representation of color #AA188B: hue angle of 312.74º 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 #AA188B is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 139 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.33 |
| HSL | 312.74º | 0.75% | 0.38% | - |
| HSV(B) | 312.74º | 0.86% | 0.67% | - |
| XYZ | 21.56 | 11.06 | 25.42 | - |
| YUV | 80.76 | 160.87 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 139 | 0 | 0.86 | 0.18 | 0.33 | 312.74 | 0.75 | 0.38 |
| Hex | AA | 18 | 8B | 0 | 56 | 12 | 21 | 139 | 4B | 26 |
| Octal | 252 | 30 | 213 | 0 | 126 | 22 | 41 | 471 | 113 | 46 |
| Binary | 10101010 | 11000 | 10001011 | 0 | 1010110 | 10010 | 100001 | 100111001 | 1001011 | 100110 |
Color Harmonies of #AA188B
Complementary color
Monochromatic Colors of #AA188B
Black with #AA188B
Text Example
Text Example
White with #AA188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA188B; }
p { color: rgb(170,24,139); }
H1.HeaderClassName
{
color: #AA188B;
}
.AnyTagClassName
{
color: #AA188B;
}
</style>
background-color css
<style>
a { background-color: #AA188B; }
a { background-color: rgb(170,24,139); }
div.DivClassName
{
background-color: #AA188B;
}
.BgClassName
{
background-color: #AA188B;
}
</style>
border-color css
<style>
span { border-color: #AA188B; }
span { border-color: rgb(170,24,139); }
td.TdClassName
{
border-color: #AA188B;
}
.TagClassName
{
border-color: #AA188B;
}
</style>