Shades of Viola #A98E93
Tints of Viola #A98E93
RGB
CMYK
RGB Variations
Color information
#A98E93 (or 0xA98E93) is known color: Viola. HEX triplet: A9, 8E and 93. RGB value is (169,142,147). Sum of RGB (Red+Green+Blue) = 169+142+147=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98E93 is #56716C. Grayscale: #969696. Windows color (decimal): -5665133 or 9670313. OLE color: 9670313.
HSL color Cylindrical-coordinate representation of color #A98E93: hue angle of 348.89º 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 #A98E93 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 142 | 147 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.34 |
| HSL | 348.89º | 0.14% | 0.61% | - |
| HSV(B) | 348.89º | 0.16% | 0.66% | - |
| XYZ | 31.3 | 29.89 | 31.72 | - |
| YUV | 150.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 147 | 0 | 0.16 | 0.13 | 0.34 | 348.89 | 0.14 | 0.61 |
| Hex | A9 | 8E | 93 | 0 | 10 | D | 22 | 15D | E | 3D |
| Octal | 251 | 216 | 223 | 0 | 20 | 15 | 42 | 535 | 16 | 75 |
| Binary | 10101001 | 10001110 | 10010011 | 0 | 10000 | 1101 | 100010 | 101011101 | 1110 | 111101 |
Color Harmonies of #A98E93
Complementary color
Monochromatic Colors of #A98E93
Black with #A98E93
Text Example
Text Example
White with #A98E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98E93; }
p { color: rgb(169,142,147); }
H1.HeaderClassName
{
color: #A98E93;
}
.AnyTagClassName
{
color: #A98E93;
}
</style>
background-color css
<style>
a { background-color: #A98E93; }
a { background-color: rgb(169,142,147); }
div.DivClassName
{
background-color: #A98E93;
}
.BgClassName
{
background-color: #A98E93;
}
</style>
border-color css
<style>
span { border-color: #A98E93; }
span { border-color: rgb(169,142,147); }
td.TdClassName
{
border-color: #A98E93;
}
.TagClassName
{
border-color: #A98E93;
}
</style>