Color Hex Logo

#a356af Color Hex

#A356AF
(163,86,175)
0 Favorites   0 Comments

Color spaces of #a356af

RGB 16386175
HSL0.810.360.51
HSV292°51°69°
CMYK 0.070.510.00   0.31
XYZ26.169917.537342.5632
Yxy17.53730.30330.2033
Hunter Lab41.877638.2615-30.9464
CIE-Lab48.930045.4096-34.2878

#a356af color RGB value is (163,86,175).

#a356af hex color red value is 163, green value is 86 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a356af hue: 0.81 , saturation: 0.36 and the lightness value of a356af is 0.51.

The process color (four color CMYK) of #a356af color hex is 0.07, 0.51, 0.00, 0.31. Web safe color of #a356af is #996699. Color #a356af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010110 10101111
Octal 243 126 257
Decimal 163 86 175
Hex A3 56 AF

RGB Percentages of Color #a356af

%38.44
%20.28
%41.27

CMYK Percentages of Color #a356af

%7
%51
%0
%31

Triadic Colors of #a356af

#a356af #afa356 #56afa3

Analogous Colors of #a356af

#a356af #af568f #7756af

Monochromatic Colors of #a356af

#a356af

Complementary Color

#a356af #62af56

#a356af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a356af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a356af Color CSS Codes

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

#a356af Text Font Color

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

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


#a356af Background Color

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

This div background color is #a356af


#a356af Border Color

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

This div border color is #a356af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a356af


Comments

No comments written yet.

Please login to write comment.