Color Hex Logo

#a543ac Color Hex

#A543AC
(165,67,172)
0 Favorites   0 Comments

Color spaces of #a543ac

RGB 16567172
HSL0.820.440.47
HSV296°61°67°
CMYK 0.040.610.00   0.33
XYZ24.970614.992240.6074
Yxy14.99220.30990.1861
Hunter Lab38.719847.3561-35.0766
CIE-Lab45.623554.6150-37.7136

#a543ac color RGB value is (165,67,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000011 10101100
Octal 245 103 254
Decimal 165 67 172
Hex A5 43 AC

RGB Percentages of Color #a543ac

%40.84
%16.58
%42.57

CMYK Percentages of Color #a543ac

%4
%61
%0
%33

Triadic Colors of #a543ac

#a543ac #aca543 #43aca5

Analogous Colors of #a543ac

#a543ac #ac437f #7143ac

Monochromatic Colors of #a543ac

#a543ac

Complementary Color

#a543ac #4aac43

#a543ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a543ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a543ac Color CSS Codes

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

#a543ac Text Font Color

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

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


#a543ac Background Color

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

This div background color is #a543ac


#a543ac Border Color

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

This div border color is #a543ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a543ac


Comments

No comments written yet.

Please login to write comment.