Color Hex Logo

#a340aa Color Hex

#A340AA
(163,64,170)
0 Favorites   0 Comments

Color spaces of #a340aa

RGB 16364170
HSL0.820.450.46
HSV296°62°67°
CMYK 0.040.620.00   0.33
XYZ24.193414.355639.5260
Yxy14.35560.30990.1839
Hunter Lab37.888847.6735-35.3298
CIE-Lab44.738655.0716-37.9498

#a340aa color RGB value is (163,64,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000000 10101010
Octal 243 100 252
Decimal 163 64 170
Hex A3 40 AA

RGB Percentages of Color #a340aa

%41.06
%16.12
%42.82

CMYK Percentages of Color #a340aa

%4
%62
%0
%33

Triadic Colors of #a340aa

#a340aa #aaa340 #40aaa3

Analogous Colors of #a340aa

#a340aa #aa407c #6e40aa

Monochromatic Colors of #a340aa

#a340aa

Complementary Color

#a340aa #47aa40

#a340aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a340aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a340aa Color CSS Codes

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

#a340aa Text Font Color

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

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


#a340aa Background Color

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

This div background color is #a340aa


#a340aa Border Color

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

This div border color is #a340aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a340aa


Comments

No comments written yet.

Please login to write comment.