Color Hex Logo

#a0499e Color Hex

#A0499E
(160,73,158)
0 Favorites   0 Comments

Color spaces of #a0499e

RGB 16073158
HSL0.840.370.46
HSV301°54°63°
CMYK 0.000.540.01   0.37
XYZ23.051314.707333.9716
Yxy14.70730.32140.2050
Hunter Lab38.350140.1793-25.6757
CIE-Lab45.230747.8840-30.0785

#a0499e color RGB value is (160,73,158).

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

The process color (four color CMYK) of #a0499e color hex is 0.00, 0.54, 0.01, 0.37. Web safe color of #a0499e is #993399. Color #a0499e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001001 10011110
Octal 240 111 236
Decimal 160 73 158
Hex A0 49 9E

RGB Percentages of Color #a0499e

%40.92
%18.67
%40.41

CMYK Percentages of Color #a0499e

%0
%54
%1
%37

Triadic Colors of #a0499e

#a0499e #9ea049 #499ea0

Analogous Colors of #a0499e

#a0499e #a04973 #7749a0

Monochromatic Colors of #a0499e

#a0499e

Complementary Color

#a0499e #49a04b

#a0499e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0499e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0499e Color CSS Codes

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

#a0499e Text Font Color

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

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


#a0499e Background Color

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

This div background color is #a0499e


#a0499e Border Color

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

This div border color is #a0499e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0499e


Comments

No comments written yet.

Please login to write comment.