Shades of Viola #AC9B9E
Tints of Viola #AC9B9E
RGB
CMYK
RGB Variations
Color information
#AC9B9E (or 0xAC9B9E) is known color: Viola. HEX triplet: AC, 9B and 9E. RGB value is (172,155,158). Sum of RGB (Red+Green+Blue) = 172+155+158=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B9E is #536461. Grayscale: #A0A0A0. Windows color (decimal): -5465186 or 10394540. OLE color: 10394540.
HSL color Cylindrical-coordinate representation of color #AC9B9E: hue angle of 349.41º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9B9E is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 155 | 158 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.33 |
| HSL | 349.41º | 0.09% | 0.64% | - |
| HSV(B) | 349.41º | 0.1% | 0.67% | - |
| XYZ | 34.91 | 34.68 | 37.2 | - |
| YUV | 160.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 158 | 0 | 0.10 | 0.08 | 0.33 | 349.41 | 0.09 | 0.64 |
| Hex | AC | 9B | 9E | 0 | A | 8 | 21 | 15D | 9 | 40 |
| Octal | 254 | 233 | 236 | 0 | 12 | 10 | 41 | 535 | 11 | 100 |
| Binary | 10101100 | 10011011 | 10011110 | 0 | 1010 | 1000 | 100001 | 101011101 | 1001 | 1000000 |
Color Harmonies of #AC9B9E
Complementary color
Monochromatic Colors of #AC9B9E
Black with #AC9B9E
Text Example
Text Example
White with #AC9B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9B9E; }
p { color: rgb(172,155,158); }
H1.HeaderClassName
{
color: #AC9B9E;
}
.AnyTagClassName
{
color: #AC9B9E;
}
</style>
background-color css
<style>
a { background-color: #AC9B9E; }
a { background-color: rgb(172,155,158); }
div.DivClassName
{
background-color: #AC9B9E;
}
.BgClassName
{
background-color: #AC9B9E;
}
</style>
border-color css
<style>
span { border-color: #AC9B9E; }
span { border-color: rgb(172,155,158); }
td.TdClassName
{
border-color: #AC9B9E;
}
.TagClassName
{
border-color: #AC9B9E;
}
</style>