Color Hex Logo

#a9399f Color Hex

#A9399F
(169,57,159)
0 Favorites   0 Comments

Color spaces of #a9399f

RGB 16957159
HSL0.850.500.44
HSV305°66°66°
CMYK 0.000.660.06   0.34
XYZ24.083313.864534.2077
Yxy13.86450.33380.1921
Hunter Lab37.235150.2908-28.4049
CIE-Lab44.038057.6103-32.4484

#a9399f color RGB value is (169,57,159).

#a9399f hex color red value is 169, green value is 57 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a9399f hue: 0.85 , saturation: 0.50 and the lightness value of a9399f is 0.44.

The process color (four color CMYK) of #a9399f color hex is 0.00, 0.66, 0.06, 0.34. Web safe color of #a9399f is #993399. Color #a9399f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111001 10011111
Octal 251 71 237
Decimal 169 57 159
Hex A9 39 9F

RGB Percentages of Color #a9399f

%43.90
%14.81
%41.30

CMYK Percentages of Color #a9399f

%0
%66
%6
%34

Triadic Colors of #a9399f

#a9399f #9fa939 #399fa9

Analogous Colors of #a9399f

#a9399f #a93967 #7b39a9

Monochromatic Colors of #a9399f

#a9399f

Complementary Color

#a9399f #39a943

#a9399f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9399f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9399f Color CSS Codes

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

#a9399f Text Font Color

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

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


#a9399f Background Color

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

This div background color is #a9399f


#a9399f Border Color

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

This div border color is #a9399f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,57,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9399f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9399f;
  -webkit-box-shadow: 1px 1px 3px 2px #a9399f;
  box-shadow:         1px 1px 3px 2px #a9399f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,57,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9399f


Comments

No comments written yet.

Please login to write comment.