Shades of Medium Red Violet #AA1F77
Tints of Medium Red Violet #AA1F77
RGB
CMYK
RGB Variations
Color information
#AA1F77 (or 0xAA1F77) is known color: Medium Red Violet. HEX triplet: AA, 1F and 77. RGB value is (170,31,119). Sum of RGB (Red+Green+Blue) = 170+31+119=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1F77 is #55E088. Grayscale: #525252. Windows color (decimal): -5628041 or 7806890. OLE color: 7806890.
HSL color Cylindrical-coordinate representation of color #AA1F77: hue angle of 322.01º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1F77 is Cyan = 0, Magento = 0.82, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 119 | - |
| CMYK | 0 | 0.82 | 0.3 | 0.33 |
| HSL | 322.01º | 0.69% | 0.39% | - |
| HSV(B) | 322.01º | 0.82% | 0.67% | - |
| XYZ | 20.4 | 10.86 | 18.47 | - |
| YUV | 82.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 119 | 0 | 0.82 | 0.3 | 0.33 | 322.01 | 0.69 | 0.39 |
| Hex | AA | 1F | 77 | 0 | 52 | 1E | 21 | 142 | 45 | 27 |
| Octal | 252 | 37 | 167 | 0 | 122 | 36 | 41 | 502 | 105 | 47 |
| Binary | 10101010 | 11111 | 1110111 | 0 | 1010010 | 11110 | 100001 | 101000010 | 1000101 | 100111 |
Color Harmonies of #AA1F77
Complementary color
Monochromatic Colors of #AA1F77
Black with #AA1F77
Text Example
Text Example
White with #AA1F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F77; }
p { color: rgb(170,31,119); }
H1.HeaderClassName
{
color: #AA1F77;
}
.AnyTagClassName
{
color: #AA1F77;
}
</style>
background-color css
<style>
a { background-color: #AA1F77; }
a { background-color: rgb(170,31,119); }
div.DivClassName
{
background-color: #AA1F77;
}
.BgClassName
{
background-color: #AA1F77;
}
</style>
border-color css
<style>
span { border-color: #AA1F77; }
span { border-color: rgb(170,31,119); }
td.TdClassName
{
border-color: #AA1F77;
}
.TagClassName
{
border-color: #AA1F77;
}
</style>