Color Hex Logo

#a359aa Color Hex

#A359AA
(163,89,170)
0 Favorites   0 Comments

Color spaces of #a359aa

RGB 16389170
HSL0.820.320.51
HSV295°48°67°
CMYK 0.040.480.00   0.33
XYZ25.932317.833640.1056
Yxy17.83360.30920.2126
Hunter Lab42.229835.7102-26.7467
CIE-Lab49.293742.8548-30.7903

#a359aa color RGB value is (163,89,170).

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

The process color (four color CMYK) of #a359aa color hex is 0.04, 0.48, 0.00, 0.33. Web safe color of #a359aa is #996699. Color #a359aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011001 10101010
Octal 243 131 252
Decimal 163 89 170
Hex A3 59 AA

RGB Percentages of Color #a359aa

%38.63
%21.09
%40.28

CMYK Percentages of Color #a359aa

%4
%48
%0
%33

Triadic Colors of #a359aa

#a359aa #aaa359 #59aaa3

Analogous Colors of #a359aa

#a359aa #aa5989 #7b59aa

Monochromatic Colors of #a359aa

#a359aa

Complementary Color

#a359aa #60aa59

#a359aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a359aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a359aa Color CSS Codes

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

#a359aa Text Font Color

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

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


#a359aa Background Color

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

This div background color is #a359aa


#a359aa Border Color

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

This div border color is #a359aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a359aa


Comments

No comments written yet.

Please login to write comment.