Shades of Medium Violet Red #AA137D
Tints of Medium Violet Red #AA137D
RGB
CMYK
RGB Variations
Color information
#AA137D (or 0xAA137D) is known color: Medium Violet Red. HEX triplet: AA, 13 and 7D. RGB value is (170,19,125). Sum of RGB (Red+Green+Blue) = 170+19+125=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA137D is #55EC82. Grayscale: #4B4B4B. Windows color (decimal): -5631107 or 8197034. OLE color: 8197034.
HSL color Cylindrical-coordinate representation of color #AA137D: hue angle of 317.88º 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 #AA137D is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 125 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.33 |
| HSL | 317.88º | 0.8% | 0.37% | - |
| HSV(B) | 317.88º | 0.89% | 0.67% | - |
| XYZ | 20.51 | 10.49 | 20.35 | - |
| YUV | 76.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 125 | 0 | 0.89 | 0.26 | 0.33 | 317.88 | 0.8 | 0.37 |
| Hex | AA | 13 | 7D | 0 | 59 | 1A | 21 | 13E | 50 | 25 |
| Octal | 252 | 23 | 175 | 0 | 131 | 32 | 41 | 476 | 120 | 45 |
| Binary | 10101010 | 10011 | 1111101 | 0 | 1011001 | 11010 | 100001 | 100111110 | 1010000 | 100101 |
Color Harmonies of #AA137D
Complementary color
Monochromatic Colors of #AA137D
Black with #AA137D
Text Example
Text Example
White with #AA137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA137D; }
p { color: rgb(170,19,125); }
H1.HeaderClassName
{
color: #AA137D;
}
.AnyTagClassName
{
color: #AA137D;
}
</style>
background-color css
<style>
a { background-color: #AA137D; }
a { background-color: rgb(170,19,125); }
div.DivClassName
{
background-color: #AA137D;
}
.BgClassName
{
background-color: #AA137D;
}
</style>
border-color css
<style>
span { border-color: #AA137D; }
span { border-color: rgb(170,19,125); }
td.TdClassName
{
border-color: #AA137D;
}
.TagClassName
{
border-color: #AA137D;
}
</style>