Shades of Medium Red Violet #AA4592
Tints of Medium Red Violet #AA4592
RGB
CMYK
RGB Variations
Color information
#AA4592 (or 0xAA4592) is known color: Medium Red Violet. HEX triplet: AA, 45 and 92. RGB value is (170,69,146). Sum of RGB (Red+Green+Blue) = 170+69+146=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4592 is #55BA6D. Grayscale: #6B6B6B. Windows color (decimal): -5618286 or 9586090. OLE color: 9586090.
HSL color Cylindrical-coordinate representation of color #AA4592: hue angle of 314.26º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4592 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 146 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.33 |
| HSL | 314.26º | 0.42% | 0.47% | - |
| HSV(B) | 314.26º | 0.59% | 0.67% | - |
| XYZ | 23.89 | 14.88 | 28.81 | - |
| YUV | 107.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 146 | 0 | 0.59 | 0.14 | 0.33 | 314.26 | 0.42 | 0.47 |
| Hex | AA | 45 | 92 | 0 | 3B | E | 21 | 13A | 2A | 2F |
| Octal | 252 | 105 | 222 | 0 | 73 | 16 | 41 | 472 | 52 | 57 |
| Binary | 10101010 | 1000101 | 10010010 | 0 | 111011 | 1110 | 100001 | 100111010 | 101010 | 101111 |
Color Harmonies of #AA4592
Complementary color
Monochromatic Colors of #AA4592
Black with #AA4592
Text Example
Text Example
White with #AA4592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4592; }
p { color: rgb(170,69,146); }
H1.HeaderClassName
{
color: #AA4592;
}
.AnyTagClassName
{
color: #AA4592;
}
</style>
background-color css
<style>
a { background-color: #AA4592; }
a { background-color: rgb(170,69,146); }
div.DivClassName
{
background-color: #AA4592;
}
.BgClassName
{
background-color: #AA4592;
}
</style>
border-color css
<style>
span { border-color: #AA4592; }
span { border-color: rgb(170,69,146); }
td.TdClassName
{
border-color: #AA4592;
}
.TagClassName
{
border-color: #AA4592;
}
</style>