Shades of Violet Blue #B160AA
Tints of Violet Blue #B160AA
RGB
CMYK
RGB Variations
Color information
#B160AA (or 0xB160AA) is known color: Violet Blue. HEX triplet: B1, 60 and AA. RGB value is (177,96,170). Sum of RGB (Red+Green+Blue) = 177+96+170=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B160AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B160AA is #4E9F55. Grayscale: #808080. Windows color (decimal): -5152598 or 11165873. OLE color: 11165873.
HSL color Cylindrical-coordinate representation of color #B160AA: hue angle of 305.19º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B160AA is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 170 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.31 |
| HSL | 305.19º | 0.34% | 0.54% | - |
| HSV(B) | 305.19º | 0.46% | 0.69% | - |
| XYZ | 29.57 | 20.62 | 40.45 | - |
| YUV | 128.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 170 | 0 | 0.46 | 0.04 | 0.31 | 305.19 | 0.34 | 0.54 |
| Hex | B1 | 60 | AA | 0 | 2E | 4 | 1F | 131 | 22 | 36 |
| Octal | 261 | 140 | 252 | 0 | 56 | 4 | 37 | 461 | 42 | 66 |
| Binary | 10110001 | 1100000 | 10101010 | 0 | 101110 | 100 | 11111 | 100110001 | 100010 | 110110 |
Color Harmonies of #B160AA
Complementary color
Monochromatic Colors of #B160AA
Black with #B160AA
Text Example
Text Example
White with #B160AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B160AA; }
p { color: rgb(177,96,170); }
H1.HeaderClassName
{
color: #B160AA;
}
.AnyTagClassName
{
color: #B160AA;
}
</style>
background-color css
<style>
a { background-color: #B160AA; }
a { background-color: rgb(177,96,170); }
div.DivClassName
{
background-color: #B160AA;
}
.BgClassName
{
background-color: #B160AA;
}
</style>
border-color css
<style>
span { border-color: #B160AA; }
span { border-color: rgb(177,96,170); }
td.TdClassName
{
border-color: #B160AA;
}
.TagClassName
{
border-color: #B160AA;
}
</style>