Shades of Medium Red Violet #AA1E9E
Tints of Medium Red Violet #AA1E9E
RGB
CMYK
RGB Variations
Color information
#AA1E9E (or 0xAA1E9E) is known color: Medium Red Violet. HEX triplet: AA, 1E and 9E. RGB value is (170,30,158). Sum of RGB (Red+Green+Blue) = 170+30+158=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E9E is #55E161. Grayscale: #565656. Windows color (decimal): -5628258 or 10362538. OLE color: 10362538.
HSL color Cylindrical-coordinate representation of color #AA1E9E: hue angle of 305.14º 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 #AA1E9E is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 158 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.33 |
| HSL | 305.14º | 0.7% | 0.39% | - |
| HSV(B) | 305.14º | 0.82% | 0.67% | - |
| XYZ | 23.21 | 11.94 | 33.43 | - |
| YUV | 86.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 158 | 0 | 0.82 | 0.07 | 0.33 | 305.14 | 0.7 | 0.39 |
| Hex | AA | 1E | 9E | 0 | 52 | 7 | 21 | 131 | 46 | 27 |
| Octal | 252 | 36 | 236 | 0 | 122 | 7 | 41 | 461 | 106 | 47 |
| Binary | 10101010 | 11110 | 10011110 | 0 | 1010010 | 111 | 100001 | 100110001 | 1000110 | 100111 |
Color Harmonies of #AA1E9E
Complementary color
Monochromatic Colors of #AA1E9E
Black with #AA1E9E
Text Example
Text Example
White with #AA1E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E9E; }
p { color: rgb(170,30,158); }
H1.HeaderClassName
{
color: #AA1E9E;
}
.AnyTagClassName
{
color: #AA1E9E;
}
</style>
background-color css
<style>
a { background-color: #AA1E9E; }
a { background-color: rgb(170,30,158); }
div.DivClassName
{
background-color: #AA1E9E;
}
.BgClassName
{
background-color: #AA1E9E;
}
</style>
border-color css
<style>
span { border-color: #AA1E9E; }
span { border-color: rgb(170,30,158); }
td.TdClassName
{
border-color: #AA1E9E;
}
.TagClassName
{
border-color: #AA1E9E;
}
</style>