Color Hex Logo

#a341ae Color Hex

#A341AE
(163,65,174)
0 Favorites   0 Comments

Color spaces of #a341ae

RGB 16365174
HSL0.820.460.47
HSV294°63°68°
CMYK 0.060.630.00   0.32
XYZ24.634514.623141.5686
Yxy14.62310.30480.1809
Hunter Lab38.240248.0703-37.6825
CIE-Lab45.113655.3697-39.7198

#a341ae color RGB value is (163,65,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000001 10101110
Octal 243 101 256
Decimal 163 65 174
Hex A3 41 AE

RGB Percentages of Color #a341ae

%40.55
%16.17
%43.28

CMYK Percentages of Color #a341ae

%6
%63
%0
%32

Triadic Colors of #a341ae

#a341ae #aea341 #41aea3

Analogous Colors of #a341ae

#a341ae #ae4183 #6d41ae

Monochromatic Colors of #a341ae

#a341ae

Complementary Color

#a341ae #4cae41

#a341ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a341ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a341ae Color CSS Codes

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

#a341ae Text Font Color

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

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


#a341ae Background Color

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

This div background color is #a341ae


#a341ae Border Color

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

This div border color is #a341ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a341ae


Comments

No comments written yet.

Please login to write comment.