Shades of Medium Red Violet #AA3F83
Tints of Medium Red Violet #AA3F83
RGB
CMYK
RGB Variations
Color information
#AA3F83 (or 0xAA3F83) is known color: Medium Red Violet. HEX triplet: AA, 3F and 83. RGB value is (170,63,131). Sum of RGB (Red+Green+Blue) = 170+63+131=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F83 is #55C07C. Grayscale: #666666. Windows color (decimal): -5619837 or 8601514. OLE color: 8601514.
HSL color Cylindrical-coordinate representation of color #AA3F83: hue angle of 321.87º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F83 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 131 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.33 |
| HSL | 321.87º | 0.46% | 0.46% | - |
| HSV(B) | 321.87º | 0.63% | 0.67% | - |
| XYZ | 22.45 | 13.74 | 22.94 | - |
| YUV | 102.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 131 | 0 | 0.63 | 0.23 | 0.33 | 321.87 | 0.46 | 0.46 |
| Hex | AA | 3F | 83 | 0 | 3F | 17 | 21 | 142 | 2E | 2E |
| Octal | 252 | 77 | 203 | 0 | 77 | 27 | 41 | 502 | 56 | 56 |
| Binary | 10101010 | 111111 | 10000011 | 0 | 111111 | 10111 | 100001 | 101000010 | 101110 | 101110 |
Color Harmonies of #AA3F83
Complementary color
Monochromatic Colors of #AA3F83
Black with #AA3F83
Text Example
Text Example
White with #AA3F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F83; }
p { color: rgb(170,63,131); }
H1.HeaderClassName
{
color: #AA3F83;
}
.AnyTagClassName
{
color: #AA3F83;
}
</style>
background-color css
<style>
a { background-color: #AA3F83; }
a { background-color: rgb(170,63,131); }
div.DivClassName
{
background-color: #AA3F83;
}
.BgClassName
{
background-color: #AA3F83;
}
</style>
border-color css
<style>
span { border-color: #AA3F83; }
span { border-color: rgb(170,63,131); }
td.TdClassName
{
border-color: #AA3F83;
}
.TagClassName
{
border-color: #AA3F83;
}
</style>