Color Hex Logo

#a175da Color Hex

#A175DA
(161,117,218)
0 Favorites   0 Comments

Color spaces of #a175da

RGB 161117218
HSL0.740.580.66
HSV266°46°85°
CMYK 0.260.460.00   0.15
XYZ33.714125.361669.4480
Yxy25.36160.26230.1973
Hunter Lab50.360331.3677-46.5100
CIE-Lab57.426137.4468-45.5624

#a175da color RGB value is (161,117,218).

#a175da hex color red value is 161, green value is 117 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a175da hue: 0.74 , saturation: 0.58 and the lightness value of a175da is 0.66.

The process color (four color CMYK) of #a175da color hex is 0.26, 0.46, 0.00, 0.15. Web safe color of #a175da is #9966cc. Color #a175da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110101 11011010
Octal 241 165 332
Decimal 161 117 218
Hex A1 75 DA

RGB Percentages of Color #a175da

%32.46
%23.59
%43.95

CMYK Percentages of Color #a175da

%26
%46
%0
%15

Triadic Colors of #a175da

#a175da #daa175 #75daa1

Analogous Colors of #a175da

#a175da #d475da #757cda

Monochromatic Colors of #a175da

#a175da

Complementary Color

#a175da #aeda75

#a175da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a175da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a175da Color CSS Codes

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

#a175da Text Font Color

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

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


#a175da Background Color

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

This div background color is #a175da


#a175da Border Color

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

This div border color is #a175da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a175da


Comments

No comments written yet.

Please login to write comment.