Shades of Viola #A89293
Tints of Viola #A89293
RGB
CMYK
RGB Variations
Color information
#A89293 (or 0xA89293) is known color: Viola. HEX triplet: A8, 92 and 93. RGB value is (168,146,147). Sum of RGB (Red+Green+Blue) = 168+146+147=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 168 - color contains mainly: red. Hex color #A89293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89293 is #576D6C. Grayscale: #989898. Windows color (decimal): -5729645 or 9671336. OLE color: 9671336.
HSL color Cylindrical-coordinate representation of color #A89293: hue angle of 357.27º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A89293 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 147 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.34 |
| HSL | 357.27º | 0.11% | 0.62% | - |
| HSV(B) | 357.27º | 0.13% | 0.66% | - |
| XYZ | 31.69 | 30.99 | 31.91 | - |
| YUV | 152.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 147 | 0 | 0.13 | 0.13 | 0.34 | 357.27 | 0.11 | 0.62 |
| Hex | A8 | 92 | 93 | 0 | D | D | 22 | 165 | B | 3E |
| Octal | 250 | 222 | 223 | 0 | 15 | 15 | 42 | 545 | 13 | 76 |
| Binary | 10101000 | 10010010 | 10010011 | 0 | 1101 | 1101 | 100010 | 101100101 | 1011 | 111110 |
Color Harmonies of #A89293
Complementary color
Monochromatic Colors of #A89293
Black with #A89293
Text Example
Text Example
White with #A89293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89293; }
p { color: rgb(168,146,147); }
H1.HeaderClassName
{
color: #A89293;
}
.AnyTagClassName
{
color: #A89293;
}
</style>
background-color css
<style>
a { background-color: #A89293; }
a { background-color: rgb(168,146,147); }
div.DivClassName
{
background-color: #A89293;
}
.BgClassName
{
background-color: #A89293;
}
</style>
border-color css
<style>
span { border-color: #A89293; }
span { border-color: rgb(168,146,147); }
td.TdClassName
{
border-color: #A89293;
}
.TagClassName
{
border-color: #A89293;
}
</style>