Color Hex Logo

#a959ab Color Hex

#A959AB
(169,89,171)
0 Favorites   0 Comments

Color spaces of #a959ab

RGB 16989171
HSL0.830.330.51
HSV299°48°67°
CMYK 0.010.480.00   0.33
XYZ27.285318.520040.6647
Yxy18.52000.31550.2142
Hunter Lab43.034937.8629-25.9002
CIE-Lab50.120844.8340-30.0273

#a959ab color RGB value is (169,89,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 10101011
Octal 251 131 253
Decimal 169 89 171
Hex A9 59 AB

RGB Percentages of Color #a959ab

%39.39
%20.75
%39.86

CMYK Percentages of Color #a959ab

%1
%48
%0
%33

Triadic Colors of #a959ab

#a959ab #aba959 #59aba9

Analogous Colors of #a959ab

#a959ab #ab5984 #8059ab

Monochromatic Colors of #a959ab

#a959ab

Complementary Color

#a959ab #5bab59

#a959ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a959ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a959ab Color CSS Codes

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

#a959ab Text Font Color

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

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


#a959ab Background Color

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

This div background color is #a959ab


#a959ab Border Color

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

This div border color is #a959ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a959ab


Comments

No comments written yet.

Please login to write comment.