Shades of Viola #A89395
Tints of Viola #A89395
RGB
CMYK
RGB Variations
Color information
#A89395 (or 0xA89395) is known color: Viola. HEX triplet: A8, 93 and 95. RGB value is (168,147,149). Sum of RGB (Red+Green+Blue) = 168+147+149=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 168 - color contains mainly: red. Hex color #A89395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89395 is #576C6A. Grayscale: #999999. Windows color (decimal): -5729387 or 9802664. OLE color: 9802664.
HSL color Cylindrical-coordinate representation of color #A89395: hue angle of 354.29º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89395 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 149 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.34 |
| HSL | 354.29º | 0.11% | 0.62% | - |
| HSV(B) | 354.29º | 0.13% | 0.66% | - |
| XYZ | 32.01 | 31.36 | 32.8 | - |
| YUV | 153.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 149 | 0 | 0.13 | 0.11 | 0.34 | 354.29 | 0.11 | 0.62 |
| Hex | A8 | 93 | 95 | 0 | D | B | 22 | 162 | B | 3E |
| Octal | 250 | 223 | 225 | 0 | 15 | 13 | 42 | 542 | 13 | 76 |
| Binary | 10101000 | 10010011 | 10010101 | 0 | 1101 | 1011 | 100010 | 101100010 | 1011 | 111110 |
Color Harmonies of #A89395
Complementary color
Monochromatic Colors of #A89395
Black with #A89395
Text Example
Text Example
White with #A89395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89395; }
p { color: rgb(168,147,149); }
H1.HeaderClassName
{
color: #A89395;
}
.AnyTagClassName
{
color: #A89395;
}
</style>
background-color css
<style>
a { background-color: #A89395; }
a { background-color: rgb(168,147,149); }
div.DivClassName
{
background-color: #A89395;
}
.BgClassName
{
background-color: #A89395;
}
</style>
border-color css
<style>
span { border-color: #A89395; }
span { border-color: rgb(168,147,149); }
td.TdClassName
{
border-color: #A89395;
}
.TagClassName
{
border-color: #A89395;
}
</style>