Shades of Medium Red Violet #AA3375
Tints of Medium Red Violet #AA3375
RGB
CMYK
RGB Variations
Color information
#AA3375 (or 0xAA3375) is known color: Medium Red Violet. HEX triplet: AA, 33 and 75. RGB value is (170,51,117). Sum of RGB (Red+Green+Blue) = 170+51+117=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3375 is #55CC8A. Grayscale: #5D5D5D. Windows color (decimal): -5622923 or 7680938. OLE color: 7680938.
HSL color Cylindrical-coordinate representation of color #AA3375: hue angle of 326.72º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA3375 is Cyan = 0, Magento = 0.7, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 117 | - |
| CMYK | 0 | 0.7 | 0.31 | 0.33 |
| HSL | 326.72º | 0.54% | 0.43% | - |
| HSV(B) | 326.72º | 0.7% | 0.67% | - |
| XYZ | 20.97 | 12.2 | 18.08 | - |
| YUV | 94.11 | 140.92 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 117 | 0 | 0.7 | 0.31 | 0.33 | 326.72 | 0.54 | 0.43 |
| Hex | AA | 33 | 75 | 0 | 46 | 1F | 21 | 147 | 36 | 2B |
| Octal | 252 | 63 | 165 | 0 | 106 | 37 | 41 | 507 | 66 | 53 |
| Binary | 10101010 | 110011 | 1110101 | 0 | 1000110 | 11111 | 100001 | 101000111 | 110110 | 101011 |
Color Harmonies of #AA3375
Complementary color
Monochromatic Colors of #AA3375
Black with #AA3375
Text Example
Text Example
White with #AA3375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3375; }
p { color: rgb(170,51,117); }
H1.HeaderClassName
{
color: #AA3375;
}
.AnyTagClassName
{
color: #AA3375;
}
</style>
background-color css
<style>
a { background-color: #AA3375; }
a { background-color: rgb(170,51,117); }
div.DivClassName
{
background-color: #AA3375;
}
.BgClassName
{
background-color: #AA3375;
}
</style>
border-color css
<style>
span { border-color: #AA3375; }
span { border-color: rgb(170,51,117); }
td.TdClassName
{
border-color: #AA3375;
}
.TagClassName
{
border-color: #AA3375;
}
</style>