Shades of Medium Red Violet #AA3577
Tints of Medium Red Violet #AA3577
RGB
CMYK
RGB Variations
Color information
#AA3577 (or 0xAA3577) is known color: Medium Red Violet. HEX triplet: AA, 35 and 77. RGB value is (170,53,119). Sum of RGB (Red+Green+Blue) = 170+53+119=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3577 is #55CA88. Grayscale: #5F5F5F. Windows color (decimal): -5622409 or 7812522. OLE color: 7812522.
HSL color Cylindrical-coordinate representation of color #AA3577: hue angle of 326.15º 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 #AA3577 is Cyan = 0, Magento = 0.69, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 119 | - |
| CMYK | 0 | 0.69 | 0.3 | 0.33 |
| HSL | 326.15º | 0.52% | 0.44% | - |
| HSV(B) | 326.15º | 0.69% | 0.67% | - |
| XYZ | 21.18 | 12.42 | 18.73 | - |
| YUV | 95.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 119 | 0 | 0.69 | 0.3 | 0.33 | 326.15 | 0.52 | 0.44 |
| Hex | AA | 35 | 77 | 0 | 45 | 1E | 21 | 146 | 34 | 2C |
| Octal | 252 | 65 | 167 | 0 | 105 | 36 | 41 | 506 | 64 | 54 |
| Binary | 10101010 | 110101 | 1110111 | 0 | 1000101 | 11110 | 100001 | 101000110 | 110100 | 101100 |
Color Harmonies of #AA3577
Complementary color
Monochromatic Colors of #AA3577
Black with #AA3577
Text Example
Text Example
White with #AA3577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3577; }
p { color: rgb(170,53,119); }
H1.HeaderClassName
{
color: #AA3577;
}
.AnyTagClassName
{
color: #AA3577;
}
</style>
background-color css
<style>
a { background-color: #AA3577; }
a { background-color: rgb(170,53,119); }
div.DivClassName
{
background-color: #AA3577;
}
.BgClassName
{
background-color: #AA3577;
}
</style>
border-color css
<style>
span { border-color: #AA3577; }
span { border-color: rgb(170,53,119); }
td.TdClassName
{
border-color: #AA3577;
}
.TagClassName
{
border-color: #AA3577;
}
</style>