Shades of Viola #BA95A2
Tints of Viola #BA95A2
RGB
CMYK
RGB Variations
Color information
#BA95A2 (or 0xBA95A2) is known color: Viola. HEX triplet: BA, 95 and A2. RGB value is (186,149,162). Sum of RGB (Red+Green+Blue) = 186+149+162=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA95A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA95A2 is #456A5D. Grayscale: #A1A1A1. Windows color (decimal): -4549214 or 10655162. OLE color: 10655162.
HSL color Cylindrical-coordinate representation of color #BA95A2: hue angle of 338.92º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA95A2 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 162 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.27 |
| HSL | 338.92º | 0.21% | 0.66% | - |
| HSV(B) | 338.92º | 0.2% | 0.73% | - |
| XYZ | 37.52 | 34.54 | 38.87 | - |
| YUV | 161.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 162 | 0 | 0.20 | 0.13 | 0.27 | 338.92 | 0.21 | 0.66 |
| Hex | BA | 95 | A2 | 0 | 14 | D | 1B | 153 | 15 | 42 |
| Octal | 272 | 225 | 242 | 0 | 24 | 15 | 33 | 523 | 25 | 102 |
| Binary | 10111010 | 10010101 | 10100010 | 0 | 10100 | 1101 | 11011 | 101010011 | 10101 | 1000010 |
Color Harmonies of #BA95A2
Complementary color
Monochromatic Colors of #BA95A2
Black with #BA95A2
Text Example
Text Example
White with #BA95A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95A2; }
p { color: rgb(186,149,162); }
H1.HeaderClassName
{
color: #BA95A2;
}
.AnyTagClassName
{
color: #BA95A2;
}
</style>
background-color css
<style>
a { background-color: #BA95A2; }
a { background-color: rgb(186,149,162); }
div.DivClassName
{
background-color: #BA95A2;
}
.BgClassName
{
background-color: #BA95A2;
}
</style>
border-color css
<style>
span { border-color: #BA95A2; }
span { border-color: rgb(186,149,162); }
td.TdClassName
{
border-color: #BA95A2;
}
.TagClassName
{
border-color: #BA95A2;
}
</style>