Color Hex Logo

#a659ab Color Hex

#A659AB
(166,89,171)
0 Favorites   0 Comments

Color spaces of #a659ab

RGB 16689171
HSL0.820.330.51
HSV296°48°67°
CMYK 0.030.480.00   0.33
XYZ26.648918.192040.6349
Yxy18.19200.31180.2128
Hunter Lab42.652136.8852-26.6295
CIE-Lab49.728243.9420-30.6691

#a659ab color RGB value is (166,89,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011001 10101011
Octal 246 131 253
Decimal 166 89 171
Hex A6 59 AB

RGB Percentages of Color #a659ab

%38.97
%20.89
%40.14

CMYK Percentages of Color #a659ab

%3
%48
%0
%33

Triadic Colors of #a659ab

#a659ab #aba659 #59aba6

Analogous Colors of #a659ab

#a659ab #ab5987 #7d59ab

Monochromatic Colors of #a659ab

#a659ab

Complementary Color

#a659ab #5eab59

#a659ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a659ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a659ab Color CSS Codes

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

#a659ab Text Font Color

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

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


#a659ab Background Color

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

This div background color is #a659ab


#a659ab Border Color

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

This div border color is #a659ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a659ab


Comments

No comments written yet.

Please login to write comment.