Shades of Medium Red Violet #AA3C7D
Tints of Medium Red Violet #AA3C7D
RGB
CMYK
RGB Variations
Color information
#AA3C7D (or 0xAA3C7D) is known color: Medium Red Violet. HEX triplet: AA, 3C and 7D. RGB value is (170,60,125). Sum of RGB (Red+Green+Blue) = 170+60+125=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C7D is #55C382. Grayscale: #646464. Windows color (decimal): -5620611 or 8207530. OLE color: 8207530.
HSL color Cylindrical-coordinate representation of color #AA3C7D: hue angle of 324.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C7D is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 125 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.33 |
| HSL | 324.55º | 0.48% | 0.45% | - |
| HSV(B) | 324.55º | 0.65% | 0.67% | - |
| XYZ | 21.9 | 13.26 | 20.81 | - |
| YUV | 100.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 125 | 0 | 0.65 | 0.26 | 0.33 | 324.55 | 0.48 | 0.45 |
| Hex | AA | 3C | 7D | 0 | 41 | 1A | 21 | 145 | 30 | 2D |
| Octal | 252 | 74 | 175 | 0 | 101 | 32 | 41 | 505 | 60 | 55 |
| Binary | 10101010 | 111100 | 1111101 | 0 | 1000001 | 11010 | 100001 | 101000101 | 110000 | 101101 |
Color Harmonies of #AA3C7D
Complementary color
Monochromatic Colors of #AA3C7D
Black with #AA3C7D
Text Example
Text Example
White with #AA3C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C7D; }
p { color: rgb(170,60,125); }
H1.HeaderClassName
{
color: #AA3C7D;
}
.AnyTagClassName
{
color: #AA3C7D;
}
</style>
background-color css
<style>
a { background-color: #AA3C7D; }
a { background-color: rgb(170,60,125); }
div.DivClassName
{
background-color: #AA3C7D;
}
.BgClassName
{
background-color: #AA3C7D;
}
</style>
border-color css
<style>
span { border-color: #AA3C7D; }
span { border-color: rgb(170,60,125); }
td.TdClassName
{
border-color: #AA3C7D;
}
.TagClassName
{
border-color: #AA3C7D;
}
</style>