Color Hex Logo

#a0649e Color Hex

#A0649E
(160,100,158)
0 Favorites   0 Comments

Color spaces of #a0649e

RGB 160100158
HSL0.840.240.51
HSV302°38°63°
CMYK 0.000.380.01   0.37
XYZ25.225919.056534.6965
Yxy19.05650.31940.2413
Hunter Lab43.653826.7545-16.5667
CIE-Lab50.753233.5917-21.5149

#a0649e color RGB value is (160,100,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100100 10011110
Octal 240 144 236
Decimal 160 100 158
Hex A0 64 9E

RGB Percentages of Color #a0649e

%38.28
%23.92
%37.80

CMYK Percentages of Color #a0649e

%0
%38
%1
%37

Triadic Colors of #a0649e

#a0649e #9ea064 #649ea0

Analogous Colors of #a0649e

#a0649e #a06480 #8464a0

Monochromatic Colors of #a0649e

#a0649e

Complementary Color

#a0649e #64a066

#a0649e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0649e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0649e Color CSS Codes

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

#a0649e Text Font Color

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

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


#a0649e Background Color

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

This div background color is #a0649e


#a0649e Border Color

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

This div border color is #a0649e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0649e


Comments

No comments written yet.

Please login to write comment.