Shades of Viola #BA8697
Tints of Viola #BA8697
RGB
CMYK
RGB Variations
Color information
#BA8697 (or 0xBA8697) is known color: Viola. HEX triplet: BA, 86 and 97. RGB value is (186,134,151). Sum of RGB (Red+Green+Blue) = 186+134+151=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8697 is #457968. Grayscale: #979797. Windows color (decimal): -4553065 or 9930426. OLE color: 9930426.
HSL color Cylindrical-coordinate representation of color #BA8697: hue angle of 340.38º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA8697 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 151 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.27 |
| HSL | 340.38º | 0.27% | 0.63% | - |
| HSV(B) | 340.38º | 0.28% | 0.73% | - |
| XYZ | 34.36 | 29.72 | 33.2 | - |
| YUV | 151.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 151 | 0 | 0.28 | 0.19 | 0.27 | 340.38 | 0.27 | 0.63 |
| Hex | BA | 86 | 97 | 0 | 1C | 13 | 1B | 154 | 1B | 3F |
| Octal | 272 | 206 | 227 | 0 | 34 | 23 | 33 | 524 | 33 | 77 |
| Binary | 10111010 | 10000110 | 10010111 | 0 | 11100 | 10011 | 11011 | 101010100 | 11011 | 111111 |
Color Harmonies of #BA8697
Complementary color
Monochromatic Colors of #BA8697
Black with #BA8697
Text Example
Text Example
White with #BA8697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8697; }
p { color: rgb(186,134,151); }
H1.HeaderClassName
{
color: #BA8697;
}
.AnyTagClassName
{
color: #BA8697;
}
</style>
background-color css
<style>
a { background-color: #BA8697; }
a { background-color: rgb(186,134,151); }
div.DivClassName
{
background-color: #BA8697;
}
.BgClassName
{
background-color: #BA8697;
}
</style>
border-color css
<style>
span { border-color: #BA8697; }
span { border-color: rgb(186,134,151); }
td.TdClassName
{
border-color: #BA8697;
}
.TagClassName
{
border-color: #BA8697;
}
</style>