Shades of Medium Red Violet #AA3C98
Tints of Medium Red Violet #AA3C98
RGB
CMYK
RGB Variations
Color information
#AA3C98 (or 0xAA3C98) is known color: Medium Red Violet. HEX triplet: AA, 3C and 98. RGB value is (170,60,152). Sum of RGB (Red+Green+Blue) = 170+60+152=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3C98 is #55C367. Grayscale: #676767. Windows color (decimal): -5620584 or 9977002. OLE color: 9977002.
HSL color Cylindrical-coordinate representation of color #AA3C98: hue angle of 309.82º 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 #AA3C98 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 152 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.33 |
| HSL | 309.82º | 0.48% | 0.45% | - |
| HSV(B) | 309.82º | 0.65% | 0.67% | - |
| XYZ | 23.86 | 14.04 | 31.16 | - |
| YUV | 103.38 | 155.44 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 152 | 0 | 0.65 | 0.11 | 0.33 | 309.82 | 0.48 | 0.45 |
| Hex | AA | 3C | 98 | 0 | 41 | B | 21 | 136 | 30 | 2D |
| Octal | 252 | 74 | 230 | 0 | 101 | 13 | 41 | 466 | 60 | 55 |
| Binary | 10101010 | 111100 | 10011000 | 0 | 1000001 | 1011 | 100001 | 100110110 | 110000 | 101101 |
Color Harmonies of #AA3C98
Complementary color
Monochromatic Colors of #AA3C98
Black with #AA3C98
Text Example
Text Example
White with #AA3C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C98; }
p { color: rgb(170,60,152); }
H1.HeaderClassName
{
color: #AA3C98;
}
.AnyTagClassName
{
color: #AA3C98;
}
</style>
background-color css
<style>
a { background-color: #AA3C98; }
a { background-color: rgb(170,60,152); }
div.DivClassName
{
background-color: #AA3C98;
}
.BgClassName
{
background-color: #AA3C98;
}
</style>
border-color css
<style>
span { border-color: #AA3C98; }
span { border-color: rgb(170,60,152); }
td.TdClassName
{
border-color: #AA3C98;
}
.TagClassName
{
border-color: #AA3C98;
}
</style>