Color Hex Logo

#a171ff Color Hex

#A171FF
(161,113,255)
0 Favorites   0 Comments

Color spaces of #a171ff

RGB 161113255
HSL0.721.000.72
HSV260°56°100°
CMYK 0.370.560.00   0.00
XYZ38.653126.607397.7062
Yxy26.60730.23720.1633
Hunter Lab51.582343.4898-76.1985
CIE-Lab58.609148.8499-64.2719

#a171ff color RGB value is (161,113,255).

#a171ff hex color red value is 161, green value is 113 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a171ff hue: 0.72 , saturation: 1.00 and the lightness value of a171ff is 0.72.

The process color (four color CMYK) of #a171ff color hex is 0.37, 0.56, 0.00, 0.00. Web safe color of #a171ff is #9966ff. Color #a171ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110001 11111111
Octal 241 161 377
Decimal 161 113 255
Hex A1 71 FF

RGB Percentages of Color #a171ff

%30.43
%21.36
%48.20

CMYK Percentages of Color #a171ff

%37
%56
%0
%0

Triadic Colors of #a171ff

#a171ff #ffa171 #71ffa1

Analogous Colors of #a171ff

#a171ff #e871ff #7188ff

Monochromatic Colors of #a171ff

#a171ff

Complementary Color

#a171ff #cfff71

#a171ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a171ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a171ff Color CSS Codes

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

#a171ff Text Font Color

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

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


#a171ff Background Color

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

This div background color is #a171ff


#a171ff Border Color

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

This div border color is #a171ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a171ff

#a171ff Color Palettes


Comments

No comments written yet.

Please login to write comment.