Shades of Viola #AA9196
Tints of Viola #AA9196
RGB
CMYK
RGB Variations
Color information
#AA9196 (or 0xAA9196) is known color: Viola. HEX triplet: AA, 91 and 96. RGB value is (170,145,150). Sum of RGB (Red+Green+Blue) = 170+145+150=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9196 is #556E69. Grayscale: #999999. Windows color (decimal): -5598826 or 9867690. OLE color: 9867690.
HSL color Cylindrical-coordinate representation of color #AA9196: hue angle of 348º 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 #AA9196 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 150 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.33 |
| HSL | 348º | 0.13% | 0.62% | - |
| HSV(B) | 348º | 0.15% | 0.67% | - |
| XYZ | 32.21 | 31 | 33.14 | - |
| YUV | 153.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 150 | 0 | 0.15 | 0.12 | 0.33 | 348 | 0.13 | 0.62 |
| Hex | AA | 91 | 96 | 0 | F | C | 21 | 15C | D | 3E |
| Octal | 252 | 221 | 226 | 0 | 17 | 14 | 41 | 534 | 15 | 76 |
| Binary | 10101010 | 10010001 | 10010110 | 0 | 1111 | 1100 | 100001 | 101011100 | 1101 | 111110 |
Color Harmonies of #AA9196
Complementary color
Monochromatic Colors of #AA9196
Black with #AA9196
Text Example
Text Example
White with #AA9196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9196; }
p { color: rgb(170,145,150); }
H1.HeaderClassName
{
color: #AA9196;
}
.AnyTagClassName
{
color: #AA9196;
}
</style>
background-color css
<style>
a { background-color: #AA9196; }
a { background-color: rgb(170,145,150); }
div.DivClassName
{
background-color: #AA9196;
}
.BgClassName
{
background-color: #AA9196;
}
</style>
border-color css
<style>
span { border-color: #AA9196; }
span { border-color: rgb(170,145,150); }
td.TdClassName
{
border-color: #AA9196;
}
.TagClassName
{
border-color: #AA9196;
}
</style>