Shades of Medium Violet Red #AA1091
Tints of Medium Violet Red #AA1091
RGB
CMYK
RGB Variations
Color information
#AA1091 (or 0xAA1091) is known color: Medium Violet Red. HEX triplet: AA, 10 and 91. RGB value is (170,16,145). Sum of RGB (Red+Green+Blue) = 170+16+145=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1091 is #55EF6E. Grayscale: #4C4C4C. Windows color (decimal): -5631855 or 9506986. OLE color: 9506986.
HSL color Cylindrical-coordinate representation of color #AA1091: hue angle of 309.74º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1091 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 145 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.33 |
| HSL | 309.74º | 0.83% | 0.36% | - |
| HSV(B) | 309.74º | 0.91% | 0.67% | - |
| XYZ | 21.87 | 10.96 | 27.75 | - |
| YUV | 76.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 145 | 0 | 0.91 | 0.15 | 0.33 | 309.74 | 0.83 | 0.36 |
| Hex | AA | 10 | 91 | 0 | 5B | F | 21 | 136 | 53 | 24 |
| Octal | 252 | 20 | 221 | 0 | 133 | 17 | 41 | 466 | 123 | 44 |
| Binary | 10101010 | 10000 | 10010001 | 0 | 1011011 | 1111 | 100001 | 100110110 | 1010011 | 100100 |
Color Harmonies of #AA1091
Complementary color
Monochromatic Colors of #AA1091
Black with #AA1091
Text Example
Text Example
White with #AA1091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1091; }
p { color: rgb(170,16,145); }
H1.HeaderClassName
{
color: #AA1091;
}
.AnyTagClassName
{
color: #AA1091;
}
</style>
background-color css
<style>
a { background-color: #AA1091; }
a { background-color: rgb(170,16,145); }
div.DivClassName
{
background-color: #AA1091;
}
.BgClassName
{
background-color: #AA1091;
}
</style>
border-color css
<style>
span { border-color: #AA1091; }
span { border-color: rgb(170,16,145); }
td.TdClassName
{
border-color: #AA1091;
}
.TagClassName
{
border-color: #AA1091;
}
</style>