Shades of Viola #AA979A
Tints of Viola #AA979A
RGB
CMYK
RGB Variations
Color information
#AA979A (or 0xAA979A) is known color: Viola. HEX triplet: AA, 97 and 9A. RGB value is (170,151,154). Sum of RGB (Red+Green+Blue) = 170+151+154=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA979A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA979A is #556865. Grayscale: #9D9D9D. Windows color (decimal): -5597286 or 10131370. OLE color: 10131370.
HSL color Cylindrical-coordinate representation of color #AA979A: hue angle of 350.53º 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 #AA979A is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 154 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.33 |
| HSL | 350.53º | 0.1% | 0.63% | - |
| HSV(B) | 350.53º | 0.11% | 0.67% | - |
| XYZ | 33.48 | 33.01 | 35.18 | - |
| YUV | 157.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 154 | 0 | 0.11 | 0.09 | 0.33 | 350.53 | 0.1 | 0.63 |
| Hex | AA | 97 | 9A | 0 | B | 9 | 21 | 15F | A | 3F |
| Octal | 252 | 227 | 232 | 0 | 13 | 11 | 41 | 537 | 12 | 77 |
| Binary | 10101010 | 10010111 | 10011010 | 0 | 1011 | 1001 | 100001 | 101011111 | 1010 | 111111 |
Color Harmonies of #AA979A
Complementary color
Monochromatic Colors of #AA979A
Black with #AA979A
Text Example
Text Example
White with #AA979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA979A; }
p { color: rgb(170,151,154); }
H1.HeaderClassName
{
color: #AA979A;
}
.AnyTagClassName
{
color: #AA979A;
}
</style>
background-color css
<style>
a { background-color: #AA979A; }
a { background-color: rgb(170,151,154); }
div.DivClassName
{
background-color: #AA979A;
}
.BgClassName
{
background-color: #AA979A;
}
</style>
border-color css
<style>
span { border-color: #AA979A; }
span { border-color: rgb(170,151,154); }
td.TdClassName
{
border-color: #AA979A;
}
.TagClassName
{
border-color: #AA979A;
}
</style>