Shades of Medium Violet Red #AA187C
Tints of Medium Violet Red #AA187C
RGB
CMYK
RGB Variations
Color information
#AA187C (or 0xAA187C) is known color: Medium Violet Red. HEX triplet: AA, 18 and 7C. RGB value is (170,24,124). Sum of RGB (Red+Green+Blue) = 170+24+124=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA187C is #55E783. Grayscale: #4E4E4E. Windows color (decimal): -5629828 or 8132778. OLE color: 8132778.
HSL color Cylindrical-coordinate representation of color #AA187C: hue angle of 318.9º 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 #AA187C is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 124 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.33 |
| HSL | 318.9º | 0.75% | 0.38% | - |
| HSV(B) | 318.9º | 0.86% | 0.67% | - |
| XYZ | 20.54 | 10.65 | 20.04 | - |
| YUV | 79.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 124 | 0 | 0.86 | 0.27 | 0.33 | 318.9 | 0.75 | 0.38 |
| Hex | AA | 18 | 7C | 0 | 56 | 1B | 21 | 13F | 4B | 26 |
| Octal | 252 | 30 | 174 | 0 | 126 | 33 | 41 | 477 | 113 | 46 |
| Binary | 10101010 | 11000 | 1111100 | 0 | 1010110 | 11011 | 100001 | 100111111 | 1001011 | 100110 |
Color Harmonies of #AA187C
Complementary color
Monochromatic Colors of #AA187C
Black with #AA187C
Text Example
Text Example
White with #AA187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA187C; }
p { color: rgb(170,24,124); }
H1.HeaderClassName
{
color: #AA187C;
}
.AnyTagClassName
{
color: #AA187C;
}
</style>
background-color css
<style>
a { background-color: #AA187C; }
a { background-color: rgb(170,24,124); }
div.DivClassName
{
background-color: #AA187C;
}
.BgClassName
{
background-color: #AA187C;
}
</style>
border-color css
<style>
span { border-color: #AA187C; }
span { border-color: rgb(170,24,124); }
td.TdClassName
{
border-color: #AA187C;
}
.TagClassName
{
border-color: #AA187C;
}
</style>