Shades of Medium Red Violet #AA3A84
Tints of Medium Red Violet #AA3A84
RGB
CMYK
RGB Variations
Color information
#AA3A84 (or 0xAA3A84) is known color: Medium Red Violet. HEX triplet: AA, 3A and 84. RGB value is (170,58,132). Sum of RGB (Red+Green+Blue) = 170+58+132=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A84 is #55C57B. Grayscale: #636363. Windows color (decimal): -5621116 or 8665770. OLE color: 8665770.
HSL color Cylindrical-coordinate representation of color #AA3A84: hue angle of 320.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A84 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 132 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.33 |
| HSL | 320.36º | 0.49% | 0.45% | - |
| HSV(B) | 320.36º | 0.66% | 0.67% | - |
| XYZ | 22.26 | 13.24 | 23.21 | - |
| YUV | 99.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 132 | 0 | 0.66 | 0.22 | 0.33 | 320.36 | 0.49 | 0.45 |
| Hex | AA | 3A | 84 | 0 | 42 | 16 | 21 | 140 | 31 | 2D |
| Octal | 252 | 72 | 204 | 0 | 102 | 26 | 41 | 500 | 61 | 55 |
| Binary | 10101010 | 111010 | 10000100 | 0 | 1000010 | 10110 | 100001 | 101000000 | 110001 | 101101 |
Color Harmonies of #AA3A84
Complementary color
Monochromatic Colors of #AA3A84
Black with #AA3A84
Text Example
Text Example
White with #AA3A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A84; }
p { color: rgb(170,58,132); }
H1.HeaderClassName
{
color: #AA3A84;
}
.AnyTagClassName
{
color: #AA3A84;
}
</style>
background-color css
<style>
a { background-color: #AA3A84; }
a { background-color: rgb(170,58,132); }
div.DivClassName
{
background-color: #AA3A84;
}
.BgClassName
{
background-color: #AA3A84;
}
</style>
border-color css
<style>
span { border-color: #AA3A84; }
span { border-color: rgb(170,58,132); }
td.TdClassName
{
border-color: #AA3A84;
}
.TagClassName
{
border-color: #AA3A84;
}
</style>