Shades of Viola #AC8C8F
Tints of Viola #AC8C8F
RGB
CMYK
RGB Variations
Color information
#AC8C8F (or 0xAC8C8F) is known color: Viola. HEX triplet: AC, 8C and 8F. RGB value is (172,140,143). Sum of RGB (Red+Green+Blue) = 172+140+143=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8C8F is #537370. Grayscale: #959595. Windows color (decimal): -5469041 or 9407660. OLE color: 9407660.
HSL color Cylindrical-coordinate representation of color #AC8C8F: hue angle of 354.38º degrees, saturation: 0.16, 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 #AC8C8F is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 143 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.33 |
| HSL | 354.38º | 0.16% | 0.61% | - |
| HSV(B) | 354.38º | 0.19% | 0.67% | - |
| XYZ | 31.35 | 29.51 | 30.03 | - |
| YUV | 149.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 143 | 0 | 0.19 | 0.17 | 0.33 | 354.38 | 0.16 | 0.61 |
| Hex | AC | 8C | 8F | 0 | 13 | 11 | 21 | 162 | 10 | 3D |
| Octal | 254 | 214 | 217 | 0 | 23 | 21 | 41 | 542 | 20 | 75 |
| Binary | 10101100 | 10001100 | 10001111 | 0 | 10011 | 10001 | 100001 | 101100010 | 10000 | 111101 |
Color Harmonies of #AC8C8F
Complementary color
Monochromatic Colors of #AC8C8F
Black with #AC8C8F
Text Example
Text Example
White with #AC8C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C8F; }
p { color: rgb(172,140,143); }
H1.HeaderClassName
{
color: #AC8C8F;
}
.AnyTagClassName
{
color: #AC8C8F;
}
</style>
background-color css
<style>
a { background-color: #AC8C8F; }
a { background-color: rgb(172,140,143); }
div.DivClassName
{
background-color: #AC8C8F;
}
.BgClassName
{
background-color: #AC8C8F;
}
</style>
border-color css
<style>
span { border-color: #AC8C8F; }
span { border-color: rgb(172,140,143); }
td.TdClassName
{
border-color: #AC8C8F;
}
.TagClassName
{
border-color: #AC8C8F;
}
</style>