Shades of Viola #AA989B
Tints of Viola #AA989B
RGB
CMYK
RGB Variations
Color information
#AA989B (or 0xAA989B) is known color: Viola. HEX triplet: AA, 98 and 9B. RGB value is (170,152,155). Sum of RGB (Red+Green+Blue) = 170+152+155=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AA989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA989B is #556764. Grayscale: #9D9D9D. Windows color (decimal): -5597029 or 10197162. OLE color: 10197162.
HSL color Cylindrical-coordinate representation of color #AA989B: hue angle of 350º 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 #AA989B is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 155 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.33 |
| HSL | 350º | 0.1% | 0.63% | - |
| HSV(B) | 350º | 0.11% | 0.67% | - |
| XYZ | 33.72 | 33.37 | 35.67 | - |
| YUV | 157.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 155 | 0 | 0.11 | 0.09 | 0.33 | 350 | 0.1 | 0.63 |
| Hex | AA | 98 | 9B | 0 | B | 9 | 21 | 15E | A | 3F |
| Octal | 252 | 230 | 233 | 0 | 13 | 11 | 41 | 536 | 12 | 77 |
| Binary | 10101010 | 10011000 | 10011011 | 0 | 1011 | 1001 | 100001 | 101011110 | 1010 | 111111 |
Color Harmonies of #AA989B
Complementary color
Monochromatic Colors of #AA989B
Black with #AA989B
Text Example
Text Example
White with #AA989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA989B; }
p { color: rgb(170,152,155); }
H1.HeaderClassName
{
color: #AA989B;
}
.AnyTagClassName
{
color: #AA989B;
}
</style>
background-color css
<style>
a { background-color: #AA989B; }
a { background-color: rgb(170,152,155); }
div.DivClassName
{
background-color: #AA989B;
}
.BgClassName
{
background-color: #AA989B;
}
</style>
border-color css
<style>
span { border-color: #AA989B; }
span { border-color: rgb(170,152,155); }
td.TdClassName
{
border-color: #AA989B;
}
.TagClassName
{
border-color: #AA989B;
}
</style>