Shades of Viola #AA9397
Tints of Viola #AA9397
RGB
CMYK
RGB Variations
Color information
#AA9397 (or 0xAA9397) is known color: Viola. HEX triplet: AA, 93 and 97. RGB value is (170,147,151). Sum of RGB (Red+Green+Blue) = 170+147+151=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9397 is #556C68. Grayscale: #9A9A9A. Windows color (decimal): -5598313 or 9933738. OLE color: 9933738.
HSL color Cylindrical-coordinate representation of color #AA9397: hue angle of 349.57º 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 #AA9397 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 151 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.33 |
| HSL | 349.57º | 0.12% | 0.62% | - |
| HSV(B) | 349.57º | 0.14% | 0.67% | - |
| XYZ | 32.6 | 31.65 | 33.67 | - |
| YUV | 154.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 151 | 0 | 0.14 | 0.11 | 0.33 | 349.57 | 0.12 | 0.62 |
| Hex | AA | 93 | 97 | 0 | E | B | 21 | 15E | C | 3E |
| Octal | 252 | 223 | 227 | 0 | 16 | 13 | 41 | 536 | 14 | 76 |
| Binary | 10101010 | 10010011 | 10010111 | 0 | 1110 | 1011 | 100001 | 101011110 | 1100 | 111110 |
Color Harmonies of #AA9397
Complementary color
Monochromatic Colors of #AA9397
Black with #AA9397
Text Example
Text Example
White with #AA9397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9397; }
p { color: rgb(170,147,151); }
H1.HeaderClassName
{
color: #AA9397;
}
.AnyTagClassName
{
color: #AA9397;
}
</style>
background-color css
<style>
a { background-color: #AA9397; }
a { background-color: rgb(170,147,151); }
div.DivClassName
{
background-color: #AA9397;
}
.BgClassName
{
background-color: #AA9397;
}
</style>
border-color css
<style>
span { border-color: #AA9397; }
span { border-color: rgb(170,147,151); }
td.TdClassName
{
border-color: #AA9397;
}
.TagClassName
{
border-color: #AA9397;
}
</style>