Shades of Violet Blue #B16AAF
Tints of Violet Blue #B16AAF
RGB
CMYK
RGB Variations
Color information
#B16AAF (or 0xB16AAF) is known color: Violet Blue. HEX triplet: B1, 6A and AF. RGB value is (177,106,175). Sum of RGB (Red+Green+Blue) = 177+106+175=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B16AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16AAF is #4E9550. Grayscale: #868686. Windows color (decimal): -5150033 or 11496113. OLE color: 11496113.
HSL color Cylindrical-coordinate representation of color #B16AAF: hue angle of 301.69º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B16AAF is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 175 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.31 |
| HSL | 301.69º | 0.31% | 0.55% | - |
| HSV(B) | 301.69º | 0.4% | 0.69% | - |
| XYZ | 31.02 | 22.75 | 43.31 | - |
| YUV | 135.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 175 | 0 | 0.40 | 0.01 | 0.31 | 301.69 | 0.31 | 0.55 |
| Hex | B1 | 6A | AF | 0 | 28 | 1 | 1F | 12E | 1F | 37 |
| Octal | 261 | 152 | 257 | 0 | 50 | 1 | 37 | 456 | 37 | 67 |
| Binary | 10110001 | 1101010 | 10101111 | 0 | 101000 | 1 | 11111 | 100101110 | 11111 | 110111 |
Color Harmonies of #B16AAF
Complementary color
Monochromatic Colors of #B16AAF
Black with #B16AAF
Text Example
Text Example
White with #B16AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16AAF; }
p { color: rgb(177,106,175); }
H1.HeaderClassName
{
color: #B16AAF;
}
.AnyTagClassName
{
color: #B16AAF;
}
</style>
background-color css
<style>
a { background-color: #B16AAF; }
a { background-color: rgb(177,106,175); }
div.DivClassName
{
background-color: #B16AAF;
}
.BgClassName
{
background-color: #B16AAF;
}
</style>
border-color css
<style>
span { border-color: #B16AAF; }
span { border-color: rgb(177,106,175); }
td.TdClassName
{
border-color: #B16AAF;
}
.TagClassName
{
border-color: #B16AAF;
}
</style>