Color Hex Logo

#a597ab Color Hex

#A597AB
(165,151,171)
1 Favorites   0 Comments

Color spaces of #a597ab

RGB 165151171
HSL0.780.110.63
HSV282°12°67°
CMYK 0.040.120.00   0.33
XYZ33.934333.072843.1232
Yxy33.07280.30810.3003
Hunter Lab57.50904.6868-4.2025
CIE-Lab64.21988.9323-8.5647

#a597ab color RGB value is (165,151,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010111 10101011
Octal 245 227 253
Decimal 165 151 171
Hex A5 97 AB

RGB Percentages of Color #a597ab

%33.88
%31.01
%35.11

CMYK Percentages of Color #a597ab

%4
%12
%0
%33

Triadic Colors of #a597ab

#a597ab #aba597 #97aba5

Analogous Colors of #a597ab

#a597ab #ab97a7 #9b97ab

Monochromatic Colors of #a597ab

#a597ab

Complementary Color

#a597ab #9dab97

#a597ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a597ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a597ab Color CSS Codes

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

#a597ab Text Font Color

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

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


#a597ab Background Color

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

This div background color is #a597ab


#a597ab Border Color

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

This div border color is #a597ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a597ab

#a597ab Color Palettes


Comments

No comments written yet.

Please login to write comment.