Shades of Viola #AC9293
Tints of Viola #AC9293
RGB
CMYK
RGB Variations
Color information
#AC9293 (or 0xAC9293) is known color: Viola. HEX triplet: AC, 92 and 93. RGB value is (172,146,147). Sum of RGB (Red+Green+Blue) = 172+146+147=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9293 is #536D6C. Grayscale: #999999. Windows color (decimal): -5467501 or 9671340. OLE color: 9671340.
HSL color Cylindrical-coordinate representation of color #AC9293: hue angle of 357.69º 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 #AC9293 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 147 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.33 |
| HSL | 357.69º | 0.14% | 0.62% | - |
| HSV(B) | 357.69º | 0.15% | 0.67% | - |
| XYZ | 32.56 | 31.44 | 31.96 | - |
| YUV | 153.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 147 | 0 | 0.15 | 0.15 | 0.33 | 357.69 | 0.14 | 0.62 |
| Hex | AC | 92 | 93 | 0 | F | F | 21 | 166 | E | 3E |
| Octal | 254 | 222 | 223 | 0 | 17 | 17 | 41 | 546 | 16 | 76 |
| Binary | 10101100 | 10010010 | 10010011 | 0 | 1111 | 1111 | 100001 | 101100110 | 1110 | 111110 |
Color Harmonies of #AC9293
Complementary color
Monochromatic Colors of #AC9293
Black with #AC9293
Text Example
Text Example
White with #AC9293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9293; }
p { color: rgb(172,146,147); }
H1.HeaderClassName
{
color: #AC9293;
}
.AnyTagClassName
{
color: #AC9293;
}
</style>
background-color css
<style>
a { background-color: #AC9293; }
a { background-color: rgb(172,146,147); }
div.DivClassName
{
background-color: #AC9293;
}
.BgClassName
{
background-color: #AC9293;
}
</style>
border-color css
<style>
span { border-color: #AC9293; }
span { border-color: rgb(172,146,147); }
td.TdClassName
{
border-color: #AC9293;
}
.TagClassName
{
border-color: #AC9293;
}
</style>