Shades of Viola #AC979B
Tints of Viola #AC979B
RGB
CMYK
RGB Variations
Color information
#AC979B (or 0xAC979B) is known color: Viola. HEX triplet: AC, 97 and 9B. RGB value is (172,151,155). Sum of RGB (Red+Green+Blue) = 172+151+155=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #AC979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC979B is #536864. Grayscale: #9D9D9D. Windows color (decimal): -5466213 or 10196908. OLE color: 10196908.
HSL color Cylindrical-coordinate representation of color #AC979B: hue angle of 348.57º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC979B is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 155 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.33 |
| HSL | 348.57º | 0.11% | 0.63% | - |
| HSV(B) | 348.57º | 0.12% | 0.67% | - |
| XYZ | 34 | 33.27 | 35.64 | - |
| YUV | 157.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 155 | 0 | 0.12 | 0.10 | 0.33 | 348.57 | 0.11 | 0.63 |
| Hex | AC | 97 | 9B | 0 | C | A | 21 | 15D | B | 3F |
| Octal | 254 | 227 | 233 | 0 | 14 | 12 | 41 | 535 | 13 | 77 |
| Binary | 10101100 | 10010111 | 10011011 | 0 | 1100 | 1010 | 100001 | 101011101 | 1011 | 111111 |
Color Harmonies of #AC979B
Complementary color
Monochromatic Colors of #AC979B
Black with #AC979B
Text Example
Text Example
White with #AC979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC979B; }
p { color: rgb(172,151,155); }
H1.HeaderClassName
{
color: #AC979B;
}
.AnyTagClassName
{
color: #AC979B;
}
</style>
background-color css
<style>
a { background-color: #AC979B; }
a { background-color: rgb(172,151,155); }
div.DivClassName
{
background-color: #AC979B;
}
.BgClassName
{
background-color: #AC979B;
}
</style>
border-color css
<style>
span { border-color: #AC979B; }
span { border-color: rgb(172,151,155); }
td.TdClassName
{
border-color: #AC979B;
}
.TagClassName
{
border-color: #AC979B;
}
</style>