Shades of Viola #A89799
Tints of Viola #A89799
RGB
CMYK
RGB Variations
Color information
#A89799 (or 0xA89799) is known color: Viola. HEX triplet: A8, 97 and 99. RGB value is (168,151,153). Sum of RGB (Red+Green+Blue) = 168+151+153=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 168 - color contains mainly: red. Hex color #A89799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89799 is #576866. Grayscale: #9C9C9C. Windows color (decimal): -5728359 or 10065832. OLE color: 10065832.
HSL color Cylindrical-coordinate representation of color #A89799: hue angle of 352.94º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A89799 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 153 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.34 |
| HSL | 352.94º | 0.09% | 0.63% | - |
| HSV(B) | 352.94º | 0.1% | 0.66% | - |
| XYZ | 32.96 | 32.76 | 34.72 | - |
| YUV | 156.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 153 | 0 | 0.10 | 0.09 | 0.34 | 352.94 | 0.09 | 0.63 |
| Hex | A8 | 97 | 99 | 0 | A | 9 | 22 | 161 | 9 | 3F |
| Octal | 250 | 227 | 231 | 0 | 12 | 11 | 42 | 541 | 11 | 77 |
| Binary | 10101000 | 10010111 | 10011001 | 0 | 1010 | 1001 | 100010 | 101100001 | 1001 | 111111 |
Color Harmonies of #A89799
Complementary color
Monochromatic Colors of #A89799
Black with #A89799
Text Example
Text Example
White with #A89799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89799; }
p { color: rgb(168,151,153); }
H1.HeaderClassName
{
color: #A89799;
}
.AnyTagClassName
{
color: #A89799;
}
</style>
background-color css
<style>
a { background-color: #A89799; }
a { background-color: rgb(168,151,153); }
div.DivClassName
{
background-color: #A89799;
}
.BgClassName
{
background-color: #A89799;
}
</style>
border-color css
<style>
span { border-color: #A89799; }
span { border-color: rgb(168,151,153); }
td.TdClassName
{
border-color: #A89799;
}
.TagClassName
{
border-color: #A89799;
}
</style>