Color Hex Logo

#a591ae Color Hex

#A591AE
(165,145,174)
0 Favorites   0 Comments

Color spaces of #a591ae

RGB 165145174
HSL0.780.150.63
HSV281°17°68°
CMYK 0.050.170.00   0.32
XYZ33.282431.306144.3329
Yxy31.30610.30560.2874
Hunter Lab55.95198.2632-7.8115
CIE-Lab62.765212.9161-12.4334

#a591ae color RGB value is (165,145,174).

#a591ae hex color red value is 165, green value is 145 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a591ae hue: 0.78 , saturation: 0.15 and the lightness value of a591ae is 0.63.

The process color (four color CMYK) of #a591ae color hex is 0.05, 0.17, 0.00, 0.32. Web safe color of #a591ae is #999999. Color #a591ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010001 10101110
Octal 245 221 256
Decimal 165 145 174
Hex A5 91 AE

RGB Percentages of Color #a591ae

%34.09
%29.96
%35.95

CMYK Percentages of Color #a591ae

%5
%17
%0
%32

Triadic Colors of #a591ae

#a591ae #aea591 #91aea5

Analogous Colors of #a591ae

#a591ae #ae91a9 #9791ae

Monochromatic Colors of #a591ae

#a591ae

Complementary Color

#a591ae #9aae91

#a591ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a591ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a591ae Color CSS Codes

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

#a591ae Text Font Color

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

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


#a591ae Background Color

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

This div background color is #a591ae


#a591ae Border Color

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

This div border color is #a591ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a591ae


Comments

No comments written yet.

Please login to write comment.