Shades of Medium Red Violet #AA3A7A
Tints of Medium Red Violet #AA3A7A
RGB
CMYK
RGB Variations
Color information
#AA3A7A (or 0xAA3A7A) is known color: Medium Red Violet. HEX triplet: AA, 3A and 7A. RGB value is (170,58,122). Sum of RGB (Red+Green+Blue) = 170+58+122=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A7A is #55C585. Grayscale: #626262. Windows color (decimal): -5621126 or 8010410. OLE color: 8010410.
HSL color Cylindrical-coordinate representation of color #AA3A7A: hue angle of 325.71º 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 #AA3A7A is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 122 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.33 |
| HSL | 325.71º | 0.49% | 0.45% | - |
| HSV(B) | 325.71º | 0.66% | 0.67% | - |
| XYZ | 21.6 | 12.98 | 19.78 | - |
| YUV | 98.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 122 | 0 | 0.66 | 0.28 | 0.33 | 325.71 | 0.49 | 0.45 |
| Hex | AA | 3A | 7A | 0 | 42 | 1C | 21 | 146 | 31 | 2D |
| Octal | 252 | 72 | 172 | 0 | 102 | 34 | 41 | 506 | 61 | 55 |
| Binary | 10101010 | 111010 | 1111010 | 0 | 1000010 | 11100 | 100001 | 101000110 | 110001 | 101101 |
Color Harmonies of #AA3A7A
Complementary color
Monochromatic Colors of #AA3A7A
Black with #AA3A7A
Text Example
Text Example
White with #AA3A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A7A; }
p { color: rgb(170,58,122); }
H1.HeaderClassName
{
color: #AA3A7A;
}
.AnyTagClassName
{
color: #AA3A7A;
}
</style>
background-color css
<style>
a { background-color: #AA3A7A; }
a { background-color: rgb(170,58,122); }
div.DivClassName
{
background-color: #AA3A7A;
}
.BgClassName
{
background-color: #AA3A7A;
}
</style>
border-color css
<style>
span { border-color: #AA3A7A; }
span { border-color: rgb(170,58,122); }
td.TdClassName
{
border-color: #AA3A7A;
}
.TagClassName
{
border-color: #AA3A7A;
}
</style>