Shades of Viola #A98D90
Tints of Viola #A98D90
RGB
CMYK
RGB Variations
Color information
#A98D90 (or 0xA98D90) is known color: Viola. HEX triplet: A9, 8D and 90. RGB value is (169,141,144). Sum of RGB (Red+Green+Blue) = 169+141+144=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98D90 is #56726F. Grayscale: #959595. Windows color (decimal): -5665392 or 9473449. OLE color: 9473449.
HSL color Cylindrical-coordinate representation of color #A98D90: hue angle of 353.57º 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 #A98D90 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 141 | 144 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.34 |
| HSL | 353.57º | 0.14% | 0.61% | - |
| HSV(B) | 353.57º | 0.17% | 0.66% | - |
| XYZ | 30.92 | 29.5 | 30.45 | - |
| YUV | 149.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 144 | 0 | 0.17 | 0.15 | 0.34 | 353.57 | 0.14 | 0.61 |
| Hex | A9 | 8D | 90 | 0 | 11 | F | 22 | 162 | E | 3D |
| Octal | 251 | 215 | 220 | 0 | 21 | 17 | 42 | 542 | 16 | 75 |
| Binary | 10101001 | 10001101 | 10010000 | 0 | 10001 | 1111 | 100010 | 101100010 | 1110 | 111101 |
Color Harmonies of #A98D90
Complementary color
Monochromatic Colors of #A98D90
Black with #A98D90
Text Example
Text Example
White with #A98D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98D90; }
p { color: rgb(169,141,144); }
H1.HeaderClassName
{
color: #A98D90;
}
.AnyTagClassName
{
color: #A98D90;
}
</style>
background-color css
<style>
a { background-color: #A98D90; }
a { background-color: rgb(169,141,144); }
div.DivClassName
{
background-color: #A98D90;
}
.BgClassName
{
background-color: #A98D90;
}
</style>
border-color css
<style>
span { border-color: #A98D90; }
span { border-color: rgb(169,141,144); }
td.TdClassName
{
border-color: #A98D90;
}
.TagClassName
{
border-color: #A98D90;
}
</style>