Color Hex Logo

#a529ad Color Hex

#A529AD
(165,41,173)
0 Favorites   0 Comments

Color spaces of #a529ad

RGB 16541173
HSL0.820.620.42
HSV296°76°68°
CMYK 0.050.760.00   0.32
XYZ23.852812.602340.7105
Yxy12.60230.30910.1633
Hunter Lab35.499757.8124-43.1430
CIE-Lab42.157864.7019-43.8107

#a529ad color RGB value is (165,41,173).

#a529ad hex color red value is 165, green value is 41 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a529ad hue: 0.82 , saturation: 0.62 and the lightness value of a529ad is 0.42.

The process color (four color CMYK) of #a529ad color hex is 0.05, 0.76, 0.00, 0.32. Web safe color of #a529ad is #993399. Color #a529ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101001 10101101
Octal 245 51 255
Decimal 165 41 173
Hex A5 29 AD

RGB Percentages of Color #a529ad

%43.54
%10.82
%45.65

CMYK Percentages of Color #a529ad

%5
%76
%0
%32

Triadic Colors of #a529ad

#a529ad #ada529 #29ada5

Analogous Colors of #a529ad

#a529ad #ad2973 #6329ad

Monochromatic Colors of #a529ad

#a529ad

Complementary Color

#a529ad #31ad29

#a529ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a529ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a529ad Color CSS Codes

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

#a529ad Text Font Color

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

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


#a529ad Background Color

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

This div background color is #a529ad


#a529ad Border Color

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

This div border color is #a529ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a529ad


Comments

No comments written yet.

Please login to write comment.