Shades of Medium Red Violet #AA3993
Tints of Medium Red Violet #AA3993
RGB
CMYK
RGB Variations
Color information
#AA3993 (or 0xAA3993) is known color: Medium Red Violet. HEX triplet: AA, 39 and 93. RGB value is (170,57,147). Sum of RGB (Red+Green+Blue) = 170+57+147=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3993 is #55C66C. Grayscale: #646464. Windows color (decimal): -5621357 or 9648554. OLE color: 9648554.
HSL color Cylindrical-coordinate representation of color #AA3993: hue angle of 312.21º 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 #AA3993 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 147 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.33 |
| HSL | 312.21º | 0.5% | 0.45% | - |
| HSV(B) | 312.21º | 0.66% | 0.67% | - |
| XYZ | 23.31 | 13.58 | 29 | - |
| YUV | 101.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 147 | 0 | 0.66 | 0.14 | 0.33 | 312.21 | 0.5 | 0.45 |
| Hex | AA | 39 | 93 | 0 | 42 | E | 21 | 138 | 32 | 2D |
| Octal | 252 | 71 | 223 | 0 | 102 | 16 | 41 | 470 | 62 | 55 |
| Binary | 10101010 | 111001 | 10010011 | 0 | 1000010 | 1110 | 100001 | 100111000 | 110010 | 101101 |
Color Harmonies of #AA3993
Complementary color
Monochromatic Colors of #AA3993
Black with #AA3993
Text Example
Text Example
White with #AA3993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3993; }
p { color: rgb(170,57,147); }
H1.HeaderClassName
{
color: #AA3993;
}
.AnyTagClassName
{
color: #AA3993;
}
</style>
background-color css
<style>
a { background-color: #AA3993; }
a { background-color: rgb(170,57,147); }
div.DivClassName
{
background-color: #AA3993;
}
.BgClassName
{
background-color: #AA3993;
}
</style>
border-color css
<style>
span { border-color: #AA3993; }
span { border-color: rgb(170,57,147); }
td.TdClassName
{
border-color: #AA3993;
}
.TagClassName
{
border-color: #AA3993;
}
</style>