Shades of Medium Red Violet #AA3693
Tints of Medium Red Violet #AA3693
RGB
CMYK
RGB Variations
Color information
#AA3693 (or 0xAA3693) is known color: Medium Red Violet. HEX triplet: AA, 36 and 93. RGB value is (170,54,147). Sum of RGB (Red+Green+Blue) = 170+54+147=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3693 is #55C96C. Grayscale: #636363. Windows color (decimal): -5622125 or 9647786. OLE color: 9647786.
HSL color Cylindrical-coordinate representation of color #AA3693: hue angle of 311.9º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3693 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 54 | 147 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.33 |
| HSL | 311.9º | 0.52% | 0.44% | - |
| HSV(B) | 311.9º | 0.68% | 0.67% | - |
| XYZ | 23.16 | 13.29 | 28.95 | - |
| YUV | 99.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 54 | 147 | 0 | 0.68 | 0.14 | 0.33 | 311.9 | 0.52 | 0.44 |
| Hex | AA | 36 | 93 | 0 | 44 | E | 21 | 138 | 34 | 2C |
| Octal | 252 | 66 | 223 | 0 | 104 | 16 | 41 | 470 | 64 | 54 |
| Binary | 10101010 | 110110 | 10010011 | 0 | 1000100 | 1110 | 100001 | 100111000 | 110100 | 101100 |
Color Harmonies of #AA3693
Complementary color
Monochromatic Colors of #AA3693
Black with #AA3693
Text Example
Text Example
White with #AA3693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3693; }
p { color: rgb(170,54,147); }
H1.HeaderClassName
{
color: #AA3693;
}
.AnyTagClassName
{
color: #AA3693;
}
</style>
background-color css
<style>
a { background-color: #AA3693; }
a { background-color: rgb(170,54,147); }
div.DivClassName
{
background-color: #AA3693;
}
.BgClassName
{
background-color: #AA3693;
}
</style>
border-color css
<style>
span { border-color: #AA3693; }
span { border-color: rgb(170,54,147); }
td.TdClassName
{
border-color: #AA3693;
}
.TagClassName
{
border-color: #AA3693;
}
</style>