Color Hex Logo

#a543a0 Color Hex

#A543A0
(165,67,160)
0 Favorites   0 Comments

Color spaces of #a543a0

RGB 16567160
HSL0.840.420.45
HSV303°59°65°
CMYK 0.000.590.03   0.35
XYZ23.869414.551734.8084
Yxy14.55170.32600.1987
Hunter Lab38.146744.9355-27.3987
CIE-Lab45.014052.4640-31.5569

#a543a0 color RGB value is (165,67,160).

#a543a0 hex color red value is 165, green value is 67 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #a543a0 hue: 0.84 , saturation: 0.42 and the lightness value of a543a0 is 0.45.

The process color (four color CMYK) of #a543a0 color hex is 0.00, 0.59, 0.03, 0.35. Web safe color of #a543a0 is #993399. Color #a543a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000011 10100000
Octal 245 103 240
Decimal 165 67 160
Hex A5 43 A0

RGB Percentages of Color #a543a0

%42.09
%17.09
%40.82

CMYK Percentages of Color #a543a0

%0
%59
%3
%35

Triadic Colors of #a543a0

#a543a0 #a0a543 #43a0a5

Analogous Colors of #a543a0

#a543a0 #a5436f #7943a5

Monochromatic Colors of #a543a0

#a543a0

Complementary Color

#a543a0 #43a548

#a543a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a543a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a543a0 Color CSS Codes

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

#a543a0 Text Font Color

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

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


#a543a0 Background Color

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

This div background color is #a543a0


#a543a0 Border Color

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

This div border color is #a543a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a543a0


Comments

No comments written yet.

Please login to write comment.