Shades of Medium Red Violet #AA317D
Tints of Medium Red Violet #AA317D
RGB
CMYK
RGB Variations
Color information
#AA317D (or 0xAA317D) is known color: Medium Red Violet. HEX triplet: AA, 31 and 7D. RGB value is (170,49,125). Sum of RGB (Red+Green+Blue) = 170+49+125=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA317D is #55CE82. Grayscale: #5D5D5D. Windows color (decimal): -5623427 or 8204714. OLE color: 8204714.
HSL color Cylindrical-coordinate representation of color #AA317D: hue angle of 322.31º 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 #AA317D is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 125 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.33 |
| HSL | 322.31º | 0.55% | 0.43% | - |
| HSV(B) | 322.31º | 0.71% | 0.67% | - |
| XYZ | 21.38 | 12.22 | 20.63 | - |
| YUV | 93.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 125 | 0 | 0.71 | 0.26 | 0.33 | 322.31 | 0.55 | 0.43 |
| Hex | AA | 31 | 7D | 0 | 47 | 1A | 21 | 142 | 37 | 2B |
| Octal | 252 | 61 | 175 | 0 | 107 | 32 | 41 | 502 | 67 | 53 |
| Binary | 10101010 | 110001 | 1111101 | 0 | 1000111 | 11010 | 100001 | 101000010 | 110111 | 101011 |
Color Harmonies of #AA317D
Complementary color
Monochromatic Colors of #AA317D
Black with #AA317D
Text Example
Text Example
White with #AA317D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA317D; }
p { color: rgb(170,49,125); }
H1.HeaderClassName
{
color: #AA317D;
}
.AnyTagClassName
{
color: #AA317D;
}
</style>
background-color css
<style>
a { background-color: #AA317D; }
a { background-color: rgb(170,49,125); }
div.DivClassName
{
background-color: #AA317D;
}
.BgClassName
{
background-color: #AA317D;
}
</style>
border-color css
<style>
span { border-color: #AA317D; }
span { border-color: rgb(170,49,125); }
td.TdClassName
{
border-color: #AA317D;
}
.TagClassName
{
border-color: #AA317D;
}
</style>