Shades of Medium Violet Red #AA1785
Tints of Medium Violet Red #AA1785
RGB
CMYK
RGB Variations
Color information
#AA1785 (or 0xAA1785) is known color: Medium Violet Red. HEX triplet: AA, 17 and 85. RGB value is (170,23,133). Sum of RGB (Red+Green+Blue) = 170+23+133=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1785 is #55E87A. Grayscale: #4F4F4F. Windows color (decimal): -5630075 or 8722346. OLE color: 8722346.
HSL color Cylindrical-coordinate representation of color #AA1785: hue angle of 315.1º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1785 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 133 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.33 |
| HSL | 315.1º | 0.76% | 0.38% | - |
| HSV(B) | 315.1º | 0.86% | 0.67% | - |
| XYZ | 21.12 | 10.85 | 23.17 | - |
| YUV | 79.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 133 | 0 | 0.86 | 0.22 | 0.33 | 315.1 | 0.76 | 0.38 |
| Hex | AA | 17 | 85 | 0 | 56 | 16 | 21 | 13B | 4C | 26 |
| Octal | 252 | 27 | 205 | 0 | 126 | 26 | 41 | 473 | 114 | 46 |
| Binary | 10101010 | 10111 | 10000101 | 0 | 1010110 | 10110 | 100001 | 100111011 | 1001100 | 100110 |
Color Harmonies of #AA1785
Complementary color
Monochromatic Colors of #AA1785
Black with #AA1785
Text Example
Text Example
White with #AA1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1785; }
p { color: rgb(170,23,133); }
H1.HeaderClassName
{
color: #AA1785;
}
.AnyTagClassName
{
color: #AA1785;
}
</style>
background-color css
<style>
a { background-color: #AA1785; }
a { background-color: rgb(170,23,133); }
div.DivClassName
{
background-color: #AA1785;
}
.BgClassName
{
background-color: #AA1785;
}
</style>
border-color css
<style>
span { border-color: #AA1785; }
span { border-color: rgb(170,23,133); }
td.TdClassName
{
border-color: #AA1785;
}
.TagClassName
{
border-color: #AA1785;
}
</style>