Shades of Medium Red Violet #AA3C95
Tints of Medium Red Violet #AA3C95
RGB
CMYK
RGB Variations
Color information
#AA3C95 (or 0xAA3C95) is known color: Medium Red Violet. HEX triplet: AA, 3C and 95. RGB value is (170,60,149). Sum of RGB (Red+Green+Blue) = 170+60+149=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3C95 is #55C36A. Grayscale: #666666. Windows color (decimal): -5620587 or 9780394. OLE color: 9780394.
HSL color Cylindrical-coordinate representation of color #AA3C95: hue angle of 311.45º 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 #AA3C95 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 149 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.33 |
| HSL | 311.45º | 0.48% | 0.45% | - |
| HSV(B) | 311.45º | 0.65% | 0.67% | - |
| XYZ | 23.62 | 13.95 | 29.88 | - |
| YUV | 103.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 149 | 0 | 0.65 | 0.12 | 0.33 | 311.45 | 0.48 | 0.45 |
| Hex | AA | 3C | 95 | 0 | 41 | C | 21 | 137 | 30 | 2D |
| Octal | 252 | 74 | 225 | 0 | 101 | 14 | 41 | 467 | 60 | 55 |
| Binary | 10101010 | 111100 | 10010101 | 0 | 1000001 | 1100 | 100001 | 100110111 | 110000 | 101101 |
Color Harmonies of #AA3C95
Complementary color
Monochromatic Colors of #AA3C95
Black with #AA3C95
Text Example
Text Example
White with #AA3C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C95; }
p { color: rgb(170,60,149); }
H1.HeaderClassName
{
color: #AA3C95;
}
.AnyTagClassName
{
color: #AA3C95;
}
</style>
background-color css
<style>
a { background-color: #AA3C95; }
a { background-color: rgb(170,60,149); }
div.DivClassName
{
background-color: #AA3C95;
}
.BgClassName
{
background-color: #AA3C95;
}
</style>
border-color css
<style>
span { border-color: #AA3C95; }
span { border-color: rgb(170,60,149); }
td.TdClassName
{
border-color: #AA3C95;
}
.TagClassName
{
border-color: #AA3C95;
}
</style>