Shades of Medium Red Violet #AA319A
Tints of Medium Red Violet #AA319A
RGB
CMYK
RGB Variations
Color information
#AA319A (or 0xAA319A) is known color: Medium Red Violet. HEX triplet: AA, 31 and 9A. RGB value is (170,49,154). Sum of RGB (Red+Green+Blue) = 170+49+154=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA319A is #55CE65. Grayscale: #606060. Windows color (decimal): -5623398 or 10105258. OLE color: 10105258.
HSL color Cylindrical-coordinate representation of color #AA319A: hue angle of 307.93º 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 #AA319A is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 154 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.33 |
| HSL | 307.93º | 0.55% | 0.43% | - |
| HSV(B) | 307.93º | 0.71% | 0.67% | - |
| XYZ | 23.51 | 13.08 | 31.86 | - |
| YUV | 97.15 | 160.09 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 154 | 0 | 0.71 | 0.09 | 0.33 | 307.93 | 0.55 | 0.43 |
| Hex | AA | 31 | 9A | 0 | 47 | 9 | 21 | 134 | 37 | 2B |
| Octal | 252 | 61 | 232 | 0 | 107 | 11 | 41 | 464 | 67 | 53 |
| Binary | 10101010 | 110001 | 10011010 | 0 | 1000111 | 1001 | 100001 | 100110100 | 110111 | 101011 |
Color Harmonies of #AA319A
Complementary color
Monochromatic Colors of #AA319A
Black with #AA319A
Text Example
Text Example
White with #AA319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA319A; }
p { color: rgb(170,49,154); }
H1.HeaderClassName
{
color: #AA319A;
}
.AnyTagClassName
{
color: #AA319A;
}
</style>
background-color css
<style>
a { background-color: #AA319A; }
a { background-color: rgb(170,49,154); }
div.DivClassName
{
background-color: #AA319A;
}
.BgClassName
{
background-color: #AA319A;
}
</style>
border-color css
<style>
span { border-color: #AA319A; }
span { border-color: rgb(170,49,154); }
td.TdClassName
{
border-color: #AA319A;
}
.TagClassName
{
border-color: #AA319A;
}
</style>