Shades of Viola #AA9699
Tints of Viola #AA9699
RGB
CMYK
RGB Variations
Color information
#AA9699 (or 0xAA9699) is known color: Viola. HEX triplet: AA, 96 and 99. RGB value is (170,150,153). Sum of RGB (Red+Green+Blue) = 170+150+153=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9699 is #556966. Grayscale: #9C9C9C. Windows color (decimal): -5597543 or 10065578. OLE color: 10065578.
HSL color Cylindrical-coordinate representation of color #AA9699: hue angle of 351º 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 #AA9699 is Cyan = 0, Magento = 0.12, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 153 | - |
| CMYK | 0 | 0.12 | 0.1 | 0.33 |
| HSL | 351º | 0.11% | 0.63% | - |
| HSV(B) | 351º | 0.12% | 0.67% | - |
| XYZ | 33.23 | 32.66 | 34.69 | - |
| YUV | 156.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 153 | 0 | 0.12 | 0.1 | 0.33 | 351 | 0.11 | 0.63 |
| Hex | AA | 96 | 99 | 0 | C | A | 21 | 15F | B | 3F |
| Octal | 252 | 226 | 231 | 0 | 14 | 12 | 41 | 537 | 13 | 77 |
| Binary | 10101010 | 10010110 | 10011001 | 0 | 1100 | 1010 | 100001 | 101011111 | 1011 | 111111 |
Color Harmonies of #AA9699
Complementary color
Monochromatic Colors of #AA9699
Black with #AA9699
Text Example
Text Example
White with #AA9699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9699; }
p { color: rgb(170,150,153); }
H1.HeaderClassName
{
color: #AA9699;
}
.AnyTagClassName
{
color: #AA9699;
}
</style>
background-color css
<style>
a { background-color: #AA9699; }
a { background-color: rgb(170,150,153); }
div.DivClassName
{
background-color: #AA9699;
}
.BgClassName
{
background-color: #AA9699;
}
</style>
border-color css
<style>
span { border-color: #AA9699; }
span { border-color: rgb(170,150,153); }
td.TdClassName
{
border-color: #AA9699;
}
.TagClassName
{
border-color: #AA9699;
}
</style>