Shades of Violet Blue #B66AAB
Tints of Violet Blue #B66AAB
RGB
CMYK
RGB Variations
Color information
#B66AAB (or 0xB66AAB) is known color: Violet Blue. HEX triplet: B6, 6A and AB. RGB value is (182,106,171). Sum of RGB (Red+Green+Blue) = 182+106+171=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B66AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66AAB is #499554. Grayscale: #878787. Windows color (decimal): -4822357 or 11233974. OLE color: 11233974.
HSL color Cylindrical-coordinate representation of color #B66AAB: hue angle of 308.68º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B66AAB is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 106 | 171 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.29 |
| HSL | 308.68º | 0.34% | 0.56% | - |
| HSV(B) | 308.68º | 0.42% | 0.71% | - |
| XYZ | 31.8 | 23.19 | 41.33 | - |
| YUV | 136.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 106 | 171 | 0 | 0.42 | 0.06 | 0.29 | 308.68 | 0.34 | 0.56 |
| Hex | B6 | 6A | AB | 0 | 2A | 6 | 1D | 135 | 22 | 38 |
| Octal | 266 | 152 | 253 | 0 | 52 | 6 | 35 | 465 | 42 | 70 |
| Binary | 10110110 | 1101010 | 10101011 | 0 | 101010 | 110 | 11101 | 100110101 | 100010 | 111000 |
Color Harmonies of #B66AAB
Complementary color
Monochromatic Colors of #B66AAB
Black with #B66AAB
Text Example
Text Example
White with #B66AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66AAB; }
p { color: rgb(182,106,171); }
H1.HeaderClassName
{
color: #B66AAB;
}
.AnyTagClassName
{
color: #B66AAB;
}
</style>
background-color css
<style>
a { background-color: #B66AAB; }
a { background-color: rgb(182,106,171); }
div.DivClassName
{
background-color: #B66AAB;
}
.BgClassName
{
background-color: #B66AAB;
}
</style>
border-color css
<style>
span { border-color: #B66AAB; }
span { border-color: rgb(182,106,171); }
td.TdClassName
{
border-color: #B66AAB;
}
.TagClassName
{
border-color: #B66AAB;
}
</style>