Color Hex Logo

#a949ab Color Hex

#A949AB
(169,73,171)
0 Favorites   0 Comments

Color spaces of #a949ab

RGB 16973171
HSL0.830.400.48
HSV299°57°67°
CMYK 0.010.570.00   0.33
XYZ26.095416.140440.2681
Yxy16.14040.31630.1956
Hunter Lab40.175145.6367-31.3046
CIE-Lab47.158252.7380-34.6656

#a949ab color RGB value is (169,73,171).

#a949ab hex color red value is 169, green value is 73 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a949ab hue: 0.83 , saturation: 0.40 and the lightness value of a949ab is 0.48.

The process color (four color CMYK) of #a949ab color hex is 0.01, 0.57, 0.00, 0.33. Web safe color of #a949ab is #993399. Color #a949ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001001 10101011
Octal 251 111 253
Decimal 169 73 171
Hex A9 49 AB

RGB Percentages of Color #a949ab

%40.92
%17.68
%41.40

CMYK Percentages of Color #a949ab

%1
%57
%0
%33

Triadic Colors of #a949ab

#a949ab #aba949 #49aba9

Analogous Colors of #a949ab

#a949ab #ab497c #7849ab

Monochromatic Colors of #a949ab

#a949ab

Complementary Color

#a949ab #4bab49

#a949ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a949ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a949ab Color CSS Codes

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

#a949ab Text Font Color

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

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


#a949ab Background Color

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

This div background color is #a949ab


#a949ab Border Color

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

This div border color is #a949ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a949ab


Comments

No comments written yet.

Please login to write comment.