Color Hex Logo

#a17fac Color Hex

#A17FAC
(161,127,172)
0 Favorites   0 Comments

Color spaces of #a17fac

RGB 161127172
HSL0.790.210.59
HSV285°26°67°
CMYK 0.060.260.00   0.33
XYZ29.733725.734442.4298
Yxy25.73440.30370.2629
Hunter Lab50.729115.8478-14.0798
CIE-Lab57.784121.3873-18.8693

#a17fac color RGB value is (161,127,172).

#a17fac hex color red value is 161, green value is 127 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a17fac hue: 0.79 , saturation: 0.21 and the lightness value of a17fac is 0.59.

The process color (four color CMYK) of #a17fac color hex is 0.06, 0.26, 0.00, 0.33. Web safe color of #a17fac is #996699. Color #a17fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111111 10101100
Octal 241 177 254
Decimal 161 127 172
Hex A1 7F AC

RGB Percentages of Color #a17fac

%35.00
%27.61
%37.39

CMYK Percentages of Color #a17fac

%6
%26
%0
%33

Triadic Colors of #a17fac

#a17fac #aca17f #7faca1

Analogous Colors of #a17fac

#a17fac #ac7fa1 #8b7fac

Monochromatic Colors of #a17fac

#a17fac

Complementary Color

#a17fac #8aac7f

#a17fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17fac Color CSS Codes

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

#a17fac Text Font Color

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

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


#a17fac Background Color

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

This div background color is #a17fac


#a17fac Border Color

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

This div border color is #a17fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17fac


Comments

No comments written yet.

Please login to write comment.