#B166AC

Color #B166AC Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B166AC

Tints of Violet Blue #B166AC

Color information

#B166AC (or 0xB166AC) is unknown color: approx Violet Blue. HEX triplet: B1, 66 and AC. RGB value is (177,102,172). Sum of RGB (Red+Green+Blue) = 177+102+172=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B166AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B166AC is #4E9953. Grayscale: #848484. Windows color (decimal): -5151060 or 11298481. OLE color: 11298481.

HSL color Cylindrical-coordinate representation of color #B166AC: hue angle of 304º 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 #B166AC is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB177102172-
CMYK00.420.030.31
HSL304º32.47%54.71%-
HSV(B)304º42.37%69.41%-
XYZ30.3321.8341.64-
YUV132.4150.35159.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 102 (40.23% from 255) = 22.62%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=39.25%
G=22.62%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710217200.420.030.3130432.4754.71
HexB166AC02A31F1302037
Octal2611462540523374604067
Binary1011000111001101010110001010101111111100110000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B166AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B166AC; }

 p { color: rgb(177,102,172); }

 H1.HeaderClassName
 {
   color: #B166AC;
 }
 .AnyTagClassName
 {
   color: #B166AC;
 }
</style>
background-color css

<style>
 a { background-color: #B166AC; }

 a { background-color: rgb(177,102,172); }

 div.DivClassName
 {
   background-color: #B166AC;
 }
 .BgClassName
 {
   background-color: #B166AC;
 }
</style>
border-color css

<style>
 span { border-color: #B166AC; }

 span { border-color: rgb(177,102,172); }

 td.TdClassName
 {
   border-color: #B166AC;
 }
 .TagClassName
 {
   border-color: #B166AC;
 }
</style>