Color Hex Logo

#a791ab Color Hex

#A791AB
(167,145,171)
0 Favorites   0 Comments

Color spaces of #a791ab

RGB 167145171
HSL0.810.130.62
HSV291°15°67°
CMYK 0.020.150.00   0.33
XYZ33.412431.406642.8291
Yxy31.40660.31040.2918
Hunter Lab56.04168.3502-6.0825
CIE-Lab62.849413.0115-10.5928

#a791ab color RGB value is (167,145,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010001 10101011
Octal 247 221 253
Decimal 167 145 171
Hex A7 91 AB

RGB Percentages of Color #a791ab

%34.58
%30.02
%35.40

CMYK Percentages of Color #a791ab

%2
%15
%0
%33

Triadic Colors of #a791ab

#a791ab #aba791 #91aba7

Analogous Colors of #a791ab

#a791ab #ab91a2 #9a91ab

Monochromatic Colors of #a791ab

#a791ab

Complementary Color

#a791ab #95ab91

#a791ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a791ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a791ab Color CSS Codes

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

#a791ab Text Font Color

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

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


#a791ab Background Color

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

This div background color is #a791ab


#a791ab Border Color

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

This div border color is #a791ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a791ab


Comments

No comments written yet.

Please login to write comment.