Shades of Viola #AC9A9D
Tints of Viola #AC9A9D
RGB
CMYK
RGB Variations
Color information
#AC9A9D (or 0xAC9A9D) is known color: Viola. HEX triplet: AC, 9A and 9D. RGB value is (172,154,157). Sum of RGB (Red+Green+Blue) = 172+154+157=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A9D is #536562. Grayscale: #9F9F9F. Windows color (decimal): -5465443 or 10328748. OLE color: 10328748.
HSL color Cylindrical-coordinate representation of color #AC9A9D: hue angle of 350º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9A9D is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 157 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.33 |
| HSL | 350º | 0.1% | 0.64% | - |
| HSV(B) | 350º | 0.1% | 0.67% | - |
| XYZ | 34.65 | 34.32 | 36.7 | - |
| YUV | 159.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 157 | 0 | 0.10 | 0.09 | 0.33 | 350 | 0.1 | 0.64 |
| Hex | AC | 9A | 9D | 0 | A | 9 | 21 | 15E | A | 40 |
| Octal | 254 | 232 | 235 | 0 | 12 | 11 | 41 | 536 | 12 | 100 |
| Binary | 10101100 | 10011010 | 10011101 | 0 | 1010 | 1001 | 100001 | 101011110 | 1010 | 1000000 |
Color Harmonies of #AC9A9D
Complementary color
Monochromatic Colors of #AC9A9D
Black with #AC9A9D
Text Example
Text Example
White with #AC9A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A9D; }
p { color: rgb(172,154,157); }
H1.HeaderClassName
{
color: #AC9A9D;
}
.AnyTagClassName
{
color: #AC9A9D;
}
</style>
background-color css
<style>
a { background-color: #AC9A9D; }
a { background-color: rgb(172,154,157); }
div.DivClassName
{
background-color: #AC9A9D;
}
.BgClassName
{
background-color: #AC9A9D;
}
</style>
border-color css
<style>
span { border-color: #AC9A9D; }
span { border-color: rgb(172,154,157); }
td.TdClassName
{
border-color: #AC9A9D;
}
.TagClassName
{
border-color: #AC9A9D;
}
</style>