Shades of Viola #A89596
Tints of Viola #A89596
RGB
CMYK
RGB Variations
Color information
#A89596 (or 0xA89596) is known color: Viola. HEX triplet: A8, 95 and 96. RGB value is (168,149,150). Sum of RGB (Red+Green+Blue) = 168+149+150=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 168 - color contains mainly: red. Hex color #A89596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89596 is #576A69. Grayscale: #9A9A9A. Windows color (decimal): -5728874 or 9868712. OLE color: 9868712.
HSL color Cylindrical-coordinate representation of color #A89596: hue angle of 356.84º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A89596 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 150 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.34 |
| HSL | 356.84º | 0.1% | 0.62% | - |
| HSV(B) | 356.84º | 0.11% | 0.66% | - |
| XYZ | 32.4 | 32.02 | 33.33 | - |
| YUV | 154.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 150 | 0 | 0.11 | 0.11 | 0.34 | 356.84 | 0.1 | 0.62 |
| Hex | A8 | 95 | 96 | 0 | B | B | 22 | 165 | A | 3E |
| Octal | 250 | 225 | 226 | 0 | 13 | 13 | 42 | 545 | 12 | 76 |
| Binary | 10101000 | 10010101 | 10010110 | 0 | 1011 | 1011 | 100010 | 101100101 | 1010 | 111110 |
Color Harmonies of #A89596
Complementary color
Monochromatic Colors of #A89596
Black with #A89596
Text Example
Text Example
White with #A89596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89596; }
p { color: rgb(168,149,150); }
H1.HeaderClassName
{
color: #A89596;
}
.AnyTagClassName
{
color: #A89596;
}
</style>
background-color css
<style>
a { background-color: #A89596; }
a { background-color: rgb(168,149,150); }
div.DivClassName
{
background-color: #A89596;
}
.BgClassName
{
background-color: #A89596;
}
</style>
border-color css
<style>
span { border-color: #A89596; }
span { border-color: rgb(168,149,150); }
td.TdClassName
{
border-color: #A89596;
}
.TagClassName
{
border-color: #A89596;
}
</style>