Color Hex Logo

#a171be Color Hex

#A171BE
(161,113,190)
0 Favorites   0 Comments

Color spaces of #a171be

RGB 161113190
HSL0.770.370.59
HSV277°41°75°
CMYK 0.150.410.00   0.25
XYZ29.897323.105051.5992
Yxy23.10500.28580.2209
Hunter Lab48.067726.9057-29.9987
CIE-Lab55.180333.2318-33.2034

#a171be color RGB value is (161,113,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110001 10111110
Octal 241 161 276
Decimal 161 113 190
Hex A1 71 BE

RGB Percentages of Color #a171be

%34.70
%24.35
%40.95

CMYK Percentages of Color #a171be

%15
%41
%0
%25

Triadic Colors of #a171be

#a171be #bea171 #71bea1

Analogous Colors of #a171be

#a171be #be71b5 #7b71be

Monochromatic Colors of #a171be

#a171be

Complementary Color

#a171be #8ebe71

#a171be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a171be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a171be Color CSS Codes

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

#a171be Text Font Color

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

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


#a171be Background Color

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

This div background color is #a171be


#a171be Border Color

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

This div border color is #a171be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a171be


Comments

No comments written yet.

Please login to write comment.