Shades of Viola #A98C92
Tints of Viola #A98C92
RGB
CMYK
RGB Variations
Color information
#A98C92 (or 0xA98C92) is known color: Viola. HEX triplet: A9, 8C and 92. RGB value is (169,140,146). Sum of RGB (Red+Green+Blue) = 169+140+146=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98C92 is #56736D. Grayscale: #959595. Windows color (decimal): -5665646 or 9604265. OLE color: 9604265.
HSL color Cylindrical-coordinate representation of color #A98C92: hue angle of 347.59º 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 #A98C92 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 140 | 146 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.34 |
| HSL | 347.59º | 0.14% | 0.61% | - |
| HSV(B) | 347.59º | 0.17% | 0.66% | - |
| XYZ | 30.93 | 29.27 | 31.21 | - |
| YUV | 149.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 146 | 0 | 0.17 | 0.14 | 0.34 | 347.59 | 0.14 | 0.61 |
| Hex | A9 | 8C | 92 | 0 | 11 | E | 22 | 15C | E | 3D |
| Octal | 251 | 214 | 222 | 0 | 21 | 16 | 42 | 534 | 16 | 75 |
| Binary | 10101001 | 10001100 | 10010010 | 0 | 10001 | 1110 | 100010 | 101011100 | 1110 | 111101 |
Color Harmonies of #A98C92
Complementary color
Monochromatic Colors of #A98C92
Black with #A98C92
Text Example
Text Example
White with #A98C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98C92; }
p { color: rgb(169,140,146); }
H1.HeaderClassName
{
color: #A98C92;
}
.AnyTagClassName
{
color: #A98C92;
}
</style>
background-color css
<style>
a { background-color: #A98C92; }
a { background-color: rgb(169,140,146); }
div.DivClassName
{
background-color: #A98C92;
}
.BgClassName
{
background-color: #A98C92;
}
</style>
border-color css
<style>
span { border-color: #A98C92; }
span { border-color: rgb(169,140,146); }
td.TdClassName
{
border-color: #A98C92;
}
.TagClassName
{
border-color: #A98C92;
}
</style>