Color Hex Logo

#a341aa Color Hex

#A341AA
(163,65,170)
0 Favorites   0 Comments

Color spaces of #a341aa

RGB 16365170
HSL0.820.450.46
HSV296°62°67°
CMYK 0.040.620.00   0.33
XYZ24.250314.469439.5450
Yxy14.46940.30980.1849
Hunter Lab38.038747.2291-35.0108
CIE-Lab44.898754.6299-37.6967

#a341aa color RGB value is (163,65,170).

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

The process color (four color CMYK) of #a341aa color hex is 0.04, 0.62, 0.00, 0.33. Web safe color of #a341aa is #993399. Color #a341aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000001 10101010
Octal 243 101 252
Decimal 163 65 170
Hex A3 41 AA

RGB Percentages of Color #a341aa

%40.95
%16.33
%42.71

CMYK Percentages of Color #a341aa

%4
%62
%0
%33

Triadic Colors of #a341aa

#a341aa #aaa341 #41aaa3

Analogous Colors of #a341aa

#a341aa #aa417d #6f41aa

Monochromatic Colors of #a341aa

#a341aa

Complementary Color

#a341aa #48aa41

#a341aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a341aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a341aa Color CSS Codes

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

#a341aa Text Font Color

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

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


#a341aa Background Color

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

This div background color is #a341aa


#a341aa Border Color

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

This div border color is #a341aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a341aa


Comments

No comments written yet.

Please login to write comment.