Shades of Viola #AC9096
Tints of Viola #AC9096
RGB
CMYK
RGB Variations
Color information
#AC9096 (or 0xAC9096) is known color: Viola. HEX triplet: AC, 90 and 96. RGB value is (172,144,150). Sum of RGB (Red+Green+Blue) = 172+144+150=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9096 is #536F69. Grayscale: #999999. Windows color (decimal): -5468010 or 9867436. OLE color: 9867436.
HSL color Cylindrical-coordinate representation of color #AC9096: hue angle of 347.14º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC9096 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 150 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.33 |
| HSL | 347.14º | 0.14% | 0.62% | - |
| HSV(B) | 347.14º | 0.16% | 0.67% | - |
| XYZ | 32.49 | 30.92 | 33.11 | - |
| YUV | 153.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 150 | 0 | 0.16 | 0.13 | 0.33 | 347.14 | 0.14 | 0.62 |
| Hex | AC | 90 | 96 | 0 | 10 | D | 21 | 15B | E | 3E |
| Octal | 254 | 220 | 226 | 0 | 20 | 15 | 41 | 533 | 16 | 76 |
| Binary | 10101100 | 10010000 | 10010110 | 0 | 10000 | 1101 | 100001 | 101011011 | 1110 | 111110 |
Color Harmonies of #AC9096
Complementary color
Monochromatic Colors of #AC9096
Black with #AC9096
Text Example
Text Example
White with #AC9096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9096; }
p { color: rgb(172,144,150); }
H1.HeaderClassName
{
color: #AC9096;
}
.AnyTagClassName
{
color: #AC9096;
}
</style>
background-color css
<style>
a { background-color: #AC9096; }
a { background-color: rgb(172,144,150); }
div.DivClassName
{
background-color: #AC9096;
}
.BgClassName
{
background-color: #AC9096;
}
</style>
border-color css
<style>
span { border-color: #AC9096; }
span { border-color: rgb(172,144,150); }
td.TdClassName
{
border-color: #AC9096;
}
.TagClassName
{
border-color: #AC9096;
}
</style>