Shades of Medium Violet Red #AA187F
Tints of Medium Violet Red #AA187F
RGB
CMYK
RGB Variations
Color information
#AA187F (or 0xAA187F) is known color: Medium Violet Red. HEX triplet: AA, 18 and 7F. RGB value is (170,24,127). Sum of RGB (Red+Green+Blue) = 170+24+127=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA187F is #55E780. Grayscale: #4F4F4F. Windows color (decimal): -5629825 or 8329386. OLE color: 8329386.
HSL color Cylindrical-coordinate representation of color #AA187F: hue angle of 317.67º 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 #AA187F is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 127 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.33 |
| HSL | 317.67º | 0.75% | 0.38% | - |
| HSV(B) | 317.67º | 0.86% | 0.67% | - |
| XYZ | 20.73 | 10.73 | 21.06 | - |
| YUV | 79.4 | 154.87 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 127 | 0 | 0.86 | 0.25 | 0.33 | 317.67 | 0.75 | 0.38 |
| Hex | AA | 18 | 7F | 0 | 56 | 19 | 21 | 13E | 4B | 26 |
| Octal | 252 | 30 | 177 | 0 | 126 | 31 | 41 | 476 | 113 | 46 |
| Binary | 10101010 | 11000 | 1111111 | 0 | 1010110 | 11001 | 100001 | 100111110 | 1001011 | 100110 |
Color Harmonies of #AA187F
Complementary color
Monochromatic Colors of #AA187F
Black with #AA187F
Text Example
Text Example
White with #AA187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA187F; }
p { color: rgb(170,24,127); }
H1.HeaderClassName
{
color: #AA187F;
}
.AnyTagClassName
{
color: #AA187F;
}
</style>
background-color css
<style>
a { background-color: #AA187F; }
a { background-color: rgb(170,24,127); }
div.DivClassName
{
background-color: #AA187F;
}
.BgClassName
{
background-color: #AA187F;
}
</style>
border-color css
<style>
span { border-color: #AA187F; }
span { border-color: rgb(170,24,127); }
td.TdClassName
{
border-color: #AA187F;
}
.TagClassName
{
border-color: #AA187F;
}
</style>