Shades of Viola #AC8994
Tints of Viola #AC8994
RGB
CMYK
RGB Variations
Color information
#AC8994 (or 0xAC8994) is known color: Viola. HEX triplet: AC, 89 and 94. RGB value is (172,137,148). Sum of RGB (Red+Green+Blue) = 172+137+148=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8994 is #53766B. Grayscale: #949494. Windows color (decimal): -5469804 or 9734572. OLE color: 9734572.
HSL color Cylindrical-coordinate representation of color #AC8994: hue angle of 341.14º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8994 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 148 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.33 |
| HSL | 341.14º | 0.17% | 0.61% | - |
| HSV(B) | 341.14º | 0.2% | 0.67% | - |
| XYZ | 31.3 | 28.8 | 31.93 | - |
| YUV | 148.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 148 | 0 | 0.20 | 0.14 | 0.33 | 341.14 | 0.17 | 0.61 |
| Hex | AC | 89 | 94 | 0 | 14 | E | 21 | 155 | 11 | 3D |
| Octal | 254 | 211 | 224 | 0 | 24 | 16 | 41 | 525 | 21 | 75 |
| Binary | 10101100 | 10001001 | 10010100 | 0 | 10100 | 1110 | 100001 | 101010101 | 10001 | 111101 |
Color Harmonies of #AC8994
Complementary color
Monochromatic Colors of #AC8994
Black with #AC8994
Text Example
Text Example
White with #AC8994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8994; }
p { color: rgb(172,137,148); }
H1.HeaderClassName
{
color: #AC8994;
}
.AnyTagClassName
{
color: #AC8994;
}
</style>
background-color css
<style>
a { background-color: #AC8994; }
a { background-color: rgb(172,137,148); }
div.DivClassName
{
background-color: #AC8994;
}
.BgClassName
{
background-color: #AC8994;
}
</style>
border-color css
<style>
span { border-color: #AC8994; }
span { border-color: rgb(172,137,148); }
td.TdClassName
{
border-color: #AC8994;
}
.TagClassName
{
border-color: #AC8994;
}
</style>