Shades of Medium Red Violet #AA2773
Tints of Medium Red Violet #AA2773
RGB
CMYK
RGB Variations
Color information
#AA2773 (or 0xAA2773) is known color: Medium Red Violet. HEX triplet: AA, 27 and 73. RGB value is (170,39,115). Sum of RGB (Red+Green+Blue) = 170+39+115=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2773 is #55D88C. Grayscale: #565656. Windows color (decimal): -5625997 or 7546794. OLE color: 7546794.
HSL color Cylindrical-coordinate representation of color #AA2773: hue angle of 325.19º 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 #AA2773 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 115 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.33 |
| HSL | 325.19º | 0.63% | 0.41% | - |
| HSV(B) | 325.19º | 0.77% | 0.67% | - |
| XYZ | 20.4 | 11.23 | 17.31 | - |
| YUV | 86.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 115 | 0 | 0.77 | 0.32 | 0.33 | 325.19 | 0.63 | 0.41 |
| Hex | AA | 27 | 73 | 0 | 4D | 20 | 21 | 145 | 3F | 29 |
| Octal | 252 | 47 | 163 | 0 | 115 | 40 | 41 | 505 | 77 | 51 |
| Binary | 10101010 | 100111 | 1110011 | 0 | 1001101 | 100000 | 100001 | 101000101 | 111111 | 101001 |
Color Harmonies of #AA2773
Complementary color
Monochromatic Colors of #AA2773
Black with #AA2773
Text Example
Text Example
White with #AA2773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2773; }
p { color: rgb(170,39,115); }
H1.HeaderClassName
{
color: #AA2773;
}
.AnyTagClassName
{
color: #AA2773;
}
</style>
background-color css
<style>
a { background-color: #AA2773; }
a { background-color: rgb(170,39,115); }
div.DivClassName
{
background-color: #AA2773;
}
.BgClassName
{
background-color: #AA2773;
}
</style>
border-color css
<style>
span { border-color: #AA2773; }
span { border-color: rgb(170,39,115); }
td.TdClassName
{
border-color: #AA2773;
}
.TagClassName
{
border-color: #AA2773;
}
</style>