Shades of Medium Red Violet #AA3A76
Tints of Medium Red Violet #AA3A76
RGB
CMYK
RGB Variations
Color information
#AA3A76 (or 0xAA3A76) is known color: Medium Red Violet. HEX triplet: AA, 3A and 76. RGB value is (170,58,118). Sum of RGB (Red+Green+Blue) = 170+58+118=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A76 is #55C589. Grayscale: #626262. Windows color (decimal): -5621130 or 7748266. OLE color: 7748266.
HSL color Cylindrical-coordinate representation of color #AA3A76: hue angle of 327.86º 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 #AA3A76 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 118 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.33 |
| HSL | 327.86º | 0.49% | 0.45% | - |
| HSV(B) | 327.86º | 0.66% | 0.67% | - |
| XYZ | 21.36 | 12.88 | 18.5 | - |
| YUV | 98.33 | 139.11 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 118 | 0 | 0.66 | 0.31 | 0.33 | 327.86 | 0.49 | 0.45 |
| Hex | AA | 3A | 76 | 0 | 42 | 1F | 21 | 148 | 31 | 2D |
| Octal | 252 | 72 | 166 | 0 | 102 | 37 | 41 | 510 | 61 | 55 |
| Binary | 10101010 | 111010 | 1110110 | 0 | 1000010 | 11111 | 100001 | 101001000 | 110001 | 101101 |
Color Harmonies of #AA3A76
Complementary color
Monochromatic Colors of #AA3A76
Black with #AA3A76
Text Example
Text Example
White with #AA3A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A76; }
p { color: rgb(170,58,118); }
H1.HeaderClassName
{
color: #AA3A76;
}
.AnyTagClassName
{
color: #AA3A76;
}
</style>
background-color css
<style>
a { background-color: #AA3A76; }
a { background-color: rgb(170,58,118); }
div.DivClassName
{
background-color: #AA3A76;
}
.BgClassName
{
background-color: #AA3A76;
}
</style>
border-color css
<style>
span { border-color: #AA3A76; }
span { border-color: rgb(170,58,118); }
td.TdClassName
{
border-color: #AA3A76;
}
.TagClassName
{
border-color: #AA3A76;
}
</style>