Shades of Medium Red Violet #AA3F99
Tints of Medium Red Violet #AA3F99
RGB
CMYK
RGB Variations
Color information
#AA3F99 (or 0xAA3F99) is known color: Medium Red Violet. HEX triplet: AA, 3F and 99. RGB value is (170,63,153). Sum of RGB (Red+Green+Blue) = 170+63+153=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F99 is #55C066. Grayscale: #686868. Windows color (decimal): -5619815 or 10043306. OLE color: 10043306.
HSL color Cylindrical-coordinate representation of color #AA3F99: hue angle of 309.53º 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 #AA3F99 is Cyan = 0, Magento = 0.63, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 153 | - |
| CMYK | 0 | 0.63 | 0.1 | 0.33 |
| HSL | 309.53º | 0.46% | 0.46% | - |
| HSV(B) | 309.53º | 0.63% | 0.67% | - |
| XYZ | 24.1 | 14.4 | 31.65 | - |
| YUV | 105.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 153 | 0 | 0.63 | 0.1 | 0.33 | 309.53 | 0.46 | 0.46 |
| Hex | AA | 3F | 99 | 0 | 3F | A | 21 | 136 | 2E | 2E |
| Octal | 252 | 77 | 231 | 0 | 77 | 12 | 41 | 466 | 56 | 56 |
| Binary | 10101010 | 111111 | 10011001 | 0 | 111111 | 1010 | 100001 | 100110110 | 101110 | 101110 |
Color Harmonies of #AA3F99
Complementary color
Monochromatic Colors of #AA3F99
Black with #AA3F99
Text Example
Text Example
White with #AA3F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F99; }
p { color: rgb(170,63,153); }
H1.HeaderClassName
{
color: #AA3F99;
}
.AnyTagClassName
{
color: #AA3F99;
}
</style>
background-color css
<style>
a { background-color: #AA3F99; }
a { background-color: rgb(170,63,153); }
div.DivClassName
{
background-color: #AA3F99;
}
.BgClassName
{
background-color: #AA3F99;
}
</style>
border-color css
<style>
span { border-color: #AA3F99; }
span { border-color: rgb(170,63,153); }
td.TdClassName
{
border-color: #AA3F99;
}
.TagClassName
{
border-color: #AA3F99;
}
</style>