Shades of Medium Violet Red #AA1799
Tints of Medium Violet Red #AA1799
RGB
CMYK
RGB Variations
Color information
#AA1799 (or 0xAA1799) is known color: Medium Violet Red. HEX triplet: AA, 17 and 99. RGB value is (170,23,153). Sum of RGB (Red+Green+Blue) = 170+23+153=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1799 is #55E866. Grayscale: #515151. Windows color (decimal): -5630055 or 10033066. OLE color: 10033066.
HSL color Cylindrical-coordinate representation of color #AA1799: hue angle of 306.94º 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 #AA1799 is Cyan = 0, Magento = 0.86, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 153 | - |
| CMYK | 0 | 0.86 | 0.1 | 0.33 |
| HSL | 306.94º | 0.76% | 0.38% | - |
| HSV(B) | 306.94º | 0.86% | 0.67% | - |
| XYZ | 22.63 | 11.46 | 31.16 | - |
| YUV | 81.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 153 | 0 | 0.86 | 0.1 | 0.33 | 306.94 | 0.76 | 0.38 |
| Hex | AA | 17 | 99 | 0 | 56 | A | 21 | 133 | 4C | 26 |
| Octal | 252 | 27 | 231 | 0 | 126 | 12 | 41 | 463 | 114 | 46 |
| Binary | 10101010 | 10111 | 10011001 | 0 | 1010110 | 1010 | 100001 | 100110011 | 1001100 | 100110 |
Color Harmonies of #AA1799
Complementary color
Monochromatic Colors of #AA1799
Black with #AA1799
Text Example
Text Example
White with #AA1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1799; }
p { color: rgb(170,23,153); }
H1.HeaderClassName
{
color: #AA1799;
}
.AnyTagClassName
{
color: #AA1799;
}
</style>
background-color css
<style>
a { background-color: #AA1799; }
a { background-color: rgb(170,23,153); }
div.DivClassName
{
background-color: #AA1799;
}
.BgClassName
{
background-color: #AA1799;
}
</style>
border-color css
<style>
span { border-color: #AA1799; }
span { border-color: rgb(170,23,153); }
td.TdClassName
{
border-color: #AA1799;
}
.TagClassName
{
border-color: #AA1799;
}
</style>