Shades of Medium Red Violet #AA2F77
Tints of Medium Red Violet #AA2F77
RGB
CMYK
RGB Variations
Color information
#AA2F77 (or 0xAA2F77) is known color: Medium Red Violet. HEX triplet: AA, 2F and 77. RGB value is (170,47,119). Sum of RGB (Red+Green+Blue) = 170+47+119=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2F77 is #55D088. Grayscale: #5B5B5B. Windows color (decimal): -5623945 or 7810986. OLE color: 7810986.
HSL color Cylindrical-coordinate representation of color #AA2F77: hue angle of 324.88º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA2F77 is Cyan = 0, Magento = 0.72, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 119 | - |
| CMYK | 0 | 0.72 | 0.3 | 0.33 |
| HSL | 324.88º | 0.57% | 0.43% | - |
| HSV(B) | 324.88º | 0.72% | 0.67% | - |
| XYZ | 20.92 | 11.91 | 18.65 | - |
| YUV | 91.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 119 | 0 | 0.72 | 0.3 | 0.33 | 324.88 | 0.57 | 0.43 |
| Hex | AA | 2F | 77 | 0 | 48 | 1E | 21 | 145 | 39 | 2B |
| Octal | 252 | 57 | 167 | 0 | 110 | 36 | 41 | 505 | 71 | 53 |
| Binary | 10101010 | 101111 | 1110111 | 0 | 1001000 | 11110 | 100001 | 101000101 | 111001 | 101011 |
Color Harmonies of #AA2F77
Complementary color
Monochromatic Colors of #AA2F77
Black with #AA2F77
Text Example
Text Example
White with #AA2F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F77; }
p { color: rgb(170,47,119); }
H1.HeaderClassName
{
color: #AA2F77;
}
.AnyTagClassName
{
color: #AA2F77;
}
</style>
background-color css
<style>
a { background-color: #AA2F77; }
a { background-color: rgb(170,47,119); }
div.DivClassName
{
background-color: #AA2F77;
}
.BgClassName
{
background-color: #AA2F77;
}
</style>
border-color css
<style>
span { border-color: #AA2F77; }
span { border-color: rgb(170,47,119); }
td.TdClassName
{
border-color: #AA2F77;
}
.TagClassName
{
border-color: #AA2F77;
}
</style>