Shades of Medium Red Violet #AA3996
Tints of Medium Red Violet #AA3996
RGB
CMYK
RGB Variations
Color information
#AA3996 (or 0xAA3996) is known color: Medium Red Violet. HEX triplet: AA, 39 and 96. RGB value is (170,57,150). Sum of RGB (Red+Green+Blue) = 170+57+150=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3996 is #55C669. Grayscale: #656565. Windows color (decimal): -5621354 or 9845162. OLE color: 9845162.
HSL color Cylindrical-coordinate representation of color #AA3996: hue angle of 310.62º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3996 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 150 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.33 |
| HSL | 310.62º | 0.5% | 0.45% | - |
| HSV(B) | 310.62º | 0.66% | 0.67% | - |
| XYZ | 23.55 | 13.67 | 30.25 | - |
| YUV | 101.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 150 | 0 | 0.66 | 0.12 | 0.33 | 310.62 | 0.5 | 0.45 |
| Hex | AA | 39 | 96 | 0 | 42 | C | 21 | 137 | 32 | 2D |
| Octal | 252 | 71 | 226 | 0 | 102 | 14 | 41 | 467 | 62 | 55 |
| Binary | 10101010 | 111001 | 10010110 | 0 | 1000010 | 1100 | 100001 | 100110111 | 110010 | 101101 |
Color Harmonies of #AA3996
Complementary color
Monochromatic Colors of #AA3996
Black with #AA3996
Text Example
Text Example
White with #AA3996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3996; }
p { color: rgb(170,57,150); }
H1.HeaderClassName
{
color: #AA3996;
}
.AnyTagClassName
{
color: #AA3996;
}
</style>
background-color css
<style>
a { background-color: #AA3996; }
a { background-color: rgb(170,57,150); }
div.DivClassName
{
background-color: #AA3996;
}
.BgClassName
{
background-color: #AA3996;
}
</style>
border-color css
<style>
span { border-color: #AA3996; }
span { border-color: rgb(170,57,150); }
td.TdClassName
{
border-color: #AA3996;
}
.TagClassName
{
border-color: #AA3996;
}
</style>