Color Hex Logo

#a36faf Color Hex

#A36FAF
(163,111,175)
0 Favorites   0 Comments

Color spaces of #a36faf

RGB 163111175
HSL0.800.290.56
HSV289°37°69°
CMYK 0.070.370.00   0.31
XYZ28.526622.250643.3487
Yxy22.25060.30310.2364
Hunter Lab47.170525.4002-21.4668
CIE-Lab54.291931.7831-25.9373

#a36faf color RGB value is (163,111,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101111 10101111
Octal 243 157 257
Decimal 163 111 175
Hex A3 6F AF

RGB Percentages of Color #a36faf

%36.30
%24.72
%38.98

CMYK Percentages of Color #a36faf

%7
%37
%0
%31

Triadic Colors of #a36faf

#a36faf #afa36f #6fafa3

Analogous Colors of #a36faf

#a36faf #af6f9b #836faf

Monochromatic Colors of #a36faf

#a36faf

Complementary Color

#a36faf #7baf6f

#a36faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36faf Color CSS Codes

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

#a36faf Text Font Color

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

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


#a36faf Background Color

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

This div background color is #a36faf


#a36faf Border Color

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

This div border color is #a36faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36faf


Comments

No comments written yet.

Please login to write comment.