Shades of Medium Violet Red #AA1387
Tints of Medium Violet Red #AA1387
RGB
CMYK
RGB Variations
Color information
#AA1387 (or 0xAA1387) is known color: Medium Violet Red. HEX triplet: AA, 13 and 87. RGB value is (170,19,135). Sum of RGB (Red+Green+Blue) = 170+19+135=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1387 is #55EC78. Grayscale: #4D4D4D. Windows color (decimal): -5631097 or 8852394. OLE color: 8852394.
HSL color Cylindrical-coordinate representation of color #AA1387: hue angle of 313.91º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1387 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 135 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.33 |
| HSL | 313.91º | 0.8% | 0.37% | - |
| HSV(B) | 313.91º | 0.89% | 0.67% | - |
| XYZ | 21.18 | 10.76 | 23.88 | - |
| YUV | 77.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 135 | 0 | 0.89 | 0.21 | 0.33 | 313.91 | 0.8 | 0.37 |
| Hex | AA | 13 | 87 | 0 | 59 | 15 | 21 | 13A | 50 | 25 |
| Octal | 252 | 23 | 207 | 0 | 131 | 25 | 41 | 472 | 120 | 45 |
| Binary | 10101010 | 10011 | 10000111 | 0 | 1011001 | 10101 | 100001 | 100111010 | 1010000 | 100101 |
Color Harmonies of #AA1387
Complementary color
Monochromatic Colors of #AA1387
Black with #AA1387
Text Example
Text Example
White with #AA1387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1387; }
p { color: rgb(170,19,135); }
H1.HeaderClassName
{
color: #AA1387;
}
.AnyTagClassName
{
color: #AA1387;
}
</style>
background-color css
<style>
a { background-color: #AA1387; }
a { background-color: rgb(170,19,135); }
div.DivClassName
{
background-color: #AA1387;
}
.BgClassName
{
background-color: #AA1387;
}
</style>
border-color css
<style>
span { border-color: #AA1387; }
span { border-color: rgb(170,19,135); }
td.TdClassName
{
border-color: #AA1387;
}
.TagClassName
{
border-color: #AA1387;
}
</style>