Shades of Viola #AA9091
Tints of Viola #AA9091
RGB
CMYK
RGB Variations
Color information
#AA9091 (or 0xAA9091) is known color: Viola. HEX triplet: AA, 90 and 91. RGB value is (170,144,145). Sum of RGB (Red+Green+Blue) = 170+144+145=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9091 is #556F6E. Grayscale: #979797. Windows color (decimal): -5599087 or 9539754. OLE color: 9539754.
HSL color Cylindrical-coordinate representation of color #AA9091: hue angle of 357.69º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9091 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 145 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.33 |
| HSL | 357.69º | 0.13% | 0.62% | - |
| HSV(B) | 357.69º | 0.15% | 0.67% | - |
| XYZ | 31.66 | 30.54 | 31.01 | - |
| YUV | 151.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 145 | 0 | 0.15 | 0.15 | 0.33 | 357.69 | 0.13 | 0.62 |
| Hex | AA | 90 | 91 | 0 | F | F | 21 | 166 | D | 3E |
| Octal | 252 | 220 | 221 | 0 | 17 | 17 | 41 | 546 | 15 | 76 |
| Binary | 10101010 | 10010000 | 10010001 | 0 | 1111 | 1111 | 100001 | 101100110 | 1101 | 111110 |
Color Harmonies of #AA9091
Complementary color
Monochromatic Colors of #AA9091
Black with #AA9091
Text Example
Text Example
White with #AA9091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9091; }
p { color: rgb(170,144,145); }
H1.HeaderClassName
{
color: #AA9091;
}
.AnyTagClassName
{
color: #AA9091;
}
</style>
background-color css
<style>
a { background-color: #AA9091; }
a { background-color: rgb(170,144,145); }
div.DivClassName
{
background-color: #AA9091;
}
.BgClassName
{
background-color: #AA9091;
}
</style>
border-color css
<style>
span { border-color: #AA9091; }
span { border-color: rgb(170,144,145); }
td.TdClassName
{
border-color: #AA9091;
}
.TagClassName
{
border-color: #AA9091;
}
</style>