Color Hex Logo

#a691bb Color Hex

#A691BB
(166,145,187)
0 Favorites   0 Comments

Color spaces of #a691bb

RGB 166145187
HSL0.750.240.65
HSV270°22°73°
CMYK 0.110.220.00   0.27
XYZ34.820931.945651.3446
Yxy31.94560.29480.2705
Hunter Lab56.520411.0588-14.2962
CIE-Lab63.297915.9687-18.9507

#a691bb color RGB value is (166,145,187).

#a691bb hex color red value is 166, green value is 145 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a691bb hue: 0.75 , saturation: 0.24 and the lightness value of a691bb is 0.65.

The process color (four color CMYK) of #a691bb color hex is 0.11, 0.22, 0.00, 0.27. Web safe color of #a691bb is #9999cc. Color #a691bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010001 10111011
Octal 246 221 273
Decimal 166 145 187
Hex A6 91 BB

RGB Percentages of Color #a691bb

%33.33
%29.12
%37.55

CMYK Percentages of Color #a691bb

%11
%22
%0
%27

Triadic Colors of #a691bb

#a691bb #bba691 #91bba6

Analogous Colors of #a691bb

#a691bb #bb91bb #9191bb

Monochromatic Colors of #a691bb

#a691bb

Complementary Color

#a691bb #a6bb91

#a691bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a691bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a691bb Color CSS Codes

.mybgcolor {background-color:#a691bb; } 
.myforecolor {color:#a691bb; }
.mybordercolor {border:3px solid #a691bb; }

#a691bb Text Font Color

<p style="color:#a691bb">Text here</p>

This sample text font color is #a691bb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a691bb Background Color

<div style="background-color:#a691bb">
Div content here</div>

This div background color is #a691bb


#a691bb Border Color

<div style="border:3px solid #a691bb">
Div here</div>

This div border color is #a691bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,145,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a691bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a691bb;
  -webkit-box-shadow: 1px 1px 3px 2px #a691bb;
  box-shadow:         1px 1px 3px 2px #a691bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,145,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a691bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a691bb;
  -webkit-box-shadow: 1px 1px 3px 2px #a691bb;
  box-shadow:         1px 1px 3px 2px #a691bb;">
Div content here</div>

This div box has shadow with color #a691bb


Comments

No comments written yet.

Please login to write comment.