Shades of Medium Red Violet #AA1E93
Tints of Medium Red Violet #AA1E93
RGB
CMYK
RGB Variations
Color information
#AA1E93 (or 0xAA1E93) is known color: Medium Red Violet. HEX triplet: AA, 1E and 93. RGB value is (170,30,147). Sum of RGB (Red+Green+Blue) = 170+30+147=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E93 is #55E16C. Grayscale: #545454. Windows color (decimal): -5628269 or 9641642. OLE color: 9641642.
HSL color Cylindrical-coordinate representation of color #AA1E93: hue angle of 309.86º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E93 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 147 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.33 |
| HSL | 309.86º | 0.7% | 0.39% | - |
| HSV(B) | 309.86º | 0.82% | 0.67% | - |
| XYZ | 22.31 | 11.58 | 28.66 | - |
| YUV | 85.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 147 | 0 | 0.82 | 0.14 | 0.33 | 309.86 | 0.7 | 0.39 |
| Hex | AA | 1E | 93 | 0 | 52 | E | 21 | 136 | 46 | 27 |
| Octal | 252 | 36 | 223 | 0 | 122 | 16 | 41 | 466 | 106 | 47 |
| Binary | 10101010 | 11110 | 10010011 | 0 | 1010010 | 1110 | 100001 | 100110110 | 1000110 | 100111 |
Color Harmonies of #AA1E93
Complementary color
Monochromatic Colors of #AA1E93
Black with #AA1E93
Text Example
Text Example
White with #AA1E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E93; }
p { color: rgb(170,30,147); }
H1.HeaderClassName
{
color: #AA1E93;
}
.AnyTagClassName
{
color: #AA1E93;
}
</style>
background-color css
<style>
a { background-color: #AA1E93; }
a { background-color: rgb(170,30,147); }
div.DivClassName
{
background-color: #AA1E93;
}
.BgClassName
{
background-color: #AA1E93;
}
</style>
border-color css
<style>
span { border-color: #AA1E93; }
span { border-color: rgb(170,30,147); }
td.TdClassName
{
border-color: #AA1E93;
}
.TagClassName
{
border-color: #AA1E93;
}
</style>