Shades of Viola #BA96A4
Tints of Viola #BA96A4
RGB
CMYK
RGB Variations
Color information
#BA96A4 (or 0xBA96A4) is known color: Viola. HEX triplet: BA, 96 and A4. RGB value is (186,150,164). Sum of RGB (Red+Green+Blue) = 186+150+164=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA96A4 is #45695B. Grayscale: #A2A2A2. Windows color (decimal): -4548956 or 10786490. OLE color: 10786490.
HSL color Cylindrical-coordinate representation of color #BA96A4: hue angle of 336.67º degrees, saturation: 0.21, 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 #BA96A4 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 164 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.27 |
| HSL | 336.67º | 0.21% | 0.66% | - |
| HSV(B) | 336.67º | 0.19% | 0.73% | - |
| XYZ | 37.86 | 34.93 | 39.87 | - |
| YUV | 162.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 164 | 0 | 0.19 | 0.12 | 0.27 | 336.67 | 0.21 | 0.66 |
| Hex | BA | 96 | A4 | 0 | 13 | C | 1B | 151 | 15 | 42 |
| Octal | 272 | 226 | 244 | 0 | 23 | 14 | 33 | 521 | 25 | 102 |
| Binary | 10111010 | 10010110 | 10100100 | 0 | 10011 | 1100 | 11011 | 101010001 | 10101 | 1000010 |
Color Harmonies of #BA96A4
Complementary color
Monochromatic Colors of #BA96A4
Black with #BA96A4
Text Example
Text Example
White with #BA96A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA96A4; }
p { color: rgb(186,150,164); }
H1.HeaderClassName
{
color: #BA96A4;
}
.AnyTagClassName
{
color: #BA96A4;
}
</style>
background-color css
<style>
a { background-color: #BA96A4; }
a { background-color: rgb(186,150,164); }
div.DivClassName
{
background-color: #BA96A4;
}
.BgClassName
{
background-color: #BA96A4;
}
</style>
border-color css
<style>
span { border-color: #BA96A4; }
span { border-color: rgb(186,150,164); }
td.TdClassName
{
border-color: #BA96A4;
}
.TagClassName
{
border-color: #BA96A4;
}
</style>