Shades of Medium Red Violet #AA3180
Tints of Medium Red Violet #AA3180
RGB
CMYK
RGB Variations
Color information
#AA3180 (or 0xAA3180) is known color: Medium Red Violet. HEX triplet: AA, 31 and 80. RGB value is (170,49,128). Sum of RGB (Red+Green+Blue) = 170+49+128=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3180 is #55CE7F. Grayscale: #5D5D5D. Windows color (decimal): -5623424 or 8401322. OLE color: 8401322.
HSL color Cylindrical-coordinate representation of color #AA3180: hue angle of 320.83º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3180 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 128 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.33 |
| HSL | 320.83º | 0.55% | 0.43% | - |
| HSV(B) | 320.83º | 0.71% | 0.67% | - |
| XYZ | 21.57 | 12.3 | 21.66 | - |
| YUV | 94.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 128 | 0 | 0.71 | 0.25 | 0.33 | 320.83 | 0.55 | 0.43 |
| Hex | AA | 31 | 80 | 0 | 47 | 19 | 21 | 141 | 37 | 2B |
| Octal | 252 | 61 | 200 | 0 | 107 | 31 | 41 | 501 | 67 | 53 |
| Binary | 10101010 | 110001 | 10000000 | 0 | 1000111 | 11001 | 100001 | 101000001 | 110111 | 101011 |
Color Harmonies of #AA3180
Complementary color
Monochromatic Colors of #AA3180
Black with #AA3180
Text Example
Text Example
White with #AA3180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3180; }
p { color: rgb(170,49,128); }
H1.HeaderClassName
{
color: #AA3180;
}
.AnyTagClassName
{
color: #AA3180;
}
</style>
background-color css
<style>
a { background-color: #AA3180; }
a { background-color: rgb(170,49,128); }
div.DivClassName
{
background-color: #AA3180;
}
.BgClassName
{
background-color: #AA3180;
}
</style>
border-color css
<style>
span { border-color: #AA3180; }
span { border-color: rgb(170,49,128); }
td.TdClassName
{
border-color: #AA3180;
}
.TagClassName
{
border-color: #AA3180;
}
</style>