Shades of Medium Red Violet #AA317A
Tints of Medium Red Violet #AA317A
RGB
CMYK
RGB Variations
Color information
#AA317A (or 0xAA317A) is known color: Medium Red Violet. HEX triplet: AA, 31 and 7A. RGB value is (170,49,122). Sum of RGB (Red+Green+Blue) = 170+49+122=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA317A is #55CE85. Grayscale: #5D5D5D. Windows color (decimal): -5623430 or 8008106. OLE color: 8008106.
HSL color Cylindrical-coordinate representation of color #AA317A: hue angle of 323.8º 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 #AA317A is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 122 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.33 |
| HSL | 323.8º | 0.55% | 0.43% | - |
| HSV(B) | 323.8º | 0.71% | 0.67% | - |
| XYZ | 21.19 | 12.15 | 19.64 | - |
| YUV | 93.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 122 | 0 | 0.71 | 0.28 | 0.33 | 323.8 | 0.55 | 0.43 |
| Hex | AA | 31 | 7A | 0 | 47 | 1C | 21 | 144 | 37 | 2B |
| Octal | 252 | 61 | 172 | 0 | 107 | 34 | 41 | 504 | 67 | 53 |
| Binary | 10101010 | 110001 | 1111010 | 0 | 1000111 | 11100 | 100001 | 101000100 | 110111 | 101011 |
Color Harmonies of #AA317A
Complementary color
Monochromatic Colors of #AA317A
Black with #AA317A
Text Example
Text Example
White with #AA317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA317A; }
p { color: rgb(170,49,122); }
H1.HeaderClassName
{
color: #AA317A;
}
.AnyTagClassName
{
color: #AA317A;
}
</style>
background-color css
<style>
a { background-color: #AA317A; }
a { background-color: rgb(170,49,122); }
div.DivClassName
{
background-color: #AA317A;
}
.BgClassName
{
background-color: #AA317A;
}
</style>
border-color css
<style>
span { border-color: #AA317A; }
span { border-color: rgb(170,49,122); }
td.TdClassName
{
border-color: #AA317A;
}
.TagClassName
{
border-color: #AA317A;
}
</style>