Shades of Medium Red Violet #AA3092
Tints of Medium Red Violet #AA3092
RGB
CMYK
RGB Variations
Color information
#AA3092 (or 0xAA3092) is known color: Medium Red Violet. HEX triplet: AA, 30 and 92. RGB value is (170,48,146). Sum of RGB (Red+Green+Blue) = 170+48+146=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3092 is #55CF6D. Grayscale: #5F5F5F. Windows color (decimal): -5623662 or 9580714. OLE color: 9580714.
HSL color Cylindrical-coordinate representation of color #AA3092: hue angle of 311.8º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3092 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 146 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.33 |
| HSL | 311.8º | 0.56% | 0.43% | - |
| HSV(B) | 311.8º | 0.72% | 0.67% | - |
| XYZ | 22.82 | 12.74 | 28.45 | - |
| YUV | 95.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 146 | 0 | 0.72 | 0.14 | 0.33 | 311.8 | 0.56 | 0.43 |
| Hex | AA | 30 | 92 | 0 | 48 | E | 21 | 138 | 38 | 2B |
| Octal | 252 | 60 | 222 | 0 | 110 | 16 | 41 | 470 | 70 | 53 |
| Binary | 10101010 | 110000 | 10010010 | 0 | 1001000 | 1110 | 100001 | 100111000 | 111000 | 101011 |
Color Harmonies of #AA3092
Complementary color
Monochromatic Colors of #AA3092
Black with #AA3092
Text Example
Text Example
White with #AA3092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3092; }
p { color: rgb(170,48,146); }
H1.HeaderClassName
{
color: #AA3092;
}
.AnyTagClassName
{
color: #AA3092;
}
</style>
background-color css
<style>
a { background-color: #AA3092; }
a { background-color: rgb(170,48,146); }
div.DivClassName
{
background-color: #AA3092;
}
.BgClassName
{
background-color: #AA3092;
}
</style>
border-color css
<style>
span { border-color: #AA3092; }
span { border-color: rgb(170,48,146); }
td.TdClassName
{
border-color: #AA3092;
}
.TagClassName
{
border-color: #AA3092;
}
</style>