Shades of Medium Violet Red #AA1388
Tints of Medium Violet Red #AA1388
RGB
CMYK
RGB Variations
Color information
#AA1388 (or 0xAA1388) is known color: Medium Violet Red. HEX triplet: AA, 13 and 88. RGB value is (170,19,136). Sum of RGB (Red+Green+Blue) = 170+19+136=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1388 is #55EC77. Grayscale: #4D4D4D. Windows color (decimal): -5631096 or 8917930. OLE color: 8917930.
HSL color Cylindrical-coordinate representation of color #AA1388: hue angle of 313.51º 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 #AA1388 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 136 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.33 |
| HSL | 313.51º | 0.8% | 0.37% | - |
| HSV(B) | 313.51º | 0.89% | 0.67% | - |
| XYZ | 21.25 | 10.79 | 24.25 | - |
| YUV | 77.49 | 161.03 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 136 | 0 | 0.89 | 0.20 | 0.33 | 313.51 | 0.8 | 0.37 |
| Hex | AA | 13 | 88 | 0 | 59 | 14 | 21 | 13A | 50 | 25 |
| Octal | 252 | 23 | 210 | 0 | 131 | 24 | 41 | 472 | 120 | 45 |
| Binary | 10101010 | 10011 | 10001000 | 0 | 1011001 | 10100 | 100001 | 100111010 | 1010000 | 100101 |
Color Harmonies of #AA1388
Complementary color
Monochromatic Colors of #AA1388
Black with #AA1388
Text Example
Text Example
White with #AA1388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1388; }
p { color: rgb(170,19,136); }
H1.HeaderClassName
{
color: #AA1388;
}
.AnyTagClassName
{
color: #AA1388;
}
</style>
background-color css
<style>
a { background-color: #AA1388; }
a { background-color: rgb(170,19,136); }
div.DivClassName
{
background-color: #AA1388;
}
.BgClassName
{
background-color: #AA1388;
}
</style>
border-color css
<style>
span { border-color: #AA1388; }
span { border-color: rgb(170,19,136); }
td.TdClassName
{
border-color: #AA1388;
}
.TagClassName
{
border-color: #AA1388;
}
</style>