Shades of Viola #AC9296
Tints of Viola #AC9296
RGB
CMYK
RGB Variations
Color information
#AC9296 (or 0xAC9296) is known color: Viola. HEX triplet: AC, 92 and 96. RGB value is (172,146,150). Sum of RGB (Red+Green+Blue) = 172+146+150=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9296 is #536D69. Grayscale: #9A9A9A. Windows color (decimal): -5467498 or 9867948. OLE color: 9867948.
HSL color Cylindrical-coordinate representation of color #AC9296: hue angle of 350.77º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC9296 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 150 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.33 |
| HSL | 350.77º | 0.14% | 0.62% | - |
| HSV(B) | 350.77º | 0.15% | 0.67% | - |
| XYZ | 32.8 | 31.53 | 33.21 | - |
| YUV | 154.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 150 | 0 | 0.15 | 0.13 | 0.33 | 350.77 | 0.14 | 0.62 |
| Hex | AC | 92 | 96 | 0 | F | D | 21 | 15F | E | 3E |
| Octal | 254 | 222 | 226 | 0 | 17 | 15 | 41 | 537 | 16 | 76 |
| Binary | 10101100 | 10010010 | 10010110 | 0 | 1111 | 1101 | 100001 | 101011111 | 1110 | 111110 |
Color Harmonies of #AC9296
Complementary color
Monochromatic Colors of #AC9296
Black with #AC9296
Text Example
Text Example
White with #AC9296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9296; }
p { color: rgb(172,146,150); }
H1.HeaderClassName
{
color: #AC9296;
}
.AnyTagClassName
{
color: #AC9296;
}
</style>
background-color css
<style>
a { background-color: #AC9296; }
a { background-color: rgb(172,146,150); }
div.DivClassName
{
background-color: #AC9296;
}
.BgClassName
{
background-color: #AC9296;
}
</style>
border-color css
<style>
span { border-color: #AC9296; }
span { border-color: rgb(172,146,150); }
td.TdClassName
{
border-color: #AC9296;
}
.TagClassName
{
border-color: #AC9296;
}
</style>