Shades of Medium Red Violet #AA3C83
Tints of Medium Red Violet #AA3C83
RGB
CMYK
RGB Variations
Color information
#AA3C83 (or 0xAA3C83) is known color: Medium Red Violet. HEX triplet: AA, 3C and 83. RGB value is (170,60,131). Sum of RGB (Red+Green+Blue) = 170+60+131=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3C83 is #55C37C. Grayscale: #646464. Windows color (decimal): -5620605 or 8600746. OLE color: 8600746.
HSL color Cylindrical-coordinate representation of color #AA3C83: hue angle of 321.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C83 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 131 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.33 |
| HSL | 321.27º | 0.48% | 0.45% | - |
| HSV(B) | 321.27º | 0.65% | 0.67% | - |
| XYZ | 22.29 | 13.42 | 22.89 | - |
| YUV | 100.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 131 | 0 | 0.65 | 0.23 | 0.33 | 321.27 | 0.48 | 0.45 |
| Hex | AA | 3C | 83 | 0 | 41 | 17 | 21 | 141 | 30 | 2D |
| Octal | 252 | 74 | 203 | 0 | 101 | 27 | 41 | 501 | 60 | 55 |
| Binary | 10101010 | 111100 | 10000011 | 0 | 1000001 | 10111 | 100001 | 101000001 | 110000 | 101101 |
Color Harmonies of #AA3C83
Complementary color
Monochromatic Colors of #AA3C83
Black with #AA3C83
Text Example
Text Example
White with #AA3C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C83; }
p { color: rgb(170,60,131); }
H1.HeaderClassName
{
color: #AA3C83;
}
.AnyTagClassName
{
color: #AA3C83;
}
</style>
background-color css
<style>
a { background-color: #AA3C83; }
a { background-color: rgb(170,60,131); }
div.DivClassName
{
background-color: #AA3C83;
}
.BgClassName
{
background-color: #AA3C83;
}
</style>
border-color css
<style>
span { border-color: #AA3C83; }
span { border-color: rgb(170,60,131); }
td.TdClassName
{
border-color: #AA3C83;
}
.TagClassName
{
border-color: #AA3C83;
}
</style>