Color Hex Logo

#a165ad Color Hex

#A165AD
(161,101,173)
0 Favorites   0 Comments

Color spaces of #a165ad

RGB 161101173
HSL0.810.310.54
HSV290°42°68°
CMYK 0.070.420.00   0.32
XYZ26.894419.901641.9591
Yxy19.90160.30300.2242
Hunter Lab44.611229.5412-24.5374
CIE-Lab51.725836.3334-28.7724

#a165ad color RGB value is (161,101,173).

#a165ad hex color red value is 161, green value is 101 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a165ad hue: 0.81 , saturation: 0.31 and the lightness value of a165ad is 0.54.

The process color (four color CMYK) of #a165ad color hex is 0.07, 0.42, 0.00, 0.32. Web safe color of #a165ad is #996699. Color #a165ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100101 10101101
Octal 241 145 255
Decimal 161 101 173
Hex A1 65 AD

RGB Percentages of Color #a165ad

%37.01
%23.22
%39.77

CMYK Percentages of Color #a165ad

%7
%42
%0
%32

Triadic Colors of #a165ad

#a165ad #ada165 #65ada1

Analogous Colors of #a165ad

#a165ad #ad6595 #7d65ad

Monochromatic Colors of #a165ad

#a165ad

Complementary Color

#a165ad #71ad65

#a165ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a165ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a165ad Color CSS Codes

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

#a165ad Text Font Color

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

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


#a165ad Background Color

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

This div background color is #a165ad


#a165ad Border Color

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

This div border color is #a165ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a165ad


Comments

No comments written yet.

Please login to write comment.