Shades of Medium Violet Red #AA1489
Tints of Medium Violet Red #AA1489
RGB
CMYK
RGB Variations
Color information
#AA1489 (or 0xAA1489) is known color: Medium Violet Red. HEX triplet: AA, 14 and 89. RGB value is (170,20,137). Sum of RGB (Red+Green+Blue) = 170+20+137=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1489 is #55EB76. Grayscale: #4D4D4D. Windows color (decimal): -5630839 or 8983722. OLE color: 8983722.
HSL color Cylindrical-coordinate representation of color #AA1489: hue angle of 313.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1489 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 137 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.33 |
| HSL | 313.2º | 0.79% | 0.37% | - |
| HSV(B) | 313.2º | 0.88% | 0.67% | - |
| XYZ | 21.34 | 10.85 | 24.64 | - |
| YUV | 78.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 137 | 0 | 0.88 | 0.19 | 0.33 | 313.2 | 0.79 | 0.37 |
| Hex | AA | 14 | 89 | 0 | 58 | 13 | 21 | 139 | 4F | 25 |
| Octal | 252 | 24 | 211 | 0 | 130 | 23 | 41 | 471 | 117 | 45 |
| Binary | 10101010 | 10100 | 10001001 | 0 | 1011000 | 10011 | 100001 | 100111001 | 1001111 | 100101 |
Color Harmonies of #AA1489
Complementary color
Monochromatic Colors of #AA1489
Black with #AA1489
Text Example
Text Example
White with #AA1489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1489; }
p { color: rgb(170,20,137); }
H1.HeaderClassName
{
color: #AA1489;
}
.AnyTagClassName
{
color: #AA1489;
}
</style>
background-color css
<style>
a { background-color: #AA1489; }
a { background-color: rgb(170,20,137); }
div.DivClassName
{
background-color: #AA1489;
}
.BgClassName
{
background-color: #AA1489;
}
</style>
border-color css
<style>
span { border-color: #AA1489; }
span { border-color: rgb(170,20,137); }
td.TdClassName
{
border-color: #AA1489;
}
.TagClassName
{
border-color: #AA1489;
}
</style>