Shades of Viola #A98E91
Tints of Viola #A98E91
RGB
CMYK
RGB Variations
Color information
#A98E91 (or 0xA98E91) is known color: Viola. HEX triplet: A9, 8E and 91. RGB value is (169,142,145). Sum of RGB (Red+Green+Blue) = 169+142+145=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98E91 is #56716E. Grayscale: #969696. Windows color (decimal): -5665135 or 9539241. OLE color: 9539241.
HSL color Cylindrical-coordinate representation of color #A98E91: hue angle of 353.33º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A98E91 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 142 | 145 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.34 |
| HSL | 353.33º | 0.14% | 0.61% | - |
| HSV(B) | 353.33º | 0.16% | 0.66% | - |
| XYZ | 31.15 | 29.83 | 30.9 | - |
| YUV | 150.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 145 | 0 | 0.16 | 0.14 | 0.34 | 353.33 | 0.14 | 0.61 |
| Hex | A9 | 8E | 91 | 0 | 10 | E | 22 | 161 | E | 3D |
| Octal | 251 | 216 | 221 | 0 | 20 | 16 | 42 | 541 | 16 | 75 |
| Binary | 10101001 | 10001110 | 10010001 | 0 | 10000 | 1110 | 100010 | 101100001 | 1110 | 111101 |
Color Harmonies of #A98E91
Complementary color
Monochromatic Colors of #A98E91
Black with #A98E91
Text Example
Text Example
White with #A98E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98E91; }
p { color: rgb(169,142,145); }
H1.HeaderClassName
{
color: #A98E91;
}
.AnyTagClassName
{
color: #A98E91;
}
</style>
background-color css
<style>
a { background-color: #A98E91; }
a { background-color: rgb(169,142,145); }
div.DivClassName
{
background-color: #A98E91;
}
.BgClassName
{
background-color: #A98E91;
}
</style>
border-color css
<style>
span { border-color: #A98E91; }
span { border-color: rgb(169,142,145); }
td.TdClassName
{
border-color: #A98E91;
}
.TagClassName
{
border-color: #A98E91;
}
</style>