Shades of Viola #AC989C
Tints of Viola #AC989C
RGB
CMYK
RGB Variations
Color information
#AC989C (or 0xAC989C) is known color: Viola. HEX triplet: AC, 98 and 9C. RGB value is (172,152,156). Sum of RGB (Red+Green+Blue) = 172+152+156=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #AC989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC989C is #536763. Grayscale: #9E9E9E. Windows color (decimal): -5465956 or 10262700. OLE color: 10262700.
HSL color Cylindrical-coordinate representation of color #AC989C: hue angle of 348º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC989C is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 156 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.33 |
| HSL | 348º | 0.11% | 0.64% | - |
| HSV(B) | 348º | 0.12% | 0.67% | - |
| XYZ | 34.24 | 33.63 | 36.14 | - |
| YUV | 158.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 156 | 0 | 0.12 | 0.09 | 0.33 | 348 | 0.11 | 0.64 |
| Hex | AC | 98 | 9C | 0 | C | 9 | 21 | 15C | B | 40 |
| Octal | 254 | 230 | 234 | 0 | 14 | 11 | 41 | 534 | 13 | 100 |
| Binary | 10101100 | 10011000 | 10011100 | 0 | 1100 | 1001 | 100001 | 101011100 | 1011 | 1000000 |
Color Harmonies of #AC989C
Complementary color
Monochromatic Colors of #AC989C
Black with #AC989C
Text Example
Text Example
White with #AC989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC989C; }
p { color: rgb(172,152,156); }
H1.HeaderClassName
{
color: #AC989C;
}
.AnyTagClassName
{
color: #AC989C;
}
</style>
background-color css
<style>
a { background-color: #AC989C; }
a { background-color: rgb(172,152,156); }
div.DivClassName
{
background-color: #AC989C;
}
.BgClassName
{
background-color: #AC989C;
}
</style>
border-color css
<style>
span { border-color: #AC989C; }
span { border-color: rgb(172,152,156); }
td.TdClassName
{
border-color: #AC989C;
}
.TagClassName
{
border-color: #AC989C;
}
</style>