Color Hex Logo

#a34aaa Color Hex

#A34AAA
(163,74,170)
0 Favorites   0 Comments

Color spaces of #a34aaa

RGB 16374170
HSL0.820.390.48
HSV296°56°67°
CMYK 0.040.560.00   0.33
XYZ24.808715.586439.7311
Yxy15.58640.30960.1945
Hunter Lab39.479643.0788-32.0319
CIE-Lab46.427150.4576-35.2850

#a34aaa color RGB value is (163,74,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001010 10101010
Octal 243 112 252
Decimal 163 74 170
Hex A3 4A AA

RGB Percentages of Color #a34aaa

%40.05
%18.18
%41.77

CMYK Percentages of Color #a34aaa

%4
%56
%0
%33

Triadic Colors of #a34aaa

#a34aaa #aaa34a #4aaaa3

Analogous Colors of #a34aaa

#a34aaa #aa4a81 #734aaa

Monochromatic Colors of #a34aaa

#a34aaa

Complementary Color

#a34aaa #51aa4a

#a34aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34aaa Color CSS Codes

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

#a34aaa Text Font Color

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

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


#a34aaa Background Color

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

This div background color is #a34aaa


#a34aaa Border Color

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

This div border color is #a34aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34aaa


Comments

No comments written yet.

Please login to write comment.