Color Hex Logo

#a991bb Color Hex

#A991BB
(169,145,187)
0 Favorites   0 Comments

Color spaces of #a991bb

RGB 169145187
HSL0.760.240.65
HSV274°22°73°
CMYK 0.100.220.00   0.27
XYZ35.457232.273751.3744
Yxy32.27370.29770.2710
Hunter Lab56.809911.9911-13.8502
CIE-Lab63.568516.9686-18.5143

#a991bb color RGB value is (169,145,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010001 10111011
Octal 251 221 273
Decimal 169 145 187
Hex A9 91 BB

RGB Percentages of Color #a991bb

%33.73
%28.94
%37.33

CMYK Percentages of Color #a991bb

%10
%22
%0
%27

Triadic Colors of #a991bb

#a991bb #bba991 #91bba9

Analogous Colors of #a991bb

#a991bb #bb91b8 #9491bb

Monochromatic Colors of #a991bb

#a991bb

Complementary Color

#a991bb #a3bb91

#a991bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a991bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a991bb Color CSS Codes

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

#a991bb Text Font Color

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

This sample text font color is #a991bb
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.


#a991bb Background Color

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

This div background color is #a991bb


#a991bb Border Color

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

This div border color is #a991bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,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 #a991bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a991bb

#a991bb Color Palettes


Comments

No comments written yet.

Please login to write comment.