Shades of Violet Blue #B166AA
Tints of Violet Blue #B166AA
RGB
CMYK
RGB Variations
Color information
#B166AA (or 0xB166AA) is known color: Violet Blue. HEX triplet: B1, 66 and AA. RGB value is (177,102,170). Sum of RGB (Red+Green+Blue) = 177+102+170=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B166AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B166AA is #4E9955. Grayscale: #838383. Windows color (decimal): -5151062 or 11167409. OLE color: 11167409.
HSL color Cylindrical-coordinate representation of color #B166AA: hue angle of 305.6º 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 #B166AA is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 102 | 170 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.31 |
| HSL | 305.6º | 0.32% | 0.55% | - |
| HSV(B) | 305.6º | 0.42% | 0.69% | - |
| XYZ | 30.14 | 21.75 | 40.64 | - |
| YUV | 132.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 102 | 170 | 0 | 0.42 | 0.04 | 0.31 | 305.6 | 0.32 | 0.55 |
| Hex | B1 | 66 | AA | 0 | 2A | 4 | 1F | 132 | 20 | 37 |
| Octal | 261 | 146 | 252 | 0 | 52 | 4 | 37 | 462 | 40 | 67 |
| Binary | 10110001 | 1100110 | 10101010 | 0 | 101010 | 100 | 11111 | 100110010 | 100000 | 110111 |
Color Harmonies of #B166AA
Complementary color
Monochromatic Colors of #B166AA
Black with #B166AA
Text Example
Text Example
White with #B166AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B166AA; }
p { color: rgb(177,102,170); }
H1.HeaderClassName
{
color: #B166AA;
}
.AnyTagClassName
{
color: #B166AA;
}
</style>
background-color css
<style>
a { background-color: #B166AA; }
a { background-color: rgb(177,102,170); }
div.DivClassName
{
background-color: #B166AA;
}
.BgClassName
{
background-color: #B166AA;
}
</style>
border-color css
<style>
span { border-color: #B166AA; }
span { border-color: rgb(177,102,170); }
td.TdClassName
{
border-color: #B166AA;
}
.TagClassName
{
border-color: #B166AA;
}
</style>