Shades of Viola #AC9699
Tints of Viola #AC9699
RGB
CMYK
RGB Variations
Color information
#AC9699 (or 0xAC9699) is known color: Viola. HEX triplet: AC, 96 and 99. RGB value is (172,150,153). Sum of RGB (Red+Green+Blue) = 172+150+153=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9699 is #536966. Grayscale: #9C9C9C. Windows color (decimal): -5466471 or 10065580. OLE color: 10065580.
HSL color Cylindrical-coordinate representation of color #AC9699: hue angle of 351.82º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC9699 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 153 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.33 |
| HSL | 351.82º | 0.12% | 0.63% | - |
| HSV(B) | 351.82º | 0.13% | 0.67% | - |
| XYZ | 33.67 | 32.88 | 34.71 | - |
| YUV | 156.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 153 | 0 | 0.13 | 0.11 | 0.33 | 351.82 | 0.12 | 0.63 |
| Hex | AC | 96 | 99 | 0 | D | B | 21 | 160 | C | 3F |
| Octal | 254 | 226 | 231 | 0 | 15 | 13 | 41 | 540 | 14 | 77 |
| Binary | 10101100 | 10010110 | 10011001 | 0 | 1101 | 1011 | 100001 | 101100000 | 1100 | 111111 |
Color Harmonies of #AC9699
Complementary color
Monochromatic Colors of #AC9699
Black with #AC9699
Text Example
Text Example
White with #AC9699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9699; }
p { color: rgb(172,150,153); }
H1.HeaderClassName
{
color: #AC9699;
}
.AnyTagClassName
{
color: #AC9699;
}
</style>
background-color css
<style>
a { background-color: #AC9699; }
a { background-color: rgb(172,150,153); }
div.DivClassName
{
background-color: #AC9699;
}
.BgClassName
{
background-color: #AC9699;
}
</style>
border-color css
<style>
span { border-color: #AC9699; }
span { border-color: rgb(172,150,153); }
td.TdClassName
{
border-color: #AC9699;
}
.TagClassName
{
border-color: #AC9699;
}
</style>