Color Hex Logo

#a956ab Color Hex

#A956AB
(169,86,171)
0 Favorites   0 Comments

Color spaces of #a956ab

RGB 16986171
HSL0.830.340.50
HSV299°50°67°
CMYK 0.010.500.00   0.33
XYZ27.040718.030940.5832
Yxy18.03090.31570.2105
Hunter Lab42.462839.3605-26.9416
CIE-Lab49.533646.3767-30.9436

#a956ab color RGB value is (169,86,171).

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

The process color (four color CMYK) of #a956ab color hex is 0.01, 0.50, 0.00, 0.33. Web safe color of #a956ab is #996699. Color #a956ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 10101011
Octal 251 126 253
Decimal 169 86 171
Hex A9 56 AB

RGB Percentages of Color #a956ab

%39.67
%20.19
%40.14

CMYK Percentages of Color #a956ab

%1
%50
%0
%33

Triadic Colors of #a956ab

#a956ab #aba956 #56aba9

Analogous Colors of #a956ab

#a956ab #ab5683 #7f56ab

Monochromatic Colors of #a956ab

#a956ab

Complementary Color

#a956ab #58ab56

#a956ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a956ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a956ab Color CSS Codes

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

#a956ab Text Font Color

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

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


#a956ab Background Color

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

This div background color is #a956ab


#a956ab Border Color

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

This div border color is #a956ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a956ab


Comments

No comments written yet.

Please login to write comment.