Shades of Medium Red Violet #AA4191
Tints of Medium Red Violet #AA4191
RGB
CMYK
RGB Variations
Color information
#AA4191 (or 0xAA4191) is known color: Medium Red Violet. HEX triplet: AA, 41 and 91. RGB value is (170,65,145). Sum of RGB (Red+Green+Blue) = 170+65+145=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4191 is #55BE6E. Grayscale: #696969. Windows color (decimal): -5619311 or 9519530. OLE color: 9519530.
HSL color Cylindrical-coordinate representation of color #AA4191: hue angle of 314.29º 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 #AA4191 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 145 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.33 |
| HSL | 314.29º | 0.45% | 0.46% | - |
| HSV(B) | 314.29º | 0.62% | 0.67% | - |
| XYZ | 23.58 | 14.37 | 28.32 | - |
| YUV | 105.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 145 | 0 | 0.62 | 0.15 | 0.33 | 314.29 | 0.45 | 0.46 |
| Hex | AA | 41 | 91 | 0 | 3E | F | 21 | 13A | 2D | 2E |
| Octal | 252 | 101 | 221 | 0 | 76 | 17 | 41 | 472 | 55 | 56 |
| Binary | 10101010 | 1000001 | 10010001 | 0 | 111110 | 1111 | 100001 | 100111010 | 101101 | 101110 |
Color Harmonies of #AA4191
Complementary color
Monochromatic Colors of #AA4191
Black with #AA4191
Text Example
Text Example
White with #AA4191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4191; }
p { color: rgb(170,65,145); }
H1.HeaderClassName
{
color: #AA4191;
}
.AnyTagClassName
{
color: #AA4191;
}
</style>
background-color css
<style>
a { background-color: #AA4191; }
a { background-color: rgb(170,65,145); }
div.DivClassName
{
background-color: #AA4191;
}
.BgClassName
{
background-color: #AA4191;
}
</style>
border-color css
<style>
span { border-color: #AA4191; }
span { border-color: rgb(170,65,145); }
td.TdClassName
{
border-color: #AA4191;
}
.TagClassName
{
border-color: #AA4191;
}
</style>