Shades of Medium Red Violet #AA2790
Tints of Medium Red Violet #AA2790
RGB
CMYK
RGB Variations
Color information
#AA2790 (or 0xAA2790) is known color: Medium Red Violet. HEX triplet: AA, 27 and 90. RGB value is (170,39,144). Sum of RGB (Red+Green+Blue) = 170+39+144=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2790 is #55D86F. Grayscale: #595959. Windows color (decimal): -5625968 or 9447338. OLE color: 9447338.
HSL color Cylindrical-coordinate representation of color #AA2790: hue angle of 311.91º 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 #AA2790 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 144 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.33 |
| HSL | 311.91º | 0.63% | 0.41% | - |
| HSV(B) | 311.91º | 0.77% | 0.67% | - |
| XYZ | 22.34 | 12.01 | 27.53 | - |
| YUV | 90.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 144 | 0 | 0.77 | 0.15 | 0.33 | 311.91 | 0.63 | 0.41 |
| Hex | AA | 27 | 90 | 0 | 4D | F | 21 | 138 | 3F | 29 |
| Octal | 252 | 47 | 220 | 0 | 115 | 17 | 41 | 470 | 77 | 51 |
| Binary | 10101010 | 100111 | 10010000 | 0 | 1001101 | 1111 | 100001 | 100111000 | 111111 | 101001 |
Color Harmonies of #AA2790
Complementary color
Monochromatic Colors of #AA2790
Black with #AA2790
Text Example
Text Example
White with #AA2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2790; }
p { color: rgb(170,39,144); }
H1.HeaderClassName
{
color: #AA2790;
}
.AnyTagClassName
{
color: #AA2790;
}
</style>
background-color css
<style>
a { background-color: #AA2790; }
a { background-color: rgb(170,39,144); }
div.DivClassName
{
background-color: #AA2790;
}
.BgClassName
{
background-color: #AA2790;
}
</style>
border-color css
<style>
span { border-color: #AA2790; }
span { border-color: rgb(170,39,144); }
td.TdClassName
{
border-color: #AA2790;
}
.TagClassName
{
border-color: #AA2790;
}
</style>