Shades of Viola #AA9597
Tints of Viola #AA9597
RGB
CMYK
RGB Variations
Color information
#AA9597 (or 0xAA9597) is known color: Viola. HEX triplet: AA, 95 and 97. RGB value is (170,149,151). Sum of RGB (Red+Green+Blue) = 170+149+151=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9597 is #556A68. Grayscale: #9B9B9B. Windows color (decimal): -5597801 or 9934250. OLE color: 9934250.
HSL color Cylindrical-coordinate representation of color #AA9597: hue angle of 354.29º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9597 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 151 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.33 |
| HSL | 354.29º | 0.11% | 0.63% | - |
| HSV(B) | 354.29º | 0.12% | 0.67% | - |
| XYZ | 32.91 | 32.28 | 33.77 | - |
| YUV | 155.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 151 | 0 | 0.12 | 0.11 | 0.33 | 354.29 | 0.11 | 0.63 |
| Hex | AA | 95 | 97 | 0 | C | B | 21 | 162 | B | 3F |
| Octal | 252 | 225 | 227 | 0 | 14 | 13 | 41 | 542 | 13 | 77 |
| Binary | 10101010 | 10010101 | 10010111 | 0 | 1100 | 1011 | 100001 | 101100010 | 1011 | 111111 |
Color Harmonies of #AA9597
Complementary color
Monochromatic Colors of #AA9597
Black with #AA9597
Text Example
Text Example
White with #AA9597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9597; }
p { color: rgb(170,149,151); }
H1.HeaderClassName
{
color: #AA9597;
}
.AnyTagClassName
{
color: #AA9597;
}
</style>
background-color css
<style>
a { background-color: #AA9597; }
a { background-color: rgb(170,149,151); }
div.DivClassName
{
background-color: #AA9597;
}
.BgClassName
{
background-color: #AA9597;
}
</style>
border-color css
<style>
span { border-color: #AA9597; }
span { border-color: rgb(170,149,151); }
td.TdClassName
{
border-color: #AA9597;
}
.TagClassName
{
border-color: #AA9597;
}
</style>