Shades of Viola #BA8DA0
Tints of Viola #BA8DA0
RGB
CMYK
RGB Variations
Color information
#BA8DA0 (or 0xBA8DA0) is known color: Viola. HEX triplet: BA, 8D and A0. RGB value is (186,141,160). Sum of RGB (Red+Green+Blue) = 186+141+160=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8DA0 is #45725F. Grayscale: #9C9C9C. Windows color (decimal): -4551264 or 10522042. OLE color: 10522042.
HSL color Cylindrical-coordinate representation of color #BA8DA0: hue angle of 334.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8DA0 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 141 | 160 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.27 |
| HSL | 334.67º | 0.25% | 0.64% | - |
| HSV(B) | 334.67º | 0.24% | 0.73% | - |
| XYZ | 36.12 | 32.03 | 37.54 | - |
| YUV | 156.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 160 | 0 | 0.24 | 0.14 | 0.27 | 334.67 | 0.25 | 0.64 |
| Hex | BA | 8D | A0 | 0 | 18 | E | 1B | 14F | 19 | 40 |
| Octal | 272 | 215 | 240 | 0 | 30 | 16 | 33 | 517 | 31 | 100 |
| Binary | 10111010 | 10001101 | 10100000 | 0 | 11000 | 1110 | 11011 | 101001111 | 11001 | 1000000 |
Color Harmonies of #BA8DA0
Complementary color
Monochromatic Colors of #BA8DA0
Black with #BA8DA0
Text Example
Text Example
White with #BA8DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DA0; }
p { color: rgb(186,141,160); }
H1.HeaderClassName
{
color: #BA8DA0;
}
.AnyTagClassName
{
color: #BA8DA0;
}
</style>
background-color css
<style>
a { background-color: #BA8DA0; }
a { background-color: rgb(186,141,160); }
div.DivClassName
{
background-color: #BA8DA0;
}
.BgClassName
{
background-color: #BA8DA0;
}
</style>
border-color css
<style>
span { border-color: #BA8DA0; }
span { border-color: rgb(186,141,160); }
td.TdClassName
{
border-color: #BA8DA0;
}
.TagClassName
{
border-color: #BA8DA0;
}
</style>