Color Hex Logo

#a531ac Color Hex

#A531AC
(165,49,172)
0 Favorites   0 Comments

Color spaces of #a531ac

RGB 16549172
HSL0.820.560.43
HSV297°72°67°
CMYK 0.040.720.00   0.33
XYZ24.061813.174540.3045
Yxy13.17450.31030.1699
Hunter Lab36.296754.8120-40.4290
CIE-Lab43.025061.8824-41.8350

#a531ac color RGB value is (165,49,172).

#a531ac hex color red value is 165, green value is 49 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a531ac hue: 0.82 , saturation: 0.56 and the lightness value of a531ac is 0.43.

The process color (four color CMYK) of #a531ac color hex is 0.04, 0.72, 0.00, 0.33. Web safe color of #a531ac is #993399. Color #a531ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110001 10101100
Octal 245 61 254
Decimal 165 49 172
Hex A5 31 AC

RGB Percentages of Color #a531ac

%42.75
%12.69
%44.56

CMYK Percentages of Color #a531ac

%4
%72
%0
%33

Triadic Colors of #a531ac

#a531ac #aca531 #31aca5

Analogous Colors of #a531ac

#a531ac #ac3176 #6831ac

Monochromatic Colors of #a531ac

#a531ac

Complementary Color

#a531ac #38ac31

#a531ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a531ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a531ac Color CSS Codes

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

#a531ac Text Font Color

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

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


#a531ac Background Color

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

This div background color is #a531ac


#a531ac Border Color

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

This div border color is #a531ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,49,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a531ac


Comments

No comments written yet.

Please login to write comment.