Shades of Viola #AA999B
Tints of Viola #AA999B
RGB
CMYK
RGB Variations
Color information
#AA999B (or 0xAA999B) is known color: Viola. HEX triplet: AA, 99 and 9B. RGB value is (170,153,155). Sum of RGB (Red+Green+Blue) = 170+153+155=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AA999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA999B is #556664. Grayscale: #9E9E9E. Windows color (decimal): -5596773 or 10197418. OLE color: 10197418.
HSL color Cylindrical-coordinate representation of color #AA999B: hue angle of 352.94º 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 #AA999B is Cyan = 0, Magento = 0.1, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 155 | - |
| CMYK | 0 | 0.1 | 0.09 | 0.33 |
| HSL | 352.94º | 0.09% | 0.63% | - |
| HSV(B) | 352.94º | 0.1% | 0.67% | - |
| XYZ | 33.89 | 33.7 | 35.73 | - |
| YUV | 158.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 155 | 0 | 0.1 | 0.09 | 0.33 | 352.94 | 0.09 | 0.63 |
| Hex | AA | 99 | 9B | 0 | A | 9 | 21 | 161 | 9 | 3F |
| Octal | 252 | 231 | 233 | 0 | 12 | 11 | 41 | 541 | 11 | 77 |
| Binary | 10101010 | 10011001 | 10011011 | 0 | 1010 | 1001 | 100001 | 101100001 | 1001 | 111111 |
Color Harmonies of #AA999B
Complementary color
Monochromatic Colors of #AA999B
Black with #AA999B
Text Example
Text Example
White with #AA999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA999B; }
p { color: rgb(170,153,155); }
H1.HeaderClassName
{
color: #AA999B;
}
.AnyTagClassName
{
color: #AA999B;
}
</style>
background-color css
<style>
a { background-color: #AA999B; }
a { background-color: rgb(170,153,155); }
div.DivClassName
{
background-color: #AA999B;
}
.BgClassName
{
background-color: #AA999B;
}
</style>
border-color css
<style>
span { border-color: #AA999B; }
span { border-color: rgb(170,153,155); }
td.TdClassName
{
border-color: #AA999B;
}
.TagClassName
{
border-color: #AA999B;
}
</style>