Shades of Medium Red Violet #AA319B
Tints of Medium Red Violet #AA319B
RGB
CMYK
RGB Variations
Color information
#AA319B (or 0xAA319B) is known color: Medium Red Violet. HEX triplet: AA, 31 and 9B. RGB value is (170,49,155). Sum of RGB (Red+Green+Blue) = 170+49+155=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA319B is #55CE64. Grayscale: #606060. Windows color (decimal): -5623397 or 10170794. OLE color: 10170794.
HSL color Cylindrical-coordinate representation of color #AA319B: hue angle of 307.44º 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 #AA319B is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 155 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.33 |
| HSL | 307.44º | 0.55% | 0.43% | - |
| HSV(B) | 307.44º | 0.71% | 0.67% | - |
| XYZ | 23.59 | 13.11 | 32.3 | - |
| YUV | 97.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 155 | 0 | 0.71 | 0.09 | 0.33 | 307.44 | 0.55 | 0.43 |
| Hex | AA | 31 | 9B | 0 | 47 | 9 | 21 | 133 | 37 | 2B |
| Octal | 252 | 61 | 233 | 0 | 107 | 11 | 41 | 463 | 67 | 53 |
| Binary | 10101010 | 110001 | 10011011 | 0 | 1000111 | 1001 | 100001 | 100110011 | 110111 | 101011 |
Color Harmonies of #AA319B
Complementary color
Monochromatic Colors of #AA319B
Black with #AA319B
Text Example
Text Example
White with #AA319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA319B; }
p { color: rgb(170,49,155); }
H1.HeaderClassName
{
color: #AA319B;
}
.AnyTagClassName
{
color: #AA319B;
}
</style>
background-color css
<style>
a { background-color: #AA319B; }
a { background-color: rgb(170,49,155); }
div.DivClassName
{
background-color: #AA319B;
}
.BgClassName
{
background-color: #AA319B;
}
</style>
border-color css
<style>
span { border-color: #AA319B; }
span { border-color: rgb(170,49,155); }
td.TdClassName
{
border-color: #AA319B;
}
.TagClassName
{
border-color: #AA319B;
}
</style>