Shades of Medium Red Violet #AA2986
Tints of Medium Red Violet #AA2986
RGB
CMYK
RGB Variations
Color information
#AA2986 (or 0xAA2986) is known color: Medium Red Violet. HEX triplet: AA, 29 and 86. RGB value is (170,41,134). Sum of RGB (Red+Green+Blue) = 170+41+134=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2986 is #55D679. Grayscale: #595959. Windows color (decimal): -5625466 or 8792490. OLE color: 8792490.
HSL color Cylindrical-coordinate representation of color #AA2986: hue angle of 316.74º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2986 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 134 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.33 |
| HSL | 316.74º | 0.61% | 0.41% | - |
| HSV(B) | 316.74º | 0.76% | 0.67% | - |
| XYZ | 21.67 | 11.85 | 23.7 | - |
| YUV | 90.17 | 152.74 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 134 | 0 | 0.76 | 0.21 | 0.33 | 316.74 | 0.61 | 0.41 |
| Hex | AA | 29 | 86 | 0 | 4C | 15 | 21 | 13D | 3D | 29 |
| Octal | 252 | 51 | 206 | 0 | 114 | 25 | 41 | 475 | 75 | 51 |
| Binary | 10101010 | 101001 | 10000110 | 0 | 1001100 | 10101 | 100001 | 100111101 | 111101 | 101001 |
Color Harmonies of #AA2986
Complementary color
Monochromatic Colors of #AA2986
Black with #AA2986
Text Example
Text Example
White with #AA2986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2986; }
p { color: rgb(170,41,134); }
H1.HeaderClassName
{
color: #AA2986;
}
.AnyTagClassName
{
color: #AA2986;
}
</style>
background-color css
<style>
a { background-color: #AA2986; }
a { background-color: rgb(170,41,134); }
div.DivClassName
{
background-color: #AA2986;
}
.BgClassName
{
background-color: #AA2986;
}
</style>
border-color css
<style>
span { border-color: #AA2986; }
span { border-color: rgb(170,41,134); }
td.TdClassName
{
border-color: #AA2986;
}
.TagClassName
{
border-color: #AA2986;
}
</style>