Color Hex Logo

#a716bf Color Hex

#A716BF
(167,22,191)
0 Favorites   0 Comments

Color spaces of #a716bf

RGB 16722191
HSL0.810.790.42
HSV291°88°75°
CMYK 0.130.880.00   0.25
XYZ25.627212.550950.3621
Yxy12.55090.28940.1418
Hunter Lab35.427267.1248-59.4855
CIE-Lab42.078672.6773-54.5363

#a716bf color RGB value is (167,22,191).

#a716bf hex color red value is 167, green value is 22 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a716bf hue: 0.81 , saturation: 0.79 and the lightness value of a716bf is 0.42.

The process color (four color CMYK) of #a716bf color hex is 0.13, 0.88, 0.00, 0.25. Web safe color of #a716bf is #9900cc. Color #a716bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010110 10111111
Octal 247 26 277
Decimal 167 22 191
Hex A7 16 BF

RGB Percentages of Color #a716bf

%43.95
%5.79
%50.26

CMYK Percentages of Color #a716bf

%13
%88
%0
%25

Triadic Colors of #a716bf

#a716bf #bfa716 #16bfa7

Analogous Colors of #a716bf

#a716bf #bf1683 #5316bf

Monochromatic Colors of #a716bf

#a716bf

Complementary Color

#a716bf #2ebf16

#a716bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a716bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a716bf Color CSS Codes

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

#a716bf Text Font Color

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

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


#a716bf Background Color

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

This div background color is #a716bf


#a716bf Border Color

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

This div border color is #a716bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,22,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 #a716bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a716bf


Comments

No comments written yet.

Please login to write comment.