Shades of Medium Violet Red #AA187B
Tints of Medium Violet Red #AA187B
RGB
CMYK
RGB Variations
Color information
#AA187B (or 0xAA187B) is known color: Medium Violet Red. HEX triplet: AA, 18 and 7B. RGB value is (170,24,123). Sum of RGB (Red+Green+Blue) = 170+24+123=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA187B is #55E784. Grayscale: #4E4E4E. Windows color (decimal): -5629829 or 8067242. OLE color: 8067242.
HSL color Cylindrical-coordinate representation of color #AA187B: hue angle of 319.32º 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 #AA187B is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 123 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.33 |
| HSL | 319.32º | 0.75% | 0.38% | - |
| HSV(B) | 319.32º | 0.86% | 0.67% | - |
| XYZ | 20.48 | 10.63 | 19.71 | - |
| YUV | 78.94 | 152.87 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 123 | 0 | 0.86 | 0.28 | 0.33 | 319.32 | 0.75 | 0.38 |
| Hex | AA | 18 | 7B | 0 | 56 | 1C | 21 | 13F | 4B | 26 |
| Octal | 252 | 30 | 173 | 0 | 126 | 34 | 41 | 477 | 113 | 46 |
| Binary | 10101010 | 11000 | 1111011 | 0 | 1010110 | 11100 | 100001 | 100111111 | 1001011 | 100110 |
Color Harmonies of #AA187B
Complementary color
Monochromatic Colors of #AA187B
Black with #AA187B
Text Example
Text Example
White with #AA187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA187B; }
p { color: rgb(170,24,123); }
H1.HeaderClassName
{
color: #AA187B;
}
.AnyTagClassName
{
color: #AA187B;
}
</style>
background-color css
<style>
a { background-color: #AA187B; }
a { background-color: rgb(170,24,123); }
div.DivClassName
{
background-color: #AA187B;
}
.BgClassName
{
background-color: #AA187B;
}
</style>
border-color css
<style>
span { border-color: #AA187B; }
span { border-color: rgb(170,24,123); }
td.TdClassName
{
border-color: #AA187B;
}
.TagClassName
{
border-color: #AA187B;
}
</style>