Color Hex Logo

#a171bf Color Hex

#A171BF
(161,113,191)
0 Favorites   0 Comments

Color spaces of #a171bf

RGB 161113191
HSL0.770.380.60
HSV277°41°75°
CMYK 0.160.410.00   0.25
XYZ30.007023.148952.1769
Yxy23.14890.28490.2198
Hunter Lab48.113327.1275-30.6183
CIE-Lab55.225433.4530-33.7054

#a171bf color RGB value is (161,113,191).

#a171bf hex color red value is 161, green value is 113 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a171bf hue: 0.77 , saturation: 0.38 and the lightness value of a171bf is 0.60.

The process color (four color CMYK) of #a171bf color hex is 0.16, 0.41, 0.00, 0.25. Web safe color of #a171bf is #9966cc. Color #a171bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110001 10111111
Octal 241 161 277
Decimal 161 113 191
Hex A1 71 BF

RGB Percentages of Color #a171bf

%34.62
%24.30
%41.08

CMYK Percentages of Color #a171bf

%16
%41
%0
%25

Triadic Colors of #a171bf

#a171bf #bfa171 #71bfa1

Analogous Colors of #a171bf

#a171bf #bf71b6 #7a71bf

Monochromatic Colors of #a171bf

#a171bf

Complementary Color

#a171bf #8fbf71

#a171bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a171bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a171bf Color CSS Codes

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

#a171bf Text Font Color

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

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


#a171bf Background Color

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

This div background color is #a171bf


#a171bf Border Color

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

This div border color is #a171bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a171bf


Comments

No comments written yet.

Please login to write comment.