Shades of Medium Red Violet #AA3994
Tints of Medium Red Violet #AA3994
RGB
CMYK
RGB Variations
Color information
#AA3994 (or 0xAA3994) is known color: Medium Red Violet. HEX triplet: AA, 39 and 94. RGB value is (170,57,148). Sum of RGB (Red+Green+Blue) = 170+57+148=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3994 is #55C66B. Grayscale: #646464. Windows color (decimal): -5621356 or 9714090. OLE color: 9714090.
HSL color Cylindrical-coordinate representation of color #AA3994: hue angle of 311.68º 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 #AA3994 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 148 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.33 |
| HSL | 311.68º | 0.5% | 0.45% | - |
| HSV(B) | 311.68º | 0.66% | 0.67% | - |
| XYZ | 23.39 | 13.61 | 29.41 | - |
| YUV | 101.16 | 154.44 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 148 | 0 | 0.66 | 0.13 | 0.33 | 311.68 | 0.5 | 0.45 |
| Hex | AA | 39 | 94 | 0 | 42 | D | 21 | 138 | 32 | 2D |
| Octal | 252 | 71 | 224 | 0 | 102 | 15 | 41 | 470 | 62 | 55 |
| Binary | 10101010 | 111001 | 10010100 | 0 | 1000010 | 1101 | 100001 | 100111000 | 110010 | 101101 |
Color Harmonies of #AA3994
Complementary color
Monochromatic Colors of #AA3994
Black with #AA3994
Text Example
Text Example
White with #AA3994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3994; }
p { color: rgb(170,57,148); }
H1.HeaderClassName
{
color: #AA3994;
}
.AnyTagClassName
{
color: #AA3994;
}
</style>
background-color css
<style>
a { background-color: #AA3994; }
a { background-color: rgb(170,57,148); }
div.DivClassName
{
background-color: #AA3994;
}
.BgClassName
{
background-color: #AA3994;
}
</style>
border-color css
<style>
span { border-color: #AA3994; }
span { border-color: rgb(170,57,148); }
td.TdClassName
{
border-color: #AA3994;
}
.TagClassName
{
border-color: #AA3994;
}
</style>