Shades of Viola #BA8EA2
Tints of Viola #BA8EA2
RGB
CMYK
RGB Variations
Color information
#BA8EA2 (or 0xBA8EA2) is known color: Viola. HEX triplet: BA, 8E and A2. RGB value is (186,142,162). Sum of RGB (Red+Green+Blue) = 186+142+162=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8EA2 is #45715D. Grayscale: #9D9D9D. Windows color (decimal): -4551006 or 10653370. OLE color: 10653370.
HSL color Cylindrical-coordinate representation of color #BA8EA2: hue angle of 332.73º degrees, saturation: 0.24, 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 #BA8EA2 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 142 | 162 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.27 |
| HSL | 332.73º | 0.24% | 0.64% | - |
| HSV(B) | 332.73º | 0.24% | 0.73% | - |
| XYZ | 36.44 | 32.39 | 38.51 | - |
| YUV | 157.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 142 | 162 | 0 | 0.24 | 0.13 | 0.27 | 332.73 | 0.24 | 0.64 |
| Hex | BA | 8E | A2 | 0 | 18 | D | 1B | 14D | 18 | 40 |
| Octal | 272 | 216 | 242 | 0 | 30 | 15 | 33 | 515 | 30 | 100 |
| Binary | 10111010 | 10001110 | 10100010 | 0 | 11000 | 1101 | 11011 | 101001101 | 11000 | 1000000 |
Color Harmonies of #BA8EA2
Complementary color
Monochromatic Colors of #BA8EA2
Black with #BA8EA2
Text Example
Text Example
White with #BA8EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8EA2; }
p { color: rgb(186,142,162); }
H1.HeaderClassName
{
color: #BA8EA2;
}
.AnyTagClassName
{
color: #BA8EA2;
}
</style>
background-color css
<style>
a { background-color: #BA8EA2; }
a { background-color: rgb(186,142,162); }
div.DivClassName
{
background-color: #BA8EA2;
}
.BgClassName
{
background-color: #BA8EA2;
}
</style>
border-color css
<style>
span { border-color: #BA8EA2; }
span { border-color: rgb(186,142,162); }
td.TdClassName
{
border-color: #BA8EA2;
}
.TagClassName
{
border-color: #BA8EA2;
}
</style>