Shades of Medium Violet Red #AA1391
Tints of Medium Violet Red #AA1391
RGB
CMYK
RGB Variations
Color information
#AA1391 (or 0xAA1391) is known color: Medium Violet Red. HEX triplet: AA, 13 and 91. RGB value is (170,19,145). Sum of RGB (Red+Green+Blue) = 170+19+145=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1391 is #55EC6E. Grayscale: #4E4E4E. Windows color (decimal): -5631087 or 9507754. OLE color: 9507754.
HSL color Cylindrical-coordinate representation of color #AA1391: hue angle of 309.93º 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 #AA1391 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 145 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.33 |
| HSL | 309.93º | 0.8% | 0.37% | - |
| HSV(B) | 309.93º | 0.89% | 0.67% | - |
| XYZ | 21.92 | 11.06 | 27.77 | - |
| YUV | 78.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 145 | 0 | 0.89 | 0.15 | 0.33 | 309.93 | 0.8 | 0.37 |
| Hex | AA | 13 | 91 | 0 | 59 | F | 21 | 136 | 50 | 25 |
| Octal | 252 | 23 | 221 | 0 | 131 | 17 | 41 | 466 | 120 | 45 |
| Binary | 10101010 | 10011 | 10010001 | 0 | 1011001 | 1111 | 100001 | 100110110 | 1010000 | 100101 |
Color Harmonies of #AA1391
Complementary color
Monochromatic Colors of #AA1391
Black with #AA1391
Text Example
Text Example
White with #AA1391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1391; }
p { color: rgb(170,19,145); }
H1.HeaderClassName
{
color: #AA1391;
}
.AnyTagClassName
{
color: #AA1391;
}
</style>
background-color css
<style>
a { background-color: #AA1391; }
a { background-color: rgb(170,19,145); }
div.DivClassName
{
background-color: #AA1391;
}
.BgClassName
{
background-color: #AA1391;
}
</style>
border-color css
<style>
span { border-color: #AA1391; }
span { border-color: rgb(170,19,145); }
td.TdClassName
{
border-color: #AA1391;
}
.TagClassName
{
border-color: #AA1391;
}
</style>