Shades of Medium Red Violet #AA2785
Tints of Medium Red Violet #AA2785
RGB
CMYK
RGB Variations
Color information
#AA2785 (or 0xAA2785) is known color: Medium Red Violet. HEX triplet: AA, 27 and 85. RGB value is (170,39,133). Sum of RGB (Red+Green+Blue) = 170+39+133=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2785 is #55D87A. Grayscale: #585858. Windows color (decimal): -5625979 or 8726442. OLE color: 8726442.
HSL color Cylindrical-coordinate representation of color #AA2785: hue angle of 316.95º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2785 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 133 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.33 |
| HSL | 316.95º | 0.63% | 0.41% | - |
| HSV(B) | 316.95º | 0.77% | 0.67% | - |
| XYZ | 21.54 | 11.69 | 23.31 | - |
| YUV | 88.89 | 152.9 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 133 | 0 | 0.77 | 0.22 | 0.33 | 316.95 | 0.63 | 0.41 |
| Hex | AA | 27 | 85 | 0 | 4D | 16 | 21 | 13D | 3F | 29 |
| Octal | 252 | 47 | 205 | 0 | 115 | 26 | 41 | 475 | 77 | 51 |
| Binary | 10101010 | 100111 | 10000101 | 0 | 1001101 | 10110 | 100001 | 100111101 | 111111 | 101001 |
Color Harmonies of #AA2785
Complementary color
Monochromatic Colors of #AA2785
Black with #AA2785
Text Example
Text Example
White with #AA2785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2785; }
p { color: rgb(170,39,133); }
H1.HeaderClassName
{
color: #AA2785;
}
.AnyTagClassName
{
color: #AA2785;
}
</style>
background-color css
<style>
a { background-color: #AA2785; }
a { background-color: rgb(170,39,133); }
div.DivClassName
{
background-color: #AA2785;
}
.BgClassName
{
background-color: #AA2785;
}
</style>
border-color css
<style>
span { border-color: #AA2785; }
span { border-color: rgb(170,39,133); }
td.TdClassName
{
border-color: #AA2785;
}
.TagClassName
{
border-color: #AA2785;
}
</style>