Color Hex Logo

#a0417e Color Hex

#A0417E
(160,65,126)
0 Favorites   0 Comments

Color spaces of #a0417e

RGB 16065126
HSL0.890.420.44
HSV321°59°63°
CMYK 0.000.590.21   0.37
XYZ20.153412.760521.1395
Yxy12.76050.37280.2361
Hunter Lab35.721838.1922-10.0814
CIE-Lab42.400146.4288-15.1189

#a0417e color RGB value is (160,65,126).

#a0417e hex color red value is 160, green value is 65 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a0417e hue: 0.89 , saturation: 0.42 and the lightness value of a0417e is 0.44.

The process color (four color CMYK) of #a0417e color hex is 0.00, 0.59, 0.21, 0.37. Web safe color of #a0417e is #993366. Color #a0417e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000001 01111110
Octal 240 101 176
Decimal 160 65 126
Hex A0 41 7E

RGB Percentages of Color #a0417e

%45.58
%18.52
%35.90

CMYK Percentages of Color #a0417e

%0
%59
%21
%37

Triadic Colors of #a0417e

#a0417e #7ea041 #417ea0

Analogous Colors of #a0417e

#a0417e #a0414f #9341a0

Monochromatic Colors of #a0417e

#a0417e

Complementary Color

#a0417e #41a063

#a0417e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0417e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0417e Color CSS Codes

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

#a0417e Text Font Color

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

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


#a0417e Background Color

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

This div background color is #a0417e


#a0417e Border Color

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

This div border color is #a0417e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0417e


Comments

No comments written yet.

Please login to write comment.