Shades of Viola #BA9DA6
Tints of Viola #BA9DA6
RGB
CMYK
RGB Variations
Color information
#BA9DA6 (or 0xBA9DA6) is known color: Viola. HEX triplet: BA, 9D and A6. RGB value is (186,157,166). Sum of RGB (Red+Green+Blue) = 186+157+166=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9DA6 is #456259. Grayscale: #A6A6A6. Windows color (decimal): -4547162 or 10919354. OLE color: 10919354.
HSL color Cylindrical-coordinate representation of color #BA9DA6: hue angle of 341.38º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9DA6 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 166 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.27 |
| HSL | 341.38º | 0.17% | 0.67% | - |
| HSV(B) | 341.38º | 0.16% | 0.73% | - |
| XYZ | 39.19 | 37.31 | 41.21 | - |
| YUV | 166.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 166 | 0 | 0.16 | 0.11 | 0.27 | 341.38 | 0.17 | 0.67 |
| Hex | BA | 9D | A6 | 0 | 10 | B | 1B | 155 | 11 | 43 |
| Octal | 272 | 235 | 246 | 0 | 20 | 13 | 33 | 525 | 21 | 103 |
| Binary | 10111010 | 10011101 | 10100110 | 0 | 10000 | 1011 | 11011 | 101010101 | 10001 | 1000011 |
Color Harmonies of #BA9DA6
Complementary color
Monochromatic Colors of #BA9DA6
Black with #BA9DA6
Text Example
Text Example
White with #BA9DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9DA6; }
p { color: rgb(186,157,166); }
H1.HeaderClassName
{
color: #BA9DA6;
}
.AnyTagClassName
{
color: #BA9DA6;
}
</style>
background-color css
<style>
a { background-color: #BA9DA6; }
a { background-color: rgb(186,157,166); }
div.DivClassName
{
background-color: #BA9DA6;
}
.BgClassName
{
background-color: #BA9DA6;
}
</style>
border-color css
<style>
span { border-color: #BA9DA6; }
span { border-color: rgb(186,157,166); }
td.TdClassName
{
border-color: #BA9DA6;
}
.TagClassName
{
border-color: #BA9DA6;
}
</style>