Shades of Medium Red Violet #AA3574
Tints of Medium Red Violet #AA3574
RGB
CMYK
RGB Variations
Color information
#AA3574 (or 0xAA3574) is known color: Medium Red Violet. HEX triplet: AA, 35 and 74. RGB value is (170,53,116). Sum of RGB (Red+Green+Blue) = 170+53+116=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3574 is #55CA8B. Grayscale: #5F5F5F. Windows color (decimal): -5622412 or 7615914. OLE color: 7615914.
HSL color Cylindrical-coordinate representation of color #AA3574: hue angle of 327.69º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3574 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 116 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.33 |
| HSL | 327.69º | 0.52% | 0.44% | - |
| HSV(B) | 327.69º | 0.69% | 0.67% | - |
| XYZ | 21 | 12.35 | 17.8 | - |
| YUV | 95.17 | 139.76 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 116 | 0 | 0.69 | 0.32 | 0.33 | 327.69 | 0.52 | 0.44 |
| Hex | AA | 35 | 74 | 0 | 45 | 20 | 21 | 148 | 34 | 2C |
| Octal | 252 | 65 | 164 | 0 | 105 | 40 | 41 | 510 | 64 | 54 |
| Binary | 10101010 | 110101 | 1110100 | 0 | 1000101 | 100000 | 100001 | 101001000 | 110100 | 101100 |
Color Harmonies of #AA3574
Complementary color
Monochromatic Colors of #AA3574
Black with #AA3574
Text Example
Text Example
White with #AA3574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3574; }
p { color: rgb(170,53,116); }
H1.HeaderClassName
{
color: #AA3574;
}
.AnyTagClassName
{
color: #AA3574;
}
</style>
background-color css
<style>
a { background-color: #AA3574; }
a { background-color: rgb(170,53,116); }
div.DivClassName
{
background-color: #AA3574;
}
.BgClassName
{
background-color: #AA3574;
}
</style>
border-color css
<style>
span { border-color: #AA3574; }
span { border-color: rgb(170,53,116); }
td.TdClassName
{
border-color: #AA3574;
}
.TagClassName
{
border-color: #AA3574;
}
</style>