Shades of Viola #AC9294
Tints of Viola #AC9294
RGB
CMYK
RGB Variations
Color information
#AC9294 (or 0xAC9294) is known color: Viola. HEX triplet: AC, 92 and 94. RGB value is (172,146,148). Sum of RGB (Red+Green+Blue) = 172+146+148=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9294 is #536D6B. Grayscale: #9A9A9A. Windows color (decimal): -5467500 or 9736876. OLE color: 9736876.
HSL color Cylindrical-coordinate representation of color #AC9294: hue angle of 355.38º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC9294 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 148 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.33 |
| HSL | 355.38º | 0.14% | 0.62% | - |
| HSV(B) | 355.38º | 0.15% | 0.67% | - |
| XYZ | 32.64 | 31.47 | 32.37 | - |
| YUV | 154 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 148 | 0 | 0.15 | 0.14 | 0.33 | 355.38 | 0.14 | 0.62 |
| Hex | AC | 92 | 94 | 0 | F | E | 21 | 163 | E | 3E |
| Octal | 254 | 222 | 224 | 0 | 17 | 16 | 41 | 543 | 16 | 76 |
| Binary | 10101100 | 10010010 | 10010100 | 0 | 1111 | 1110 | 100001 | 101100011 | 1110 | 111110 |
Color Harmonies of #AC9294
Complementary color
Monochromatic Colors of #AC9294
Black with #AC9294
Text Example
Text Example
White with #AC9294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9294; }
p { color: rgb(172,146,148); }
H1.HeaderClassName
{
color: #AC9294;
}
.AnyTagClassName
{
color: #AC9294;
}
</style>
background-color css
<style>
a { background-color: #AC9294; }
a { background-color: rgb(172,146,148); }
div.DivClassName
{
background-color: #AC9294;
}
.BgClassName
{
background-color: #AC9294;
}
</style>
border-color css
<style>
span { border-color: #AC9294; }
span { border-color: rgb(172,146,148); }
td.TdClassName
{
border-color: #AC9294;
}
.TagClassName
{
border-color: #AC9294;
}
</style>