Shades of Viola #AA999C
Tints of Viola #AA999C
RGB
CMYK
RGB Variations
Color information
#AA999C (or 0xAA999C) is known color: Viola. HEX triplet: AA, 99 and 9C. RGB value is (170,153,156). Sum of RGB (Red+Green+Blue) = 170+153+156=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AA999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA999C is #556663. Grayscale: #9E9E9E. Windows color (decimal): -5596772 or 10262954. OLE color: 10262954.
HSL color Cylindrical-coordinate representation of color #AA999C: hue angle of 349.41º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA999C is Cyan = 0, Magento = 0.1, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 156 | - |
| CMYK | 0 | 0.1 | 0.08 | 0.33 |
| HSL | 349.41º | 0.09% | 0.63% | - |
| HSV(B) | 349.41º | 0.1% | 0.67% | - |
| XYZ | 33.97 | 33.73 | 36.17 | - |
| YUV | 158.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 156 | 0 | 0.1 | 0.08 | 0.33 | 349.41 | 0.09 | 0.63 |
| Hex | AA | 99 | 9C | 0 | A | 8 | 21 | 15D | 9 | 3F |
| Octal | 252 | 231 | 234 | 0 | 12 | 10 | 41 | 535 | 11 | 77 |
| Binary | 10101010 | 10011001 | 10011100 | 0 | 1010 | 1000 | 100001 | 101011101 | 1001 | 111111 |
Color Harmonies of #AA999C
Complementary color
Monochromatic Colors of #AA999C
Black with #AA999C
Text Example
Text Example
White with #AA999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA999C; }
p { color: rgb(170,153,156); }
H1.HeaderClassName
{
color: #AA999C;
}
.AnyTagClassName
{
color: #AA999C;
}
</style>
background-color css
<style>
a { background-color: #AA999C; }
a { background-color: rgb(170,153,156); }
div.DivClassName
{
background-color: #AA999C;
}
.BgClassName
{
background-color: #AA999C;
}
</style>
border-color css
<style>
span { border-color: #AA999C; }
span { border-color: rgb(170,153,156); }
td.TdClassName
{
border-color: #AA999C;
}
.TagClassName
{
border-color: #AA999C;
}
</style>