Shades of Medium Red Violet #AA2770
Tints of Medium Red Violet #AA2770
RGB
CMYK
RGB Variations
Color information
#AA2770 (or 0xAA2770) is known color: Medium Red Violet. HEX triplet: AA, 27 and 70. RGB value is (170,39,112). Sum of RGB (Red+Green+Blue) = 170+39+112=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2770 is #55D88F. Grayscale: #565656. Windows color (decimal): -5626000 or 7350186. OLE color: 7350186.
HSL color Cylindrical-coordinate representation of color #AA2770: hue angle of 326.56º 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 #AA2770 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 112 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.33 |
| HSL | 326.56º | 0.63% | 0.41% | - |
| HSV(B) | 326.56º | 0.77% | 0.67% | - |
| XYZ | 20.23 | 11.17 | 16.42 | - |
| YUV | 86.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 112 | 0 | 0.77 | 0.34 | 0.33 | 326.56 | 0.63 | 0.41 |
| Hex | AA | 27 | 70 | 0 | 4D | 22 | 21 | 147 | 3F | 29 |
| Octal | 252 | 47 | 160 | 0 | 115 | 42 | 41 | 507 | 77 | 51 |
| Binary | 10101010 | 100111 | 1110000 | 0 | 1001101 | 100010 | 100001 | 101000111 | 111111 | 101001 |
Color Harmonies of #AA2770
Complementary color
Monochromatic Colors of #AA2770
Black with #AA2770
Text Example
Text Example
White with #AA2770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2770; }
p { color: rgb(170,39,112); }
H1.HeaderClassName
{
color: #AA2770;
}
.AnyTagClassName
{
color: #AA2770;
}
</style>
background-color css
<style>
a { background-color: #AA2770; }
a { background-color: rgb(170,39,112); }
div.DivClassName
{
background-color: #AA2770;
}
.BgClassName
{
background-color: #AA2770;
}
</style>
border-color css
<style>
span { border-color: #AA2770; }
span { border-color: rgb(170,39,112); }
td.TdClassName
{
border-color: #AA2770;
}
.TagClassName
{
border-color: #AA2770;
}
</style>