Shades of Viola #AA9799
Tints of Viola #AA9799
RGB
CMYK
RGB Variations
Color information
#AA9799 (or 0xAA9799) is known color: Viola. HEX triplet: AA, 97 and 99. RGB value is (170,151,153). Sum of RGB (Red+Green+Blue) = 170+151+153=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9799 is #556866. Grayscale: #9C9C9C. Windows color (decimal): -5597287 or 10065834. OLE color: 10065834.
HSL color Cylindrical-coordinate representation of color #AA9799: hue angle of 353.68º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AA9799 is Cyan = 0, Magento = 0.11, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 153 | - |
| CMYK | 0 | 0.11 | 0.1 | 0.33 |
| HSL | 353.68º | 0.1% | 0.63% | - |
| HSV(B) | 353.68º | 0.11% | 0.67% | - |
| XYZ | 33.39 | 32.98 | 34.74 | - |
| YUV | 156.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 153 | 0 | 0.11 | 0.1 | 0.33 | 353.68 | 0.1 | 0.63 |
| Hex | AA | 97 | 99 | 0 | B | A | 21 | 162 | A | 3F |
| Octal | 252 | 227 | 231 | 0 | 13 | 12 | 41 | 542 | 12 | 77 |
| Binary | 10101010 | 10010111 | 10011001 | 0 | 1011 | 1010 | 100001 | 101100010 | 1010 | 111111 |
Color Harmonies of #AA9799
Complementary color
Monochromatic Colors of #AA9799
Black with #AA9799
Text Example
Text Example
White with #AA9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9799; }
p { color: rgb(170,151,153); }
H1.HeaderClassName
{
color: #AA9799;
}
.AnyTagClassName
{
color: #AA9799;
}
</style>
background-color css
<style>
a { background-color: #AA9799; }
a { background-color: rgb(170,151,153); }
div.DivClassName
{
background-color: #AA9799;
}
.BgClassName
{
background-color: #AA9799;
}
</style>
border-color css
<style>
span { border-color: #AA9799; }
span { border-color: rgb(170,151,153); }
td.TdClassName
{
border-color: #AA9799;
}
.TagClassName
{
border-color: #AA9799;
}
</style>