Shades of Viola #AC9C9F
Tints of Viola #AC9C9F
RGB
CMYK
RGB Variations
Color information
#AC9C9F (or 0xAC9C9F) is known color: Viola. HEX triplet: AC, 9C and 9F. RGB value is (172,156,159). Sum of RGB (Red+Green+Blue) = 172+156+159=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C9F is #536360. Grayscale: #A1A1A1. Windows color (decimal): -5464929 or 10460332. OLE color: 10460332.
HSL color Cylindrical-coordinate representation of color #AC9C9F: hue angle of 348.75º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AC9C9F is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 156 | 159 | - |
CMYK | 0 | 0.09 | 0.08 | 0.33 |
HSL | 348.75º | 0.09% | 0.64% | - |
HSV(B) | 348.75º | 0.09% | 0.67% | - |
XYZ | 35.16 | 35.05 | 37.71 | - |
YUV | 161.13 | 126.8 | 135.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 156 | 159 | 0 | 0.09 | 0.08 | 0.33 | 348.75 | 0.09 | 0.64 |
Hex | AC | 9C | 9F | 0 | 9 | 8 | 21 | 15D | 9 | 40 |
Octal | 254 | 234 | 237 | 0 | 11 | 10 | 41 | 535 | 11 | 100 |
Binary | 10101100 | 10011100 | 10011111 | 0 | 1001 | 1000 | 100001 | 101011101 | 1001 | 1000000 |
Color Harmonies of #AC9C9F
Complementary color
Monochromatic Colors of #AC9C9F
Black with #AC9C9F
Text Example
Text Example
White with #AC9C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C9F; }
p { color: rgb(172,156,159); }
H1.HeaderClassName
{
color: #AC9C9F;
}
.AnyTagClassName
{
color: #AC9C9F;
}
</style>
background-color css
<style>
a { background-color: #AC9C9F; }
a { background-color: rgb(172,156,159); }
div.DivClassName
{
background-color: #AC9C9F;
}
.BgClassName
{
background-color: #AC9C9F;
}
</style>
border-color css
<style>
span { border-color: #AC9C9F; }
span { border-color: rgb(172,156,159); }
td.TdClassName
{
border-color: #AC9C9F;
}
.TagClassName
{
border-color: #AC9C9F;
}
</style>