Shades of Medium Red Violet #AA1E92
Tints of Medium Red Violet #AA1E92
RGB
CMYK
RGB Variations
Color information
#AA1E92 (or 0xAA1E92) is known color: Medium Red Violet. HEX triplet: AA, 1E and 92. RGB value is (170,30,146). Sum of RGB (Red+Green+Blue) = 170+30+146=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E92 is #55E16D. Grayscale: #545454. Windows color (decimal): -5628270 or 9576106. OLE color: 9576106.
HSL color Cylindrical-coordinate representation of color #AA1E92: hue angle of 310.29º 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 #AA1E92 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 146 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.33 |
| HSL | 310.29º | 0.7% | 0.39% | - |
| HSV(B) | 310.29º | 0.82% | 0.67% | - |
| XYZ | 22.23 | 11.55 | 28.25 | - |
| YUV | 85.08 | 162.38 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 146 | 0 | 0.82 | 0.14 | 0.33 | 310.29 | 0.7 | 0.39 |
| Hex | AA | 1E | 92 | 0 | 52 | E | 21 | 136 | 46 | 27 |
| Octal | 252 | 36 | 222 | 0 | 122 | 16 | 41 | 466 | 106 | 47 |
| Binary | 10101010 | 11110 | 10010010 | 0 | 1010010 | 1110 | 100001 | 100110110 | 1000110 | 100111 |
Color Harmonies of #AA1E92
Complementary color
Monochromatic Colors of #AA1E92
Black with #AA1E92
Text Example
Text Example
White with #AA1E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E92; }
p { color: rgb(170,30,146); }
H1.HeaderClassName
{
color: #AA1E92;
}
.AnyTagClassName
{
color: #AA1E92;
}
</style>
background-color css
<style>
a { background-color: #AA1E92; }
a { background-color: rgb(170,30,146); }
div.DivClassName
{
background-color: #AA1E92;
}
.BgClassName
{
background-color: #AA1E92;
}
</style>
border-color css
<style>
span { border-color: #AA1E92; }
span { border-color: rgb(170,30,146); }
td.TdClassName
{
border-color: #AA1E92;
}
.TagClassName
{
border-color: #AA1E92;
}
</style>