Shades of Viola #AC8A90
Tints of Viola #AC8A90
RGB
CMYK
RGB Variations
Color information
#AC8A90 (or 0xAC8A90) is known color: Viola. HEX triplet: AC, 8A and 90. RGB value is (172,138,144). Sum of RGB (Red+Green+Blue) = 172+138+144=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A90 is #53756F. Grayscale: #949494. Windows color (decimal): -5469552 or 9472684. OLE color: 9472684.
HSL color Cylindrical-coordinate representation of color #AC8A90: hue angle of 349.41º 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 #AC8A90 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 144 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.33 |
| HSL | 349.41º | 0.17% | 0.61% | - |
| HSV(B) | 349.41º | 0.2% | 0.67% | - |
| XYZ | 31.14 | 28.96 | 30.33 | - |
| YUV | 148.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 144 | 0 | 0.20 | 0.16 | 0.33 | 349.41 | 0.17 | 0.61 |
| Hex | AC | 8A | 90 | 0 | 14 | 10 | 21 | 15D | 11 | 3D |
| Octal | 254 | 212 | 220 | 0 | 24 | 20 | 41 | 535 | 21 | 75 |
| Binary | 10101100 | 10001010 | 10010000 | 0 | 10100 | 10000 | 100001 | 101011101 | 10001 | 111101 |
Color Harmonies of #AC8A90
Complementary color
Monochromatic Colors of #AC8A90
Black with #AC8A90
Text Example
Text Example
White with #AC8A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A90; }
p { color: rgb(172,138,144); }
H1.HeaderClassName
{
color: #AC8A90;
}
.AnyTagClassName
{
color: #AC8A90;
}
</style>
background-color css
<style>
a { background-color: #AC8A90; }
a { background-color: rgb(172,138,144); }
div.DivClassName
{
background-color: #AC8A90;
}
.BgClassName
{
background-color: #AC8A90;
}
</style>
border-color css
<style>
span { border-color: #AC8A90; }
span { border-color: rgb(172,138,144); }
td.TdClassName
{
border-color: #AC8A90;
}
.TagClassName
{
border-color: #AC8A90;
}
</style>