Shades of Medium Red Violet #AA319F
Tints of Medium Red Violet #AA319F
RGB
CMYK
RGB Variations
Color information
#AA319F (or 0xAA319F) is known color: Medium Red Violet. HEX triplet: AA, 31 and 9F. RGB value is (170,49,159). Sum of RGB (Red+Green+Blue) = 170+49+159=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA319F is #55CE60. Grayscale: #616161. Windows color (decimal): -5623393 or 10432938. OLE color: 10432938.
HSL color Cylindrical-coordinate representation of color #AA319F: hue angle of 305.45º 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 #AA319F is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 159 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.33 |
| HSL | 305.45º | 0.55% | 0.43% | - |
| HSV(B) | 305.45º | 0.71% | 0.67% | - |
| XYZ | 23.93 | 13.25 | 34.1 | - |
| YUV | 97.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 159 | 0 | 0.71 | 0.06 | 0.33 | 305.45 | 0.55 | 0.43 |
| Hex | AA | 31 | 9F | 0 | 47 | 6 | 21 | 131 | 37 | 2B |
| Octal | 252 | 61 | 237 | 0 | 107 | 6 | 41 | 461 | 67 | 53 |
| Binary | 10101010 | 110001 | 10011111 | 0 | 1000111 | 110 | 100001 | 100110001 | 110111 | 101011 |
Color Harmonies of #AA319F
Complementary color
Monochromatic Colors of #AA319F
Black with #AA319F
Text Example
Text Example
White with #AA319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA319F; }
p { color: rgb(170,49,159); }
H1.HeaderClassName
{
color: #AA319F;
}
.AnyTagClassName
{
color: #AA319F;
}
</style>
background-color css
<style>
a { background-color: #AA319F; }
a { background-color: rgb(170,49,159); }
div.DivClassName
{
background-color: #AA319F;
}
.BgClassName
{
background-color: #AA319F;
}
</style>
border-color css
<style>
span { border-color: #AA319F; }
span { border-color: rgb(170,49,159); }
td.TdClassName
{
border-color: #AA319F;
}
.TagClassName
{
border-color: #AA319F;
}
</style>