Shades of Medium Red Violet #AA317E
Tints of Medium Red Violet #AA317E
RGB
CMYK
RGB Variations
Color information
#AA317E (or 0xAA317E) is known color: Medium Red Violet. HEX triplet: AA, 31 and 7E. RGB value is (170,49,126). Sum of RGB (Red+Green+Blue) = 170+49+126=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA317E is #55CE81. Grayscale: #5D5D5D. Windows color (decimal): -5623426 or 8270250. OLE color: 8270250.
HSL color Cylindrical-coordinate representation of color #AA317E: hue angle of 321.82º 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 #AA317E is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 126 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.33 |
| HSL | 321.82º | 0.55% | 0.43% | - |
| HSV(B) | 321.82º | 0.71% | 0.67% | - |
| XYZ | 21.44 | 12.25 | 20.97 | - |
| YUV | 93.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 126 | 0 | 0.71 | 0.26 | 0.33 | 321.82 | 0.55 | 0.43 |
| Hex | AA | 31 | 7E | 0 | 47 | 1A | 21 | 142 | 37 | 2B |
| Octal | 252 | 61 | 176 | 0 | 107 | 32 | 41 | 502 | 67 | 53 |
| Binary | 10101010 | 110001 | 1111110 | 0 | 1000111 | 11010 | 100001 | 101000010 | 110111 | 101011 |
Color Harmonies of #AA317E
Complementary color
Monochromatic Colors of #AA317E
Black with #AA317E
Text Example
Text Example
White with #AA317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA317E; }
p { color: rgb(170,49,126); }
H1.HeaderClassName
{
color: #AA317E;
}
.AnyTagClassName
{
color: #AA317E;
}
</style>
background-color css
<style>
a { background-color: #AA317E; }
a { background-color: rgb(170,49,126); }
div.DivClassName
{
background-color: #AA317E;
}
.BgClassName
{
background-color: #AA317E;
}
</style>
border-color css
<style>
span { border-color: #AA317E; }
span { border-color: rgb(170,49,126); }
td.TdClassName
{
border-color: #AA317E;
}
.TagClassName
{
border-color: #AA317E;
}
</style>