Color Hex Logo

#a361aa Color Hex

#A361AA
(163,97,170)
0 Favorites   0 Comments

Color spaces of #a361aa

RGB 16397170
HSL0.820.300.52
HSV294°43°67°
CMYK 0.040.430.00   0.33
XYZ26.634719.238240.3398
Yxy19.23820.30890.2231
Hunter Lab43.861431.6362-23.8267
CIE-Lab50.964738.5538-28.1877

#a361aa color RGB value is (163,97,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100001 10101010
Octal 243 141 252
Decimal 163 97 170
Hex A3 61 AA

RGB Percentages of Color #a361aa

%37.91
%22.56
%39.53

CMYK Percentages of Color #a361aa

%4
%43
%0
%33

Triadic Colors of #a361aa

#a361aa #aaa361 #61aaa3

Analogous Colors of #a361aa

#a361aa #aa618d #7f61aa

Monochromatic Colors of #a361aa

#a361aa

Complementary Color

#a361aa #68aa61

#a361aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a361aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a361aa Color CSS Codes

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

#a361aa Text Font Color

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

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


#a361aa Background Color

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

This div background color is #a361aa


#a361aa Border Color

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

This div border color is #a361aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a361aa


Comments

No comments written yet.

Please login to write comment.