Color Hex Logo

#a175bf Color Hex

#A175BF
(161,117,191)
0 Favorites   0 Comments

Color spaces of #a175bf

RGB 161117191
HSL0.770.370.60
HSV276°39°75°
CMYK 0.160.390.00   0.25
XYZ30.463224.061252.3289
Yxy24.06120.28510.2252
Hunter Lab49.052225.0136-28.9140
CIE-Lab56.149031.1885-32.2648

#a175bf color RGB value is (161,117,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110101 10111111
Octal 241 165 277
Decimal 161 117 191
Hex A1 75 BF

RGB Percentages of Color #a175bf

%34.33
%24.95
%40.72

CMYK Percentages of Color #a175bf

%16
%39
%0
%25

Triadic Colors of #a175bf

#a175bf #bfa175 #75bfa1

Analogous Colors of #a175bf

#a175bf #bf75b8 #7c75bf

Monochromatic Colors of #a175bf

#a175bf

Complementary Color

#a175bf #93bf75

#a175bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a175bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a175bf Color CSS Codes

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

#a175bf Text Font Color

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

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


#a175bf Background Color

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

This div background color is #a175bf


#a175bf Border Color

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

This div border color is #a175bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a175bf

#a175bf Color Palettes


Comments

No comments written yet.

Please login to write comment.