Shades of Viola #AC8A92
Tints of Viola #AC8A92
RGB
CMYK
RGB Variations
Color information
#AC8A92 (or 0xAC8A92) is known color: Viola. HEX triplet: AC, 8A and 92. RGB value is (172,138,146). Sum of RGB (Red+Green+Blue) = 172+138+146=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A92 is #53756D. Grayscale: #959595. Windows color (decimal): -5469550 or 9603756. OLE color: 9603756.
HSL color Cylindrical-coordinate representation of color #AC8A92: hue angle of 345.88º 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 #AC8A92 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 146 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.33 |
| HSL | 345.88º | 0.17% | 0.61% | - |
| HSV(B) | 345.88º | 0.2% | 0.67% | - |
| XYZ | 31.29 | 29.02 | 31.15 | - |
| YUV | 149.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 146 | 0 | 0.20 | 0.15 | 0.33 | 345.88 | 0.17 | 0.61 |
| Hex | AC | 8A | 92 | 0 | 14 | F | 21 | 15A | 11 | 3D |
| Octal | 254 | 212 | 222 | 0 | 24 | 17 | 41 | 532 | 21 | 75 |
| Binary | 10101100 | 10001010 | 10010010 | 0 | 10100 | 1111 | 100001 | 101011010 | 10001 | 111101 |
Color Harmonies of #AC8A92
Complementary color
Monochromatic Colors of #AC8A92
Black with #AC8A92
Text Example
Text Example
White with #AC8A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A92; }
p { color: rgb(172,138,146); }
H1.HeaderClassName
{
color: #AC8A92;
}
.AnyTagClassName
{
color: #AC8A92;
}
</style>
background-color css
<style>
a { background-color: #AC8A92; }
a { background-color: rgb(172,138,146); }
div.DivClassName
{
background-color: #AC8A92;
}
.BgClassName
{
background-color: #AC8A92;
}
</style>
border-color css
<style>
span { border-color: #AC8A92; }
span { border-color: rgb(172,138,146); }
td.TdClassName
{
border-color: #AC8A92;
}
.TagClassName
{
border-color: #AC8A92;
}
</style>