Shades of Medium Red Violet #AA3575
Tints of Medium Red Violet #AA3575
RGB
CMYK
RGB Variations
Color information
#AA3575 (or 0xAA3575) is known color: Medium Red Violet. HEX triplet: AA, 35 and 75. RGB value is (170,53,117). Sum of RGB (Red+Green+Blue) = 170+53+117=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3575 is #55CA8A. Grayscale: #5F5F5F. Windows color (decimal): -5622411 or 7681450. OLE color: 7681450.
HSL color Cylindrical-coordinate representation of color #AA3575: hue angle of 327.18º 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 #AA3575 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 53 | 117 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.33 |
| HSL | 327.18º | 0.52% | 0.44% | - |
| HSV(B) | 327.18º | 0.69% | 0.67% | - |
| XYZ | 21.06 | 12.38 | 18.11 | - |
| YUV | 95.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 53 | 117 | 0 | 0.69 | 0.31 | 0.33 | 327.18 | 0.52 | 0.44 |
| Hex | AA | 35 | 75 | 0 | 45 | 1F | 21 | 147 | 34 | 2C |
| Octal | 252 | 65 | 165 | 0 | 105 | 37 | 41 | 507 | 64 | 54 |
| Binary | 10101010 | 110101 | 1110101 | 0 | 1000101 | 11111 | 100001 | 101000111 | 110100 | 101100 |
Color Harmonies of #AA3575
Complementary color
Monochromatic Colors of #AA3575
Black with #AA3575
Text Example
Text Example
White with #AA3575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3575; }
p { color: rgb(170,53,117); }
H1.HeaderClassName
{
color: #AA3575;
}
.AnyTagClassName
{
color: #AA3575;
}
</style>
background-color css
<style>
a { background-color: #AA3575; }
a { background-color: rgb(170,53,117); }
div.DivClassName
{
background-color: #AA3575;
}
.BgClassName
{
background-color: #AA3575;
}
</style>
border-color css
<style>
span { border-color: #AA3575; }
span { border-color: rgb(170,53,117); }
td.TdClassName
{
border-color: #AA3575;
}
.TagClassName
{
border-color: #AA3575;
}
</style>