Shades of Viola #AC8D94
Tints of Viola #AC8D94
RGB
CMYK
RGB Variations
Color information
#AC8D94 (or 0xAC8D94) is known color: Viola. HEX triplet: AC, 8D and 94. RGB value is (172,141,148). Sum of RGB (Red+Green+Blue) = 172+141+148=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D94 is #53726B. Grayscale: #979797. Windows color (decimal): -5468780 or 9735596. OLE color: 9735596.
HSL color Cylindrical-coordinate representation of color #AC8D94: hue angle of 346.45º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC8D94 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 148 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.33 |
| HSL | 346.45º | 0.16% | 0.61% | - |
| HSV(B) | 346.45º | 0.18% | 0.67% | - |
| XYZ | 31.88 | 29.96 | 32.12 | - |
| YUV | 151.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 148 | 0 | 0.18 | 0.14 | 0.33 | 346.45 | 0.16 | 0.61 |
| Hex | AC | 8D | 94 | 0 | 12 | E | 21 | 15A | 10 | 3D |
| Octal | 254 | 215 | 224 | 0 | 22 | 16 | 41 | 532 | 20 | 75 |
| Binary | 10101100 | 10001101 | 10010100 | 0 | 10010 | 1110 | 100001 | 101011010 | 10000 | 111101 |
Color Harmonies of #AC8D94
Complementary color
Monochromatic Colors of #AC8D94
Black with #AC8D94
Text Example
Text Example
White with #AC8D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D94; }
p { color: rgb(172,141,148); }
H1.HeaderClassName
{
color: #AC8D94;
}
.AnyTagClassName
{
color: #AC8D94;
}
</style>
background-color css
<style>
a { background-color: #AC8D94; }
a { background-color: rgb(172,141,148); }
div.DivClassName
{
background-color: #AC8D94;
}
.BgClassName
{
background-color: #AC8D94;
}
</style>
border-color css
<style>
span { border-color: #AC8D94; }
span { border-color: rgb(172,141,148); }
td.TdClassName
{
border-color: #AC8D94;
}
.TagClassName
{
border-color: #AC8D94;
}
</style>