Shades of Viola #AA9192
Tints of Viola #AA9192
RGB
CMYK
RGB Variations
Color information
#AA9192 (or 0xAA9192) is known color: Viola. HEX triplet: AA, 91 and 92. RGB value is (170,145,146). Sum of RGB (Red+Green+Blue) = 170+145+146=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9192 is #556E6D. Grayscale: #989898. Windows color (decimal): -5598830 or 9605546. OLE color: 9605546.
HSL color Cylindrical-coordinate representation of color #AA9192: hue angle of 357.6º 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 #AA9192 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 146 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.33 |
| HSL | 357.6º | 0.13% | 0.62% | - |
| HSV(B) | 357.6º | 0.15% | 0.67% | - |
| XYZ | 31.89 | 30.87 | 31.47 | - |
| YUV | 152.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 146 | 0 | 0.15 | 0.14 | 0.33 | 357.6 | 0.13 | 0.62 |
| Hex | AA | 91 | 92 | 0 | F | E | 21 | 166 | D | 3E |
| Octal | 252 | 221 | 222 | 0 | 17 | 16 | 41 | 546 | 15 | 76 |
| Binary | 10101010 | 10010001 | 10010010 | 0 | 1111 | 1110 | 100001 | 101100110 | 1101 | 111110 |
Color Harmonies of #AA9192
Complementary color
Monochromatic Colors of #AA9192
Black with #AA9192
Text Example
Text Example
White with #AA9192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9192; }
p { color: rgb(170,145,146); }
H1.HeaderClassName
{
color: #AA9192;
}
.AnyTagClassName
{
color: #AA9192;
}
</style>
background-color css
<style>
a { background-color: #AA9192; }
a { background-color: rgb(170,145,146); }
div.DivClassName
{
background-color: #AA9192;
}
.BgClassName
{
background-color: #AA9192;
}
</style>
border-color css
<style>
span { border-color: #AA9192; }
span { border-color: rgb(170,145,146); }
td.TdClassName
{
border-color: #AA9192;
}
.TagClassName
{
border-color: #AA9192;
}
</style>