Shades of Viola #BA9CA7
Tints of Viola #BA9CA7
RGB
CMYK
RGB Variations
Color information
#BA9CA7 (or 0xBA9CA7) is known color: Viola. HEX triplet: BA, 9C and A7. RGB value is (186,156,167). Sum of RGB (Red+Green+Blue) = 186+156+167=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CA7 is #456358. Grayscale: #A6A6A6. Windows color (decimal): -4547417 or 10984634. OLE color: 10984634.
HSL color Cylindrical-coordinate representation of color #BA9CA7: hue angle of 338º degrees, saturation: 0.18, 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 #BA9CA7 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 167 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.27 |
| HSL | 338º | 0.18% | 0.67% | - |
| HSV(B) | 338º | 0.16% | 0.73% | - |
| XYZ | 39.11 | 37.01 | 41.64 | - |
| YUV | 166.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 167 | 0 | 0.16 | 0.10 | 0.27 | 338 | 0.18 | 0.67 |
| Hex | BA | 9C | A7 | 0 | 10 | A | 1B | 152 | 12 | 43 |
| Octal | 272 | 234 | 247 | 0 | 20 | 12 | 33 | 522 | 22 | 103 |
| Binary | 10111010 | 10011100 | 10100111 | 0 | 10000 | 1010 | 11011 | 101010010 | 10010 | 1000011 |
Color Harmonies of #BA9CA7
Complementary color
Monochromatic Colors of #BA9CA7
Black with #BA9CA7
Text Example
Text Example
White with #BA9CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9CA7; }
p { color: rgb(186,156,167); }
H1.HeaderClassName
{
color: #BA9CA7;
}
.AnyTagClassName
{
color: #BA9CA7;
}
</style>
background-color css
<style>
a { background-color: #BA9CA7; }
a { background-color: rgb(186,156,167); }
div.DivClassName
{
background-color: #BA9CA7;
}
.BgClassName
{
background-color: #BA9CA7;
}
</style>
border-color css
<style>
span { border-color: #BA9CA7; }
span { border-color: rgb(186,156,167); }
td.TdClassName
{
border-color: #BA9CA7;
}
.TagClassName
{
border-color: #BA9CA7;
}
</style>