Shades of Medium Red Violet #AA3C81
Tints of Medium Red Violet #AA3C81
RGB
CMYK
RGB Variations
Color information
#AA3C81 (or 0xAA3C81) is known color: Medium Red Violet. HEX triplet: AA, 3C and 81. RGB value is (170,60,129). Sum of RGB (Red+Green+Blue) = 170+60+129=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3C81 is #55C37E. Grayscale: #646464. Windows color (decimal): -5620607 or 8469674. OLE color: 8469674.
HSL color Cylindrical-coordinate representation of color #AA3C81: hue angle of 322.36º 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 #AA3C81 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 129 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.33 |
| HSL | 322.36º | 0.48% | 0.45% | - |
| HSV(B) | 322.36º | 0.65% | 0.67% | - |
| XYZ | 22.16 | 13.36 | 22.18 | - |
| YUV | 100.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 129 | 0 | 0.65 | 0.24 | 0.33 | 322.36 | 0.48 | 0.45 |
| Hex | AA | 3C | 81 | 0 | 41 | 18 | 21 | 142 | 30 | 2D |
| Octal | 252 | 74 | 201 | 0 | 101 | 30 | 41 | 502 | 60 | 55 |
| Binary | 10101010 | 111100 | 10000001 | 0 | 1000001 | 11000 | 100001 | 101000010 | 110000 | 101101 |
Color Harmonies of #AA3C81
Complementary color
Monochromatic Colors of #AA3C81
Black with #AA3C81
Text Example
Text Example
White with #AA3C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C81; }
p { color: rgb(170,60,129); }
H1.HeaderClassName
{
color: #AA3C81;
}
.AnyTagClassName
{
color: #AA3C81;
}
</style>
background-color css
<style>
a { background-color: #AA3C81; }
a { background-color: rgb(170,60,129); }
div.DivClassName
{
background-color: #AA3C81;
}
.BgClassName
{
background-color: #AA3C81;
}
</style>
border-color css
<style>
span { border-color: #AA3C81; }
span { border-color: rgb(170,60,129); }
td.TdClassName
{
border-color: #AA3C81;
}
.TagClassName
{
border-color: #AA3C81;
}
</style>