Shades of Violet Blue #B167AF
Tints of Violet Blue #B167AF
RGB
CMYK
RGB Variations
Color information
#B167AF (or 0xB167AF) is known color: Violet Blue. HEX triplet: B1, 67 and AF. RGB value is (177,103,175). Sum of RGB (Red+Green+Blue) = 177+103+175=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B167AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B167AF is #4E9850. Grayscale: #858585. Windows color (decimal): -5150801 or 11495345. OLE color: 11495345.
HSL color Cylindrical-coordinate representation of color #B167AF: hue angle of 301.62º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B167AF is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 175 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.31 |
| HSL | 301.62º | 0.32% | 0.55% | - |
| HSV(B) | 301.62º | 0.42% | 0.69% | - |
| XYZ | 30.72 | 22.14 | 43.21 | - |
| YUV | 133.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 175 | 0 | 0.42 | 0.01 | 0.31 | 301.62 | 0.32 | 0.55 |
| Hex | B1 | 67 | AF | 0 | 2A | 1 | 1F | 12E | 20 | 37 |
| Octal | 261 | 147 | 257 | 0 | 52 | 1 | 37 | 456 | 40 | 67 |
| Binary | 10110001 | 1100111 | 10101111 | 0 | 101010 | 1 | 11111 | 100101110 | 100000 | 110111 |
Color Harmonies of #B167AF
Complementary color
Monochromatic Colors of #B167AF
Black with #B167AF
Text Example
Text Example
White with #B167AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B167AF; }
p { color: rgb(177,103,175); }
H1.HeaderClassName
{
color: #B167AF;
}
.AnyTagClassName
{
color: #B167AF;
}
</style>
background-color css
<style>
a { background-color: #B167AF; }
a { background-color: rgb(177,103,175); }
div.DivClassName
{
background-color: #B167AF;
}
.BgClassName
{
background-color: #B167AF;
}
</style>
border-color css
<style>
span { border-color: #B167AF; }
span { border-color: rgb(177,103,175); }
td.TdClassName
{
border-color: #B167AF;
}
.TagClassName
{
border-color: #B167AF;
}
</style>