Shades of Viola #AC999C
Tints of Viola #AC999C
RGB
CMYK
RGB Variations
Color information
#AC999C (or 0xAC999C) is known color: Viola. HEX triplet: AC, 99 and 9C. RGB value is (172,153,156). Sum of RGB (Red+Green+Blue) = 172+153+156=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC999C is #536663. Grayscale: #9F9F9F. Windows color (decimal): -5465700 or 10262956. OLE color: 10262956.
HSL color Cylindrical-coordinate representation of color #AC999C: hue angle of 350.53º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AC999C is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 156 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.33 |
| HSL | 350.53º | 0.1% | 0.64% | - |
| HSV(B) | 350.53º | 0.11% | 0.67% | - |
| XYZ | 34.41 | 33.95 | 36.19 | - |
| YUV | 159.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 156 | 0 | 0.11 | 0.09 | 0.33 | 350.53 | 0.1 | 0.64 |
| Hex | AC | 99 | 9C | 0 | B | 9 | 21 | 15F | A | 40 |
| Octal | 254 | 231 | 234 | 0 | 13 | 11 | 41 | 537 | 12 | 100 |
| Binary | 10101100 | 10011001 | 10011100 | 0 | 1011 | 1001 | 100001 | 101011111 | 1010 | 1000000 |
Color Harmonies of #AC999C
Complementary color
Monochromatic Colors of #AC999C
Black with #AC999C
Text Example
Text Example
White with #AC999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC999C; }
p { color: rgb(172,153,156); }
H1.HeaderClassName
{
color: #AC999C;
}
.AnyTagClassName
{
color: #AC999C;
}
</style>
background-color css
<style>
a { background-color: #AC999C; }
a { background-color: rgb(172,153,156); }
div.DivClassName
{
background-color: #AC999C;
}
.BgClassName
{
background-color: #AC999C;
}
</style>
border-color css
<style>
span { border-color: #AC999C; }
span { border-color: rgb(172,153,156); }
td.TdClassName
{
border-color: #AC999C;
}
.TagClassName
{
border-color: #AC999C;
}
</style>