Shades of Medium Violet Red #AA1993
Tints of Medium Violet Red #AA1993
RGB
CMYK
RGB Variations
Color information
#AA1993 (or 0xAA1993) is known color: Medium Violet Red. HEX triplet: AA, 19 and 93. RGB value is (170,25,147). Sum of RGB (Red+Green+Blue) = 170+25+147=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1993 is #55E66C. Grayscale: #515151. Windows color (decimal): -5629549 or 9640362. OLE color: 9640362.
HSL color Cylindrical-coordinate representation of color #AA1993: hue angle of 309.52º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1993 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 147 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.33 |
| HSL | 309.52º | 0.74% | 0.38% | - |
| HSV(B) | 309.52º | 0.85% | 0.67% | - |
| XYZ | 22.19 | 11.35 | 28.62 | - |
| YUV | 82.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 147 | 0 | 0.85 | 0.14 | 0.33 | 309.52 | 0.74 | 0.38 |
| Hex | AA | 19 | 93 | 0 | 55 | E | 21 | 136 | 4A | 26 |
| Octal | 252 | 31 | 223 | 0 | 125 | 16 | 41 | 466 | 112 | 46 |
| Binary | 10101010 | 11001 | 10010011 | 0 | 1010101 | 1110 | 100001 | 100110110 | 1001010 | 100110 |
Color Harmonies of #AA1993
Complementary color
Monochromatic Colors of #AA1993
Black with #AA1993
Text Example
Text Example
White with #AA1993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1993; }
p { color: rgb(170,25,147); }
H1.HeaderClassName
{
color: #AA1993;
}
.AnyTagClassName
{
color: #AA1993;
}
</style>
background-color css
<style>
a { background-color: #AA1993; }
a { background-color: rgb(170,25,147); }
div.DivClassName
{
background-color: #AA1993;
}
.BgClassName
{
background-color: #AA1993;
}
</style>
border-color css
<style>
span { border-color: #AA1993; }
span { border-color: rgb(170,25,147); }
td.TdClassName
{
border-color: #AA1993;
}
.TagClassName
{
border-color: #AA1993;
}
</style>