Shades of Medium Violet Red #AA1392
Tints of Medium Violet Red #AA1392
RGB
CMYK
RGB Variations
Color information
#AA1392 (or 0xAA1392) is known color: Medium Violet Red. HEX triplet: AA, 13 and 92. RGB value is (170,19,146). Sum of RGB (Red+Green+Blue) = 170+19+146=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1392 is #55EC6D. Grayscale: #4E4E4E. Windows color (decimal): -5631086 or 9573290. OLE color: 9573290.
HSL color Cylindrical-coordinate representation of color #AA1392: hue angle of 309.54º 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 #AA1392 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 146 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.33 |
| HSL | 309.54º | 0.8% | 0.37% | - |
| HSV(B) | 309.54º | 0.89% | 0.67% | - |
| XYZ | 22 | 11.09 | 28.17 | - |
| YUV | 78.63 | 166.03 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 146 | 0 | 0.89 | 0.14 | 0.33 | 309.54 | 0.8 | 0.37 |
| Hex | AA | 13 | 92 | 0 | 59 | E | 21 | 136 | 50 | 25 |
| Octal | 252 | 23 | 222 | 0 | 131 | 16 | 41 | 466 | 120 | 45 |
| Binary | 10101010 | 10011 | 10010010 | 0 | 1011001 | 1110 | 100001 | 100110110 | 1010000 | 100101 |
Color Harmonies of #AA1392
Complementary color
Monochromatic Colors of #AA1392
Black with #AA1392
Text Example
Text Example
White with #AA1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1392; }
p { color: rgb(170,19,146); }
H1.HeaderClassName
{
color: #AA1392;
}
.AnyTagClassName
{
color: #AA1392;
}
</style>
background-color css
<style>
a { background-color: #AA1392; }
a { background-color: rgb(170,19,146); }
div.DivClassName
{
background-color: #AA1392;
}
.BgClassName
{
background-color: #AA1392;
}
</style>
border-color css
<style>
span { border-color: #AA1392; }
span { border-color: rgb(170,19,146); }
td.TdClassName
{
border-color: #AA1392;
}
.TagClassName
{
border-color: #AA1392;
}
</style>