Color Hex Logo

#a17baf Color Hex

#A17BAF
(161,123,175)
0 Favorites   0 Comments

Color spaces of #a17baf

RGB 161123175
HSL0.790.250.58
HSV284°30°69°
CMYK 0.080.300.00   0.31
XYZ29.518824.838143.7959
Yxy24.83810.30070.2531
Hunter Lab49.837818.5088-17.2157
CIE-Lab56.917324.3036-21.9149

#a17baf color RGB value is (161,123,175).

#a17baf hex color red value is 161, green value is 123 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a17baf hue: 0.79 , saturation: 0.25 and the lightness value of a17baf is 0.58.

The process color (four color CMYK) of #a17baf color hex is 0.08, 0.30, 0.00, 0.31. Web safe color of #a17baf is #996699. Color #a17baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111011 10101111
Octal 241 173 257
Decimal 161 123 175
Hex A1 7B AF

RGB Percentages of Color #a17baf

%35.08
%26.80
%38.13

CMYK Percentages of Color #a17baf

%8
%30
%0
%31

Triadic Colors of #a17baf

#a17baf #afa17b #7bafa1

Analogous Colors of #a17baf

#a17baf #af7ba3 #877baf

Monochromatic Colors of #a17baf

#a17baf

Complementary Color

#a17baf #89af7b

#a17baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17baf Color CSS Codes

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

#a17baf Text Font Color

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

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


#a17baf Background Color

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

This div background color is #a17baf


#a17baf Border Color

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

This div border color is #a17baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,123,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a17baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a17baf;
  -webkit-box-shadow: 1px 1px 3px 2px #a17baf;
  box-shadow:         1px 1px 3px 2px #a17baf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,123,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17baf


Comments

No comments written yet.

Please login to write comment.