Shades of Medium Red Violet #AA4091
Tints of Medium Red Violet #AA4091
RGB
CMYK
RGB Variations
Color information
#AA4091 (or 0xAA4091) is known color: Medium Red Violet. HEX triplet: AA, 40 and 91. RGB value is (170,64,145). Sum of RGB (Red+Green+Blue) = 170+64+145=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4091 is #55BF6E. Grayscale: #686868. Windows color (decimal): -5619567 or 9519274. OLE color: 9519274.
HSL color Cylindrical-coordinate representation of color #AA4091: hue angle of 314.15º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4091 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 145 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.33 |
| HSL | 314.15º | 0.45% | 0.46% | - |
| HSV(B) | 314.15º | 0.62% | 0.67% | - |
| XYZ | 23.52 | 14.26 | 28.3 | - |
| YUV | 104.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 145 | 0 | 0.62 | 0.15 | 0.33 | 314.15 | 0.45 | 0.46 |
| Hex | AA | 40 | 91 | 0 | 3E | F | 21 | 13A | 2D | 2E |
| Octal | 252 | 100 | 221 | 0 | 76 | 17 | 41 | 472 | 55 | 56 |
| Binary | 10101010 | 1000000 | 10010001 | 0 | 111110 | 1111 | 100001 | 100111010 | 101101 | 101110 |
Color Harmonies of #AA4091
Complementary color
Monochromatic Colors of #AA4091
Black with #AA4091
Text Example
Text Example
White with #AA4091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4091; }
p { color: rgb(170,64,145); }
H1.HeaderClassName
{
color: #AA4091;
}
.AnyTagClassName
{
color: #AA4091;
}
</style>
background-color css
<style>
a { background-color: #AA4091; }
a { background-color: rgb(170,64,145); }
div.DivClassName
{
background-color: #AA4091;
}
.BgClassName
{
background-color: #AA4091;
}
</style>
border-color css
<style>
span { border-color: #AA4091; }
span { border-color: rgb(170,64,145); }
td.TdClassName
{
border-color: #AA4091;
}
.TagClassName
{
border-color: #AA4091;
}
</style>