Shades of Violet Blue #B669AB
Tints of Violet Blue #B669AB
RGB
CMYK
RGB Variations
Color information
#B669AB (or 0xB669AB) is known color: Violet Blue. HEX triplet: B6, 69 and AB. RGB value is (182,105,171). Sum of RGB (Red+Green+Blue) = 182+105+171=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B669AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B669AB is #499654. Grayscale: #878787. Windows color (decimal): -4822613 or 11233718. OLE color: 11233718.
HSL color Cylindrical-coordinate representation of color #B669AB: hue angle of 308.57º degrees, saturation: 0.35, 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 #B669AB is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 105 | 171 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.29 |
| HSL | 308.57º | 0.35% | 0.56% | - |
| HSV(B) | 308.57º | 0.42% | 0.71% | - |
| XYZ | 31.69 | 22.99 | 41.29 | - |
| YUV | 135.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 171 | 0 | 0.42 | 0.06 | 0.29 | 308.57 | 0.35 | 0.56 |
| Hex | B6 | 69 | AB | 0 | 2A | 6 | 1D | 135 | 23 | 38 |
| Octal | 266 | 151 | 253 | 0 | 52 | 6 | 35 | 465 | 43 | 70 |
| Binary | 10110110 | 1101001 | 10101011 | 0 | 101010 | 110 | 11101 | 100110101 | 100011 | 111000 |
Color Harmonies of #B669AB
Complementary color
Monochromatic Colors of #B669AB
Black with #B669AB
Text Example
Text Example
White with #B669AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669AB; }
p { color: rgb(182,105,171); }
H1.HeaderClassName
{
color: #B669AB;
}
.AnyTagClassName
{
color: #B669AB;
}
</style>
background-color css
<style>
a { background-color: #B669AB; }
a { background-color: rgb(182,105,171); }
div.DivClassName
{
background-color: #B669AB;
}
.BgClassName
{
background-color: #B669AB;
}
</style>
border-color css
<style>
span { border-color: #B669AB; }
span { border-color: rgb(182,105,171); }
td.TdClassName
{
border-color: #B669AB;
}
.TagClassName
{
border-color: #B669AB;
}
</style>