Shades of Violet Blue #B06AAB
Tints of Violet Blue #B06AAB
RGB
CMYK
RGB Variations
Color information
#B06AAB (or 0xB06AAB) is known color: Violet Blue. HEX triplet: B0, 6A and AB. RGB value is (176,106,171). Sum of RGB (Red+Green+Blue) = 176+106+171=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B06AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06AAB is #4F9554. Grayscale: #868686. Windows color (decimal): -5215573 or 11233968. OLE color: 11233968.
HSL color Cylindrical-coordinate representation of color #B06AAB: hue angle of 304.29º 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 #B06AAB is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 106 | 171 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.31 |
| HSL | 304.29º | 0.31% | 0.55% | - |
| HSV(B) | 304.29º | 0.4% | 0.69% | - |
| XYZ | 30.41 | 22.48 | 41.26 | - |
| YUV | 134.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 171 | 0 | 0.40 | 0.03 | 0.31 | 304.29 | 0.31 | 0.55 |
| Hex | B0 | 6A | AB | 0 | 28 | 3 | 1F | 130 | 1F | 37 |
| Octal | 260 | 152 | 253 | 0 | 50 | 3 | 37 | 460 | 37 | 67 |
| Binary | 10110000 | 1101010 | 10101011 | 0 | 101000 | 11 | 11111 | 100110000 | 11111 | 110111 |
Color Harmonies of #B06AAB
Complementary color
Monochromatic Colors of #B06AAB
Black with #B06AAB
Text Example
Text Example
White with #B06AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06AAB; }
p { color: rgb(176,106,171); }
H1.HeaderClassName
{
color: #B06AAB;
}
.AnyTagClassName
{
color: #B06AAB;
}
</style>
background-color css
<style>
a { background-color: #B06AAB; }
a { background-color: rgb(176,106,171); }
div.DivClassName
{
background-color: #B06AAB;
}
.BgClassName
{
background-color: #B06AAB;
}
</style>
border-color css
<style>
span { border-color: #B06AAB; }
span { border-color: rgb(176,106,171); }
td.TdClassName
{
border-color: #B06AAB;
}
.TagClassName
{
border-color: #B06AAB;
}
</style>