Shades of Viola #B59AA1
Tints of Viola #B59AA1
RGB
CMYK
RGB Variations
Color information
#B59AA1 (or 0xB59AA1) is known color: Viola. HEX triplet: B5, 9A and A1. RGB value is (181,154,161). Sum of RGB (Red+Green+Blue) = 181+154+161=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B59AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59AA1 is #4A655E. Grayscale: #A2A2A2. Windows color (decimal): -4875615 or 10590901. OLE color: 10590901.
HSL color Cylindrical-coordinate representation of color #B59AA1: hue angle of 344.44º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B59AA1 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 161 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.29 |
| HSL | 344.44º | 0.15% | 0.66% | - |
| HSV(B) | 344.44º | 0.15% | 0.71% | - |
| XYZ | 37.04 | 35.51 | 38.62 | - |
| YUV | 162.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 161 | 0 | 0.15 | 0.11 | 0.29 | 344.44 | 0.15 | 0.66 |
| Hex | B5 | 9A | A1 | 0 | F | B | 1D | 158 | F | 42 |
| Octal | 265 | 232 | 241 | 0 | 17 | 13 | 35 | 530 | 17 | 102 |
| Binary | 10110101 | 10011010 | 10100001 | 0 | 1111 | 1011 | 11101 | 101011000 | 1111 | 1000010 |
Color Harmonies of #B59AA1
Complementary color
Monochromatic Colors of #B59AA1
Black with #B59AA1
Text Example
Text Example
White with #B59AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59AA1; }
p { color: rgb(181,154,161); }
H1.HeaderClassName
{
color: #B59AA1;
}
.AnyTagClassName
{
color: #B59AA1;
}
</style>
background-color css
<style>
a { background-color: #B59AA1; }
a { background-color: rgb(181,154,161); }
div.DivClassName
{
background-color: #B59AA1;
}
.BgClassName
{
background-color: #B59AA1;
}
</style>
border-color css
<style>
span { border-color: #B59AA1; }
span { border-color: rgb(181,154,161); }
td.TdClassName
{
border-color: #B59AA1;
}
.TagClassName
{
border-color: #B59AA1;
}
</style>