Color Hex Logo

#a385af Color Hex

#A385AF
(163,133,175)
0 Favorites   0 Comments

Color spaces of #a385af

RGB 163133175
HSL0.790.210.60
HSV283°24°69°
CMYK 0.070.240.00   0.31
XYZ31.229627.656744.2497
Yxy27.65670.30280.2682
Hunter Lab52.589613.9678-13.0747
CIE-Lab59.577319.2571-17.8369

#a385af color RGB value is (163,133,175).

#a385af hex color red value is 163, green value is 133 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a385af hue: 0.79 , saturation: 0.21 and the lightness value of a385af is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000101 10101111
Octal 243 205 257
Decimal 163 133 175
Hex A3 85 AF

RGB Percentages of Color #a385af

%34.61
%28.24
%37.15

CMYK Percentages of Color #a385af

%7
%24
%0
%31

Triadic Colors of #a385af

#a385af #afa385 #85afa3

Analogous Colors of #a385af

#a385af #af85a6 #8e85af

Monochromatic Colors of #a385af

#a385af

Complementary Color

#a385af #91af85

#a385af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a385af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a385af Color CSS Codes

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

#a385af Text Font Color

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

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


#a385af Background Color

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

This div background color is #a385af


#a385af Border Color

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

This div border color is #a385af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a385af


Comments

No comments written yet.

Please login to write comment.