Color Hex Logo

#a0549e Color Hex

#A0549E
(160,84,158)
0 Favorites   0 Comments

Color spaces of #a0549e

RGB 16084158
HSL0.840.310.48
HSV302°48°63°
CMYK 0.000.480.01   0.37
XYZ23.839116.282934.2342
Yxy16.28290.32060.2190
Hunter Lab40.352134.8377-22.0544
CIE-Lab47.343542.2894-26.7843

#a0549e color RGB value is (160,84,158).

#a0549e hex color red value is 160, green value is 84 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a0549e hue: 0.84 , saturation: 0.31 and the lightness value of a0549e is 0.48.

The process color (four color CMYK) of #a0549e color hex is 0.00, 0.48, 0.01, 0.37. Web safe color of #a0549e is #996699. Color #a0549e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010100 10011110
Octal 240 124 236
Decimal 160 84 158
Hex A0 54 9E

RGB Percentages of Color #a0549e

%39.80
%20.90
%39.30

CMYK Percentages of Color #a0549e

%0
%48
%1
%37

Triadic Colors of #a0549e

#a0549e #9ea054 #549ea0

Analogous Colors of #a0549e

#a0549e #a05478 #7c54a0

Monochromatic Colors of #a0549e

#a0549e

Complementary Color

#a0549e #54a056

#a0549e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0549e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0549e Color CSS Codes

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

#a0549e Text Font Color

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

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


#a0549e Background Color

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

This div background color is #a0549e


#a0549e Border Color

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

This div border color is #a0549e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0549e


Comments

No comments written yet.

Please login to write comment.