Color Hex Logo

#a38aaf Color Hex

#A38AAF
(163,138,175)
0 Favorites   0 Comments

Color spaces of #a38aaf

RGB 163138175
HSL0.780.190.61
HSV281°21°69°
CMYK 0.070.210.00   0.31
XYZ31.930629.058644.4834
Yxy29.05860.30270.2755
Hunter Lab53.906011.3968-11.1920
CIE-Lab60.833316.4058-15.9318

#a38aaf color RGB value is (163,138,175).

#a38aaf hex color red value is 163, green value is 138 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a38aaf hue: 0.78 , saturation: 0.19 and the lightness value of a38aaf is 0.61.

The process color (four color CMYK) of #a38aaf color hex is 0.07, 0.21, 0.00, 0.31. Web safe color of #a38aaf is #999999. Color #a38aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001010 10101111
Octal 243 212 257
Decimal 163 138 175
Hex A3 8A AF

RGB Percentages of Color #a38aaf

%34.24
%28.99
%36.76

CMYK Percentages of Color #a38aaf

%7
%21
%0
%31

Triadic Colors of #a38aaf

#a38aaf #afa38a #8aafa3

Analogous Colors of #a38aaf

#a38aaf #af8aa9 #918aaf

Monochromatic Colors of #a38aaf

#a38aaf

Complementary Color

#a38aaf #96af8a

#a38aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38aaf Color CSS Codes

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

#a38aaf Text Font Color

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

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


#a38aaf Background Color

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

This div background color is #a38aaf


#a38aaf Border Color

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

This div border color is #a38aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38aaf


Comments

No comments written yet.

Please login to write comment.