Shades of Medium Red Violet #AA2983
Tints of Medium Red Violet #AA2983
RGB
CMYK
RGB Variations
Color information
#AA2983 (or 0xAA2983) is known color: Medium Red Violet. HEX triplet: AA, 29 and 83. RGB value is (170,41,131). Sum of RGB (Red+Green+Blue) = 170+41+131=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2983 is #55D67C. Grayscale: #595959. Windows color (decimal): -5625469 or 8595882. OLE color: 8595882.
HSL color Cylindrical-coordinate representation of color #AA2983: hue angle of 318.14º 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 #AA2983 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 131 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.33 |
| HSL | 318.14º | 0.61% | 0.41% | - |
| HSV(B) | 318.14º | 0.76% | 0.67% | - |
| XYZ | 21.47 | 11.77 | 22.61 | - |
| YUV | 89.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 131 | 0 | 0.76 | 0.23 | 0.33 | 318.14 | 0.61 | 0.41 |
| Hex | AA | 29 | 83 | 0 | 4C | 17 | 21 | 13E | 3D | 29 |
| Octal | 252 | 51 | 203 | 0 | 114 | 27 | 41 | 476 | 75 | 51 |
| Binary | 10101010 | 101001 | 10000011 | 0 | 1001100 | 10111 | 100001 | 100111110 | 111101 | 101001 |
Color Harmonies of #AA2983
Complementary color
Monochromatic Colors of #AA2983
Black with #AA2983
Text Example
Text Example
White with #AA2983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2983; }
p { color: rgb(170,41,131); }
H1.HeaderClassName
{
color: #AA2983;
}
.AnyTagClassName
{
color: #AA2983;
}
</style>
background-color css
<style>
a { background-color: #AA2983; }
a { background-color: rgb(170,41,131); }
div.DivClassName
{
background-color: #AA2983;
}
.BgClassName
{
background-color: #AA2983;
}
</style>
border-color css
<style>
span { border-color: #AA2983; }
span { border-color: rgb(170,41,131); }
td.TdClassName
{
border-color: #AA2983;
}
.TagClassName
{
border-color: #AA2983;
}
</style>