Shades of Viola #B19FA4
Tints of Viola #B19FA4
RGB
CMYK
RGB Variations
Color information
#B19FA4 (or 0xB19FA4) is known color: Viola. HEX triplet: B1, 9F and A4. RGB value is (177,159,164). Sum of RGB (Red+Green+Blue) = 177+159+164=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 177 - color contains mainly: red. Hex color #B19FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19FA4 is #4E605B. Grayscale: #A4A4A4. Windows color (decimal): -5136476 or 10788785. OLE color: 10788785.
HSL color Cylindrical-coordinate representation of color #B19FA4: hue angle of 343.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B19FA4 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 164 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.31 |
| HSL | 343.33º | 0.1% | 0.66% | - |
| HSV(B) | 343.33º | 0.1% | 0.69% | - |
| XYZ | 37.23 | 36.82 | 40.27 | - |
| YUV | 164.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 164 | 0 | 0.10 | 0.07 | 0.31 | 343.33 | 0.1 | 0.66 |
| Hex | B1 | 9F | A4 | 0 | A | 7 | 1F | 157 | A | 42 |
| Octal | 261 | 237 | 244 | 0 | 12 | 7 | 37 | 527 | 12 | 102 |
| Binary | 10110001 | 10011111 | 10100100 | 0 | 1010 | 111 | 11111 | 101010111 | 1010 | 1000010 |
Color Harmonies of #B19FA4
Complementary color
Monochromatic Colors of #B19FA4
Black with #B19FA4
Text Example
Text Example
White with #B19FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FA4; }
p { color: rgb(177,159,164); }
H1.HeaderClassName
{
color: #B19FA4;
}
.AnyTagClassName
{
color: #B19FA4;
}
</style>
background-color css
<style>
a { background-color: #B19FA4; }
a { background-color: rgb(177,159,164); }
div.DivClassName
{
background-color: #B19FA4;
}
.BgClassName
{
background-color: #B19FA4;
}
</style>
border-color css
<style>
span { border-color: #B19FA4; }
span { border-color: rgb(177,159,164); }
td.TdClassName
{
border-color: #B19FA4;
}
.TagClassName
{
border-color: #B19FA4;
}
</style>