Shades of Medium Red Violet #AA3293
Tints of Medium Red Violet #AA3293
RGB
CMYK
RGB Variations
Color information
#AA3293 (or 0xAA3293) is known color: Medium Red Violet. HEX triplet: AA, 32 and 93. RGB value is (170,50,147). Sum of RGB (Red+Green+Blue) = 170+50+147=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3293 is #55CD6C. Grayscale: #606060. Windows color (decimal): -5623149 or 9646762. OLE color: 9646762.
HSL color Cylindrical-coordinate representation of color #AA3293: hue angle of 311.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3293 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 50 | 147 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.33 |
| HSL | 311.5º | 0.55% | 0.43% | - |
| HSV(B) | 311.5º | 0.71% | 0.67% | - |
| XYZ | 22.98 | 12.93 | 28.89 | - |
| YUV | 96.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 50 | 147 | 0 | 0.71 | 0.14 | 0.33 | 311.5 | 0.55 | 0.43 |
| Hex | AA | 32 | 93 | 0 | 47 | E | 21 | 138 | 37 | 2B |
| Octal | 252 | 62 | 223 | 0 | 107 | 16 | 41 | 470 | 67 | 53 |
| Binary | 10101010 | 110010 | 10010011 | 0 | 1000111 | 1110 | 100001 | 100111000 | 110111 | 101011 |
Color Harmonies of #AA3293
Complementary color
Monochromatic Colors of #AA3293
Black with #AA3293
Text Example
Text Example
White with #AA3293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3293; }
p { color: rgb(170,50,147); }
H1.HeaderClassName
{
color: #AA3293;
}
.AnyTagClassName
{
color: #AA3293;
}
</style>
background-color css
<style>
a { background-color: #AA3293; }
a { background-color: rgb(170,50,147); }
div.DivClassName
{
background-color: #AA3293;
}
.BgClassName
{
background-color: #AA3293;
}
</style>
border-color css
<style>
span { border-color: #AA3293; }
span { border-color: rgb(170,50,147); }
td.TdClassName
{
border-color: #AA3293;
}
.TagClassName
{
border-color: #AA3293;
}
</style>