Color Hex Logo

#a399ac Color Hex

#A399AC
(163,153,172)
0 Favorites   0 Comments

Color spaces of #a399ac

RGB 163153172
HSL0.750.100.64
HSV272°11°67°
CMYK 0.050.110.00   0.33
XYZ33.941933.547643.7161
Yxy33.54760.30520.3017
Hunter Lab57.92033.2424-4.2057
CIE-Lab64.60197.3119-8.5760

#a399ac color RGB value is (163,153,172).

#a399ac hex color red value is 163, green value is 153 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a399ac hue: 0.75 , saturation: 0.10 and the lightness value of a399ac is 0.64.

The process color (four color CMYK) of #a399ac color hex is 0.05, 0.11, 0.00, 0.33. Web safe color of #a399ac is #999999. Color #a399ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 10101100
Octal 243 231 254
Decimal 163 153 172
Hex A3 99 AC

RGB Percentages of Color #a399ac

%33.40
%31.35
%35.25

CMYK Percentages of Color #a399ac

%5
%11
%0
%33

Triadic Colors of #a399ac

#a399ac #aca399 #99aca3

Analogous Colors of #a399ac

#a399ac #ac99ac #9a99ac

Monochromatic Colors of #a399ac

#a399ac

Complementary Color

#a399ac #a2ac99

#a399ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a399ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a399ac Color CSS Codes

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

#a399ac Text Font Color

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

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


#a399ac Background Color

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

This div background color is #a399ac


#a399ac Border Color

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

This div border color is #a399ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a399ac


Comments

No comments written yet.

Please login to write comment.