Shades of Viola #AC8D90
Tints of Viola #AC8D90
RGB
CMYK
RGB Variations
Color information
#AC8D90 (or 0xAC8D90) is known color: Viola. HEX triplet: AC, 8D and 90. RGB value is (172,141,144). Sum of RGB (Red+Green+Blue) = 172+141+144=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D90 is #53726F. Grayscale: #969696. Windows color (decimal): -5468784 or 9473452. OLE color: 9473452.
HSL color Cylindrical-coordinate representation of color #AC8D90: hue angle of 354.19º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC8D90 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 144 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.33 |
| HSL | 354.19º | 0.16% | 0.61% | - |
| HSV(B) | 354.19º | 0.18% | 0.67% | - |
| XYZ | 31.57 | 29.83 | 30.48 | - |
| YUV | 150.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 144 | 0 | 0.18 | 0.16 | 0.33 | 354.19 | 0.16 | 0.61 |
| Hex | AC | 8D | 90 | 0 | 12 | 10 | 21 | 162 | 10 | 3D |
| Octal | 254 | 215 | 220 | 0 | 22 | 20 | 41 | 542 | 20 | 75 |
| Binary | 10101100 | 10001101 | 10010000 | 0 | 10010 | 10000 | 100001 | 101100010 | 10000 | 111101 |
Color Harmonies of #AC8D90
Complementary color
Monochromatic Colors of #AC8D90
Black with #AC8D90
Text Example
Text Example
White with #AC8D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D90; }
p { color: rgb(172,141,144); }
H1.HeaderClassName
{
color: #AC8D90;
}
.AnyTagClassName
{
color: #AC8D90;
}
</style>
background-color css
<style>
a { background-color: #AC8D90; }
a { background-color: rgb(172,141,144); }
div.DivClassName
{
background-color: #AC8D90;
}
.BgClassName
{
background-color: #AC8D90;
}
</style>
border-color css
<style>
span { border-color: #AC8D90; }
span { border-color: rgb(172,141,144); }
td.TdClassName
{
border-color: #AC8D90;
}
.TagClassName
{
border-color: #AC8D90;
}
</style>