Shades of Violet Blue #B159AB
Tints of Violet Blue #B159AB
RGB
CMYK
RGB Variations
Color information
#B159AB (or 0xB159AB) is known color: Violet Blue. HEX triplet: B1, 59 and AB. RGB value is (177,89,171). Sum of RGB (Red+Green+Blue) = 177+89+171=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B159AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B159AB is #4EA654. Grayscale: #7C7C7C. Windows color (decimal): -5154389 or 11229617. OLE color: 11229617.
HSL color Cylindrical-coordinate representation of color #B159AB: hue angle of 304.09º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B159AB is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 171 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.31 |
| HSL | 304.09º | 0.36% | 0.52% | - |
| HSV(B) | 304.09º | 0.5% | 0.69% | - |
| XYZ | 29.05 | 19.43 | 40.75 | - |
| YUV | 124.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 171 | 0 | 0.50 | 0.03 | 0.31 | 304.09 | 0.36 | 0.52 |
| Hex | B1 | 59 | AB | 0 | 32 | 3 | 1F | 130 | 24 | 34 |
| Octal | 261 | 131 | 253 | 0 | 62 | 3 | 37 | 460 | 44 | 64 |
| Binary | 10110001 | 1011001 | 10101011 | 0 | 110010 | 11 | 11111 | 100110000 | 100100 | 110100 |
Color Harmonies of #B159AB
Complementary color
Monochromatic Colors of #B159AB
Black with #B159AB
Text Example
Text Example
White with #B159AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B159AB; }
p { color: rgb(177,89,171); }
H1.HeaderClassName
{
color: #B159AB;
}
.AnyTagClassName
{
color: #B159AB;
}
</style>
background-color css
<style>
a { background-color: #B159AB; }
a { background-color: rgb(177,89,171); }
div.DivClassName
{
background-color: #B159AB;
}
.BgClassName
{
background-color: #B159AB;
}
</style>
border-color css
<style>
span { border-color: #B159AB; }
span { border-color: rgb(177,89,171); }
td.TdClassName
{
border-color: #B159AB;
}
.TagClassName
{
border-color: #B159AB;
}
</style>