Shades of Viola #AC969B
Tints of Viola #AC969B
RGB
CMYK
RGB Variations
Color information
#AC969B (or 0xAC969B) is known color: Viola. HEX triplet: AC, 96 and 9B. RGB value is (172,150,155). Sum of RGB (Red+Green+Blue) = 172+150+155=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC969B is #536964. Grayscale: #9D9D9D. Windows color (decimal): -5466469 or 10196652. OLE color: 10196652.
HSL color Cylindrical-coordinate representation of color #AC969B: hue angle of 346.36º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC969B is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 155 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.33 |
| HSL | 346.36º | 0.12% | 0.63% | - |
| HSV(B) | 346.36º | 0.13% | 0.67% | - |
| XYZ | 33.84 | 32.95 | 35.59 | - |
| YUV | 157.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 155 | 0 | 0.13 | 0.10 | 0.33 | 346.36 | 0.12 | 0.63 |
| Hex | AC | 96 | 9B | 0 | D | A | 21 | 15A | C | 3F |
| Octal | 254 | 226 | 233 | 0 | 15 | 12 | 41 | 532 | 14 | 77 |
| Binary | 10101100 | 10010110 | 10011011 | 0 | 1101 | 1010 | 100001 | 101011010 | 1100 | 111111 |
Color Harmonies of #AC969B
Complementary color
Monochromatic Colors of #AC969B
Black with #AC969B
Text Example
Text Example
White with #AC969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC969B; }
p { color: rgb(172,150,155); }
H1.HeaderClassName
{
color: #AC969B;
}
.AnyTagClassName
{
color: #AC969B;
}
</style>
background-color css
<style>
a { background-color: #AC969B; }
a { background-color: rgb(172,150,155); }
div.DivClassName
{
background-color: #AC969B;
}
.BgClassName
{
background-color: #AC969B;
}
</style>
border-color css
<style>
span { border-color: #AC969B; }
span { border-color: rgb(172,150,155); }
td.TdClassName
{
border-color: #AC969B;
}
.TagClassName
{
border-color: #AC969B;
}
</style>