Shades of Viola #A98C91
Tints of Viola #A98C91
RGB
CMYK
RGB Variations
Color information
#A98C91 (or 0xA98C91) is known color: Viola. HEX triplet: A9, 8C and 91. RGB value is (169,140,145). Sum of RGB (Red+Green+Blue) = 169+140+145=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98C91 is #56736E. Grayscale: #959595. Windows color (decimal): -5665647 or 9538729. OLE color: 9538729.
HSL color Cylindrical-coordinate representation of color #A98C91: hue angle of 349.66º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A98C91 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 140 | 145 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.34 |
| HSL | 349.66º | 0.14% | 0.61% | - |
| HSV(B) | 349.66º | 0.17% | 0.66% | - |
| XYZ | 30.85 | 29.24 | 30.81 | - |
| YUV | 149.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 145 | 0 | 0.17 | 0.14 | 0.34 | 349.66 | 0.14 | 0.61 |
| Hex | A9 | 8C | 91 | 0 | 11 | E | 22 | 15E | E | 3D |
| Octal | 251 | 214 | 221 | 0 | 21 | 16 | 42 | 536 | 16 | 75 |
| Binary | 10101001 | 10001100 | 10010001 | 0 | 10001 | 1110 | 100010 | 101011110 | 1110 | 111101 |
Color Harmonies of #A98C91
Complementary color
Monochromatic Colors of #A98C91
Black with #A98C91
Text Example
Text Example
White with #A98C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98C91; }
p { color: rgb(169,140,145); }
H1.HeaderClassName
{
color: #A98C91;
}
.AnyTagClassName
{
color: #A98C91;
}
</style>
background-color css
<style>
a { background-color: #A98C91; }
a { background-color: rgb(169,140,145); }
div.DivClassName
{
background-color: #A98C91;
}
.BgClassName
{
background-color: #A98C91;
}
</style>
border-color css
<style>
span { border-color: #A98C91; }
span { border-color: rgb(169,140,145); }
td.TdClassName
{
border-color: #A98C91;
}
.TagClassName
{
border-color: #A98C91;
}
</style>