Shades of Viola #AA9396
Tints of Viola #AA9396
RGB
CMYK
RGB Variations
Color information
#AA9396 (or 0xAA9396) is known color: Viola. HEX triplet: AA, 93 and 96. RGB value is (170,147,150). Sum of RGB (Red+Green+Blue) = 170+147+150=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9396 is #556C69. Grayscale: #9A9A9A. Windows color (decimal): -5598314 or 9868202. OLE color: 9868202.
HSL color Cylindrical-coordinate representation of color #AA9396: hue angle of 352.17º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA9396 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 150 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.33 |
| HSL | 352.17º | 0.12% | 0.62% | - |
| HSV(B) | 352.17º | 0.14% | 0.67% | - |
| XYZ | 32.52 | 31.62 | 33.24 | - |
| YUV | 154.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 150 | 0 | 0.14 | 0.12 | 0.33 | 352.17 | 0.12 | 0.62 |
| Hex | AA | 93 | 96 | 0 | E | C | 21 | 160 | C | 3E |
| Octal | 252 | 223 | 226 | 0 | 16 | 14 | 41 | 540 | 14 | 76 |
| Binary | 10101010 | 10010011 | 10010110 | 0 | 1110 | 1100 | 100001 | 101100000 | 1100 | 111110 |
Color Harmonies of #AA9396
Complementary color
Monochromatic Colors of #AA9396
Black with #AA9396
Text Example
Text Example
White with #AA9396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9396; }
p { color: rgb(170,147,150); }
H1.HeaderClassName
{
color: #AA9396;
}
.AnyTagClassName
{
color: #AA9396;
}
</style>
background-color css
<style>
a { background-color: #AA9396; }
a { background-color: rgb(170,147,150); }
div.DivClassName
{
background-color: #AA9396;
}
.BgClassName
{
background-color: #AA9396;
}
</style>
border-color css
<style>
span { border-color: #AA9396; }
span { border-color: rgb(170,147,150); }
td.TdClassName
{
border-color: #AA9396;
}
.TagClassName
{
border-color: #AA9396;
}
</style>