Color Hex Logo

#a591ab Color Hex

#A591AB
(165,145,171)
0 Favorites   0 Comments

Color spaces of #a591ab

RGB 165145171
HSL0.790.130.62
HSV286°15°67°
CMYK 0.040.150.00   0.33
XYZ32.993131.190442.8095
Yxy31.19040.30840.2915
Hunter Lab55.84847.7164-6.3538
CIE-Lab62.668012.3108-10.8831

#a591ab color RGB value is (165,145,171).

#a591ab hex color red value is 165, green value is 145 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a591ab hue: 0.79 , saturation: 0.13 and the lightness value of a591ab is 0.62.

The process color (four color CMYK) of #a591ab color hex is 0.04, 0.15, 0.00, 0.33. Web safe color of #a591ab is #999999. Color #a591ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010001 10101011
Octal 245 221 253
Decimal 165 145 171
Hex A5 91 AB

RGB Percentages of Color #a591ab

%34.30
%30.15
%35.55

CMYK Percentages of Color #a591ab

%4
%15
%0
%33

Triadic Colors of #a591ab

#a591ab #aba591 #91aba5

Analogous Colors of #a591ab

#a591ab #ab91a4 #9891ab

Monochromatic Colors of #a591ab

#a591ab

Complementary Color

#a591ab #97ab91

#a591ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a591ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a591ab Color CSS Codes

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

#a591ab Text Font Color

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

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


#a591ab Background Color

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

This div background color is #a591ab


#a591ab Border Color

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

This div border color is #a591ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a591ab


Comments

No comments written yet.

Please login to write comment.