Color Hex Logo

#a36caf Color Hex

#A36CAF
(163,108,175)
0 Favorites   0 Comments

Color spaces of #a36caf

RGB 163108175
HSL0.800.300.55
HSV289°38°69°
CMYK 0.070.380.00   0.31
XYZ28.204721.606843.2414
Yxy21.60680.30310.2322
Hunter Lab46.483126.9635-22.6170
CIE-Lab53.607333.4699-26.9962

#a36caf color RGB value is (163,108,175).

#a36caf hex color red value is 163, green value is 108 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a36caf hue: 0.80 , saturation: 0.30 and the lightness value of a36caf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101100 10101111
Octal 243 154 257
Decimal 163 108 175
Hex A3 6C AF

RGB Percentages of Color #a36caf

%36.55
%24.22
%39.24

CMYK Percentages of Color #a36caf

%7
%38
%0
%31

Triadic Colors of #a36caf

#a36caf #afa36c #6cafa3

Analogous Colors of #a36caf

#a36caf #af6c9a #826caf

Monochromatic Colors of #a36caf

#a36caf

Complementary Color

#a36caf #78af6c

#a36caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36caf Color CSS Codes

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

#a36caf Text Font Color

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

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


#a36caf Background Color

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

This div background color is #a36caf


#a36caf Border Color

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

This div border color is #a36caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36caf


Comments

No comments written yet.

Please login to write comment.