Shades of Viola #BA91A1
Tints of Viola #BA91A1
RGB
CMYK
RGB Variations
Color information
#BA91A1 (or 0xBA91A1) is known color: Viola. HEX triplet: BA, 91 and A1. RGB value is (186,145,161). Sum of RGB (Red+Green+Blue) = 186+145+161=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA91A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA91A1 is #456E5E. Grayscale: #9F9F9F. Windows color (decimal): -4550239 or 10588602. OLE color: 10588602.
HSL color Cylindrical-coordinate representation of color #BA91A1: hue angle of 336.59º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA91A1 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 161 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.27 |
| HSL | 336.59º | 0.23% | 0.65% | - |
| HSV(B) | 336.59º | 0.22% | 0.73% | - |
| XYZ | 36.81 | 33.26 | 38.2 | - |
| YUV | 159.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 161 | 0 | 0.22 | 0.13 | 0.27 | 336.59 | 0.23 | 0.65 |
| Hex | BA | 91 | A1 | 0 | 16 | D | 1B | 151 | 17 | 41 |
| Octal | 272 | 221 | 241 | 0 | 26 | 15 | 33 | 521 | 27 | 101 |
| Binary | 10111010 | 10010001 | 10100001 | 0 | 10110 | 1101 | 11011 | 101010001 | 10111 | 1000001 |
Color Harmonies of #BA91A1
Complementary color
Monochromatic Colors of #BA91A1
Black with #BA91A1
Text Example
Text Example
White with #BA91A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91A1; }
p { color: rgb(186,145,161); }
H1.HeaderClassName
{
color: #BA91A1;
}
.AnyTagClassName
{
color: #BA91A1;
}
</style>
background-color css
<style>
a { background-color: #BA91A1; }
a { background-color: rgb(186,145,161); }
div.DivClassName
{
background-color: #BA91A1;
}
.BgClassName
{
background-color: #BA91A1;
}
</style>
border-color css
<style>
span { border-color: #BA91A1; }
span { border-color: rgb(186,145,161); }
td.TdClassName
{
border-color: #BA91A1;
}
.TagClassName
{
border-color: #BA91A1;
}
</style>