Shades of Medium Red Violet #AA4391
Tints of Medium Red Violet #AA4391
RGB
CMYK
RGB Variations
Color information
#AA4391 (or 0xAA4391) is known color: Medium Red Violet. HEX triplet: AA, 43 and 91. RGB value is (170,67,145). Sum of RGB (Red+Green+Blue) = 170+67+145=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4391 is #55BC6E. Grayscale: #6A6A6A. Windows color (decimal): -5618799 or 9520042. OLE color: 9520042.
HSL color Cylindrical-coordinate representation of color #AA4391: hue angle of 314.56º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4391 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 145 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.33 |
| HSL | 314.56º | 0.43% | 0.46% | - |
| HSV(B) | 314.56º | 0.61% | 0.67% | - |
| XYZ | 23.7 | 14.6 | 28.36 | - |
| YUV | 106.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 145 | 0 | 0.61 | 0.15 | 0.33 | 314.56 | 0.43 | 0.46 |
| Hex | AA | 43 | 91 | 0 | 3D | F | 21 | 13B | 2B | 2E |
| Octal | 252 | 103 | 221 | 0 | 75 | 17 | 41 | 473 | 53 | 56 |
| Binary | 10101010 | 1000011 | 10010001 | 0 | 111101 | 1111 | 100001 | 100111011 | 101011 | 101110 |
Color Harmonies of #AA4391
Complementary color
Monochromatic Colors of #AA4391
Black with #AA4391
Text Example
Text Example
White with #AA4391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4391; }
p { color: rgb(170,67,145); }
H1.HeaderClassName
{
color: #AA4391;
}
.AnyTagClassName
{
color: #AA4391;
}
</style>
background-color css
<style>
a { background-color: #AA4391; }
a { background-color: rgb(170,67,145); }
div.DivClassName
{
background-color: #AA4391;
}
.BgClassName
{
background-color: #AA4391;
}
</style>
border-color css
<style>
span { border-color: #AA4391; }
span { border-color: rgb(170,67,145); }
td.TdClassName
{
border-color: #AA4391;
}
.TagClassName
{
border-color: #AA4391;
}
</style>