Shades of Viola #AC8B8C
Tints of Viola #AC8B8C
RGB
CMYK
RGB Variations
Color information
#AC8B8C (or 0xAC8B8C) is known color: Viola. HEX triplet: AC, 8B and 8C. RGB value is (172,139,140). Sum of RGB (Red+Green+Blue) = 172+139+140=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8B8C is #537473. Grayscale: #959595. Windows color (decimal): -5469300 or 9210796. OLE color: 9210796.
HSL color Cylindrical-coordinate representation of color #AC8B8C: hue angle of 358.18º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC8B8C is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 139 | 140 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.33 |
| HSL | 358.18º | 0.17% | 0.61% | - |
| HSV(B) | 358.18º | 0.19% | 0.67% | - |
| XYZ | 30.98 | 29.13 | 28.8 | - |
| YUV | 148.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 140 | 0 | 0.19 | 0.19 | 0.33 | 358.18 | 0.17 | 0.61 |
| Hex | AC | 8B | 8C | 0 | 13 | 13 | 21 | 166 | 11 | 3D |
| Octal | 254 | 213 | 214 | 0 | 23 | 23 | 41 | 546 | 21 | 75 |
| Binary | 10101100 | 10001011 | 10001100 | 0 | 10011 | 10011 | 100001 | 101100110 | 10001 | 111101 |
Color Harmonies of #AC8B8C
Complementary color
Monochromatic Colors of #AC8B8C
Black with #AC8B8C
Text Example
Text Example
White with #AC8B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8B8C; }
p { color: rgb(172,139,140); }
H1.HeaderClassName
{
color: #AC8B8C;
}
.AnyTagClassName
{
color: #AC8B8C;
}
</style>
background-color css
<style>
a { background-color: #AC8B8C; }
a { background-color: rgb(172,139,140); }
div.DivClassName
{
background-color: #AC8B8C;
}
.BgClassName
{
background-color: #AC8B8C;
}
</style>
border-color css
<style>
span { border-color: #AC8B8C; }
span { border-color: rgb(172,139,140); }
td.TdClassName
{
border-color: #AC8B8C;
}
.TagClassName
{
border-color: #AC8B8C;
}
</style>