Shades of Medium Violet Red #AA137A
Tints of Medium Violet Red #AA137A
RGB
CMYK
RGB Variations
Color information
#AA137A (or 0xAA137A) is known color: Medium Violet Red. HEX triplet: AA, 13 and 7A. RGB value is (170,19,122). Sum of RGB (Red+Green+Blue) = 170+19+122=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA137A is #55EC85. Grayscale: #4B4B4B. Windows color (decimal): -5631110 or 8000426. OLE color: 8000426.
HSL color Cylindrical-coordinate representation of color #AA137A: hue angle of 319.07º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA137A is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 122 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.33 |
| HSL | 319.07º | 0.8% | 0.37% | - |
| HSV(B) | 319.07º | 0.89% | 0.67% | - |
| XYZ | 20.32 | 10.42 | 19.35 | - |
| YUV | 75.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 122 | 0 | 0.89 | 0.28 | 0.33 | 319.07 | 0.8 | 0.37 |
| Hex | AA | 13 | 7A | 0 | 59 | 1C | 21 | 13F | 50 | 25 |
| Octal | 252 | 23 | 172 | 0 | 131 | 34 | 41 | 477 | 120 | 45 |
| Binary | 10101010 | 10011 | 1111010 | 0 | 1011001 | 11100 | 100001 | 100111111 | 1010000 | 100101 |
Color Harmonies of #AA137A
Complementary color
Monochromatic Colors of #AA137A
Black with #AA137A
Text Example
Text Example
White with #AA137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA137A; }
p { color: rgb(170,19,122); }
H1.HeaderClassName
{
color: #AA137A;
}
.AnyTagClassName
{
color: #AA137A;
}
</style>
background-color css
<style>
a { background-color: #AA137A; }
a { background-color: rgb(170,19,122); }
div.DivClassName
{
background-color: #AA137A;
}
.BgClassName
{
background-color: #AA137A;
}
</style>
border-color css
<style>
span { border-color: #AA137A; }
span { border-color: rgb(170,19,122); }
td.TdClassName
{
border-color: #AA137A;
}
.TagClassName
{
border-color: #AA137A;
}
</style>