Shades of Medium Violet Red #AA1792
Tints of Medium Violet Red #AA1792
RGB
CMYK
RGB Variations
Color information
#AA1792 (or 0xAA1792) is known color: Medium Violet Red. HEX triplet: AA, 17 and 92. RGB value is (170,23,146). Sum of RGB (Red+Green+Blue) = 170+23+146=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1792 is #55E86D. Grayscale: #505050. Windows color (decimal): -5630062 or 9574314. OLE color: 9574314.
HSL color Cylindrical-coordinate representation of color #AA1792: hue angle of 309.8º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1792 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 146 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.33 |
| HSL | 309.8º | 0.76% | 0.38% | - |
| HSV(B) | 309.8º | 0.86% | 0.67% | - |
| XYZ | 22.07 | 11.23 | 28.2 | - |
| YUV | 80.98 | 164.7 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 146 | 0 | 0.86 | 0.14 | 0.33 | 309.8 | 0.76 | 0.38 |
| Hex | AA | 17 | 92 | 0 | 56 | E | 21 | 136 | 4C | 26 |
| Octal | 252 | 27 | 222 | 0 | 126 | 16 | 41 | 466 | 114 | 46 |
| Binary | 10101010 | 10111 | 10010010 | 0 | 1010110 | 1110 | 100001 | 100110110 | 1001100 | 100110 |
Color Harmonies of #AA1792
Complementary color
Monochromatic Colors of #AA1792
Black with #AA1792
Text Example
Text Example
White with #AA1792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1792; }
p { color: rgb(170,23,146); }
H1.HeaderClassName
{
color: #AA1792;
}
.AnyTagClassName
{
color: #AA1792;
}
</style>
background-color css
<style>
a { background-color: #AA1792; }
a { background-color: rgb(170,23,146); }
div.DivClassName
{
background-color: #AA1792;
}
.BgClassName
{
background-color: #AA1792;
}
</style>
border-color css
<style>
span { border-color: #AA1792; }
span { border-color: rgb(170,23,146); }
td.TdClassName
{
border-color: #AA1792;
}
.TagClassName
{
border-color: #AA1792;
}
</style>