Shades of Medium Violet Red #AA1389
Tints of Medium Violet Red #AA1389
RGB
CMYK
RGB Variations
Color information
#AA1389 (or 0xAA1389) is known color: Medium Violet Red. HEX triplet: AA, 13 and 89. RGB value is (170,19,137). Sum of RGB (Red+Green+Blue) = 170+19+137=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1389 is #55EC76. Grayscale: #4D4D4D. Windows color (decimal): -5631095 or 8983466. OLE color: 8983466.
HSL color Cylindrical-coordinate representation of color #AA1389: hue angle of 313.11º 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 #AA1389 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 137 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.33 |
| HSL | 313.11º | 0.8% | 0.37% | - |
| HSV(B) | 313.11º | 0.89% | 0.67% | - |
| XYZ | 21.33 | 10.82 | 24.63 | - |
| YUV | 77.6 | 161.53 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 137 | 0 | 0.89 | 0.19 | 0.33 | 313.11 | 0.8 | 0.37 |
| Hex | AA | 13 | 89 | 0 | 59 | 13 | 21 | 139 | 50 | 25 |
| Octal | 252 | 23 | 211 | 0 | 131 | 23 | 41 | 471 | 120 | 45 |
| Binary | 10101010 | 10011 | 10001001 | 0 | 1011001 | 10011 | 100001 | 100111001 | 1010000 | 100101 |
Color Harmonies of #AA1389
Complementary color
Monochromatic Colors of #AA1389
Black with #AA1389
Text Example
Text Example
White with #AA1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1389; }
p { color: rgb(170,19,137); }
H1.HeaderClassName
{
color: #AA1389;
}
.AnyTagClassName
{
color: #AA1389;
}
</style>
background-color css
<style>
a { background-color: #AA1389; }
a { background-color: rgb(170,19,137); }
div.DivClassName
{
background-color: #AA1389;
}
.BgClassName
{
background-color: #AA1389;
}
</style>
border-color css
<style>
span { border-color: #AA1389; }
span { border-color: rgb(170,19,137); }
td.TdClassName
{
border-color: #AA1389;
}
.TagClassName
{
border-color: #AA1389;
}
</style>