Shades of Viola #AA989A
Tints of Viola #AA989A
RGB
CMYK
RGB Variations
Color information
#AA989A (or 0xAA989A) is known color: Viola. HEX triplet: AA, 98 and 9A. RGB value is (170,152,154). Sum of RGB (Red+Green+Blue) = 170+152+154=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA989A is #556765. Grayscale: #9D9D9D. Windows color (decimal): -5597030 or 10131626. OLE color: 10131626.
HSL color Cylindrical-coordinate representation of color #AA989A: hue angle of 353.33º 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 #AA989A is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 154 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.33 |
| HSL | 353.33º | 0.1% | 0.63% | - |
| HSV(B) | 353.33º | 0.11% | 0.67% | - |
| XYZ | 33.64 | 33.34 | 35.23 | - |
| YUV | 157.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 154 | 0 | 0.11 | 0.09 | 0.33 | 353.33 | 0.1 | 0.63 |
| Hex | AA | 98 | 9A | 0 | B | 9 | 21 | 161 | A | 3F |
| Octal | 252 | 230 | 232 | 0 | 13 | 11 | 41 | 541 | 12 | 77 |
| Binary | 10101010 | 10011000 | 10011010 | 0 | 1011 | 1001 | 100001 | 101100001 | 1010 | 111111 |
Color Harmonies of #AA989A
Complementary color
Monochromatic Colors of #AA989A
Black with #AA989A
Text Example
Text Example
White with #AA989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA989A; }
p { color: rgb(170,152,154); }
H1.HeaderClassName
{
color: #AA989A;
}
.AnyTagClassName
{
color: #AA989A;
}
</style>
background-color css
<style>
a { background-color: #AA989A; }
a { background-color: rgb(170,152,154); }
div.DivClassName
{
background-color: #AA989A;
}
.BgClassName
{
background-color: #AA989A;
}
</style>
border-color css
<style>
span { border-color: #AA989A; }
span { border-color: rgb(170,152,154); }
td.TdClassName
{
border-color: #AA989A;
}
.TagClassName
{
border-color: #AA989A;
}
</style>