Shades of Viola #BA97A1
Tints of Viola #BA97A1
RGB
CMYK
RGB Variations
Color information
#BA97A1 (or 0xBA97A1) is known color: Viola. HEX triplet: BA, 97 and A1. RGB value is (186,151,161). Sum of RGB (Red+Green+Blue) = 186+151+161=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA97A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA97A1 is #45685E. Grayscale: #A2A2A2. Windows color (decimal): -4548703 or 10590138. OLE color: 10590138.
HSL color Cylindrical-coordinate representation of color #BA97A1: hue angle of 342.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA97A1 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 151 | 161 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.27 |
| HSL | 342.86º | 0.2% | 0.66% | - |
| HSV(B) | 342.86º | 0.19% | 0.73% | - |
| XYZ | 37.75 | 35.15 | 38.51 | - |
| YUV | 162.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 151 | 161 | 0 | 0.19 | 0.13 | 0.27 | 342.86 | 0.2 | 0.66 |
| Hex | BA | 97 | A1 | 0 | 13 | D | 1B | 157 | 14 | 42 |
| Octal | 272 | 227 | 241 | 0 | 23 | 15 | 33 | 527 | 24 | 102 |
| Binary | 10111010 | 10010111 | 10100001 | 0 | 10011 | 1101 | 11011 | 101010111 | 10100 | 1000010 |
Color Harmonies of #BA97A1
Complementary color
Monochromatic Colors of #BA97A1
Black with #BA97A1
Text Example
Text Example
White with #BA97A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA97A1; }
p { color: rgb(186,151,161); }
H1.HeaderClassName
{
color: #BA97A1;
}
.AnyTagClassName
{
color: #BA97A1;
}
</style>
background-color css
<style>
a { background-color: #BA97A1; }
a { background-color: rgb(186,151,161); }
div.DivClassName
{
background-color: #BA97A1;
}
.BgClassName
{
background-color: #BA97A1;
}
</style>
border-color css
<style>
span { border-color: #BA97A1; }
span { border-color: rgb(186,151,161); }
td.TdClassName
{
border-color: #BA97A1;
}
.TagClassName
{
border-color: #BA97A1;
}
</style>