Shades of Viola #A98C93
Tints of Viola #A98C93
RGB
CMYK
RGB Variations
Color information
#A98C93 (or 0xA98C93) is known color: Viola. HEX triplet: A9, 8C and 93. RGB value is (169,140,147). Sum of RGB (Red+Green+Blue) = 169+140+147=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98C93 is #56736C. Grayscale: #959595. Windows color (decimal): -5665645 or 9669801. OLE color: 9669801.
HSL color Cylindrical-coordinate representation of color #A98C93: hue angle of 345.52º 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 #A98C93 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 140 | 147 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.34 |
| HSL | 345.52º | 0.14% | 0.61% | - |
| HSV(B) | 345.52º | 0.17% | 0.66% | - |
| XYZ | 31.01 | 29.3 | 31.62 | - |
| YUV | 149.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 147 | 0 | 0.17 | 0.13 | 0.34 | 345.52 | 0.14 | 0.61 |
| Hex | A9 | 8C | 93 | 0 | 11 | D | 22 | 15A | E | 3D |
| Octal | 251 | 214 | 223 | 0 | 21 | 15 | 42 | 532 | 16 | 75 |
| Binary | 10101001 | 10001100 | 10010011 | 0 | 10001 | 1101 | 100010 | 101011010 | 1110 | 111101 |
Color Harmonies of #A98C93
Complementary color
Monochromatic Colors of #A98C93
Black with #A98C93
Text Example
Text Example
White with #A98C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98C93; }
p { color: rgb(169,140,147); }
H1.HeaderClassName
{
color: #A98C93;
}
.AnyTagClassName
{
color: #A98C93;
}
</style>
background-color css
<style>
a { background-color: #A98C93; }
a { background-color: rgb(169,140,147); }
div.DivClassName
{
background-color: #A98C93;
}
.BgClassName
{
background-color: #A98C93;
}
</style>
border-color css
<style>
span { border-color: #A98C93; }
span { border-color: rgb(169,140,147); }
td.TdClassName
{
border-color: #A98C93;
}
.TagClassName
{
border-color: #A98C93;
}
</style>