Shades of Medium Violet Red #AA1486
Tints of Medium Violet Red #AA1486
RGB
CMYK
RGB Variations
Color information
#AA1486 (or 0xAA1486) is known color: Medium Violet Red. HEX triplet: AA, 14 and 86. RGB value is (170,20,134). Sum of RGB (Red+Green+Blue) = 170+20+134=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1486 is #55EB79. Grayscale: #4D4D4D. Windows color (decimal): -5630842 or 8787114. OLE color: 8787114.
HSL color Cylindrical-coordinate representation of color #AA1486: hue angle of 314.4º 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 #AA1486 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 134 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.33 |
| HSL | 314.4º | 0.79% | 0.37% | - |
| HSV(B) | 314.4º | 0.88% | 0.67% | - |
| XYZ | 21.13 | 10.77 | 23.52 | - |
| YUV | 77.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 134 | 0 | 0.88 | 0.21 | 0.33 | 314.4 | 0.79 | 0.37 |
| Hex | AA | 14 | 86 | 0 | 58 | 15 | 21 | 13A | 4F | 25 |
| Octal | 252 | 24 | 206 | 0 | 130 | 25 | 41 | 472 | 117 | 45 |
| Binary | 10101010 | 10100 | 10000110 | 0 | 1011000 | 10101 | 100001 | 100111010 | 1001111 | 100101 |
Color Harmonies of #AA1486
Complementary color
Monochromatic Colors of #AA1486
Black with #AA1486
Text Example
Text Example
White with #AA1486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1486; }
p { color: rgb(170,20,134); }
H1.HeaderClassName
{
color: #AA1486;
}
.AnyTagClassName
{
color: #AA1486;
}
</style>
background-color css
<style>
a { background-color: #AA1486; }
a { background-color: rgb(170,20,134); }
div.DivClassName
{
background-color: #AA1486;
}
.BgClassName
{
background-color: #AA1486;
}
</style>
border-color css
<style>
span { border-color: #AA1486; }
span { border-color: rgb(170,20,134); }
td.TdClassName
{
border-color: #AA1486;
}
.TagClassName
{
border-color: #AA1486;
}
</style>