Shades of Viola #AA9194
Tints of Viola #AA9194
RGB
CMYK
RGB Variations
Color information
#AA9194 (or 0xAA9194) is known color: Viola. HEX triplet: AA, 91 and 94. RGB value is (170,145,148). Sum of RGB (Red+Green+Blue) = 170+145+148=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9194 is #556E6B. Grayscale: #989898. Windows color (decimal): -5598828 or 9736618. OLE color: 9736618.
HSL color Cylindrical-coordinate representation of color #AA9194: hue angle of 352.8º 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 #AA9194 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 148 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.33 |
| HSL | 352.8º | 0.13% | 0.62% | - |
| HSV(B) | 352.8º | 0.15% | 0.67% | - |
| XYZ | 32.05 | 30.93 | 32.3 | - |
| YUV | 152.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 148 | 0 | 0.15 | 0.13 | 0.33 | 352.8 | 0.13 | 0.62 |
| Hex | AA | 91 | 94 | 0 | F | D | 21 | 161 | D | 3E |
| Octal | 252 | 221 | 224 | 0 | 17 | 15 | 41 | 541 | 15 | 76 |
| Binary | 10101010 | 10010001 | 10010100 | 0 | 1111 | 1101 | 100001 | 101100001 | 1101 | 111110 |
Color Harmonies of #AA9194
Complementary color
Monochromatic Colors of #AA9194
Black with #AA9194
Text Example
Text Example
White with #AA9194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9194; }
p { color: rgb(170,145,148); }
H1.HeaderClassName
{
color: #AA9194;
}
.AnyTagClassName
{
color: #AA9194;
}
</style>
background-color css
<style>
a { background-color: #AA9194; }
a { background-color: rgb(170,145,148); }
div.DivClassName
{
background-color: #AA9194;
}
.BgClassName
{
background-color: #AA9194;
}
</style>
border-color css
<style>
span { border-color: #AA9194; }
span { border-color: rgb(170,145,148); }
td.TdClassName
{
border-color: #AA9194;
}
.TagClassName
{
border-color: #AA9194;
}
</style>