Shades of Medium Red Violet #AA3781
Tints of Medium Red Violet #AA3781
RGB
CMYK
RGB Variations
Color information
#AA3781 (or 0xAA3781) is known color: Medium Red Violet. HEX triplet: AA, 37 and 81. RGB value is (170,55,129). Sum of RGB (Red+Green+Blue) = 170+55+129=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3781 is #55C87E. Grayscale: #616161. Windows color (decimal): -5621887 or 8468394. OLE color: 8468394.
HSL color Cylindrical-coordinate representation of color #AA3781: hue angle of 321.39º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3781 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 129 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.33 |
| HSL | 321.39º | 0.51% | 0.44% | - |
| HSV(B) | 321.39º | 0.68% | 0.67% | - |
| XYZ | 21.91 | 12.86 | 22.1 | - |
| YUV | 97.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 129 | 0 | 0.68 | 0.24 | 0.33 | 321.39 | 0.51 | 0.44 |
| Hex | AA | 37 | 81 | 0 | 44 | 18 | 21 | 141 | 33 | 2C |
| Octal | 252 | 67 | 201 | 0 | 104 | 30 | 41 | 501 | 63 | 54 |
| Binary | 10101010 | 110111 | 10000001 | 0 | 1000100 | 11000 | 100001 | 101000001 | 110011 | 101100 |
Color Harmonies of #AA3781
Complementary color
Monochromatic Colors of #AA3781
Black with #AA3781
Text Example
Text Example
White with #AA3781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3781; }
p { color: rgb(170,55,129); }
H1.HeaderClassName
{
color: #AA3781;
}
.AnyTagClassName
{
color: #AA3781;
}
</style>
background-color css
<style>
a { background-color: #AA3781; }
a { background-color: rgb(170,55,129); }
div.DivClassName
{
background-color: #AA3781;
}
.BgClassName
{
background-color: #AA3781;
}
</style>
border-color css
<style>
span { border-color: #AA3781; }
span { border-color: rgb(170,55,129); }
td.TdClassName
{
border-color: #AA3781;
}
.TagClassName
{
border-color: #AA3781;
}
</style>