Shades of Viola #A98A91
Tints of Viola #A98A91
RGB
CMYK
RGB Variations
Color information
#A98A91 (or 0xA98A91) is known color: Viola. HEX triplet: A9, 8A and 91. RGB value is (169,138,145). Sum of RGB (Red+Green+Blue) = 169+138+145=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98A91 is #56756E. Grayscale: #949494. Windows color (decimal): -5666159 or 9538217. OLE color: 9538217.
HSL color Cylindrical-coordinate representation of color #A98A91: hue angle of 346.45º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A98A91 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 145 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.34 |
| HSL | 346.45º | 0.15% | 0.6% | - |
| HSV(B) | 346.45º | 0.18% | 0.66% | - |
| XYZ | 30.56 | 28.66 | 30.71 | - |
| YUV | 148.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 145 | 0 | 0.18 | 0.14 | 0.34 | 346.45 | 0.15 | 0.6 |
| Hex | A9 | 8A | 91 | 0 | 12 | E | 22 | 15A | F | 3C |
| Octal | 251 | 212 | 221 | 0 | 22 | 16 | 42 | 532 | 17 | 74 |
| Binary | 10101001 | 10001010 | 10010001 | 0 | 10010 | 1110 | 100010 | 101011010 | 1111 | 111100 |
Color Harmonies of #A98A91
Complementary color
Monochromatic Colors of #A98A91
Black with #A98A91
Text Example
Text Example
White with #A98A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A91; }
p { color: rgb(169,138,145); }
H1.HeaderClassName
{
color: #A98A91;
}
.AnyTagClassName
{
color: #A98A91;
}
</style>
background-color css
<style>
a { background-color: #A98A91; }
a { background-color: rgb(169,138,145); }
div.DivClassName
{
background-color: #A98A91;
}
.BgClassName
{
background-color: #A98A91;
}
</style>
border-color css
<style>
span { border-color: #A98A91; }
span { border-color: rgb(169,138,145); }
td.TdClassName
{
border-color: #A98A91;
}
.TagClassName
{
border-color: #A98A91;
}
</style>