Color Hex Logo

#a741ae Color Hex

#A741AE
(167,65,174)
0 Favorites   0 Comments

Color spaces of #a741ae

RGB 16765174
HSL0.820.460.47
HSV296°63°68°
CMYK 0.040.630.00   0.32
XYZ25.466615.052141.6075
Yxy15.05210.31010.1833
Hunter Lab38.797049.2736-36.4271
CIE-Lab45.705556.3681-38.7446

#a741ae color RGB value is (167,65,174).

#a741ae hex color red value is 167, green value is 65 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a741ae hue: 0.82 , saturation: 0.46 and the lightness value of a741ae is 0.47.

The process color (four color CMYK) of #a741ae color hex is 0.04, 0.63, 0.00, 0.32. Web safe color of #a741ae is #993399. Color #a741ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000001 10101110
Octal 247 101 256
Decimal 167 65 174
Hex A7 41 AE

RGB Percentages of Color #a741ae

%41.13
%16.01
%42.86

CMYK Percentages of Color #a741ae

%4
%63
%0
%32

Triadic Colors of #a741ae

#a741ae #aea741 #41aea7

Analogous Colors of #a741ae

#a741ae #ae417f #7141ae

Monochromatic Colors of #a741ae

#a741ae

Complementary Color

#a741ae #48ae41

#a741ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a741ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a741ae Color CSS Codes

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

#a741ae Text Font Color

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

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


#a741ae Background Color

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

This div background color is #a741ae


#a741ae Border Color

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

This div border color is #a741ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a741ae


Comments

No comments written yet.

Please login to write comment.