Color Hex Logo

#a491ab Color Hex

#A491AB
(164,145,171)
0 Favorites   0 Comments

Color spaces of #a491ab

RGB 164145171
HSL0.790.130.62
HSV284°15°67°
CMYK 0.040.150.00   0.33
XYZ32.785931.083642.7998
Yxy31.08360.30740.2914
Hunter Lab55.75277.4015-6.4884
CIE-Lab62.578111.9611-11.0271

#a491ab color RGB value is (164,145,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010001 10101011
Octal 244 221 253
Decimal 164 145 171
Hex A4 91 AB

RGB Percentages of Color #a491ab

%34.17
%30.21
%35.63

CMYK Percentages of Color #a491ab

%4
%15
%0
%33

Triadic Colors of #a491ab

#a491ab #aba491 #91aba4

Analogous Colors of #a491ab

#a491ab #ab91a5 #9791ab

Monochromatic Colors of #a491ab

#a491ab

Complementary Color

#a491ab #98ab91

#a491ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a491ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a491ab Color CSS Codes

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

#a491ab Text Font Color

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

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


#a491ab Background Color

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

This div background color is #a491ab


#a491ab Border Color

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

This div border color is #a491ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a491ab


Comments

No comments written yet.

Please login to write comment.