Color Hex Logo

#a759ab Color Hex

#A759AB
(167,89,171)
0 Favorites   0 Comments

Color spaces of #a759ab

RGB 16789171
HSL0.830.330.51
HSV297°48°67°
CMYK 0.020.480.00   0.33
XYZ26.859418.300540.6448
Yxy18.30050.31300.2133
Hunter Lab42.779137.2101-26.3866
CIE-Lab49.858644.2392-30.4560

#a759ab color RGB value is (167,89,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011001 10101011
Octal 247 131 253
Decimal 167 89 171
Hex A7 59 AB

RGB Percentages of Color #a759ab

%39.11
%20.84
%40.05

CMYK Percentages of Color #a759ab

%2
%48
%0
%33

Triadic Colors of #a759ab

#a759ab #aba759 #59aba7

Analogous Colors of #a759ab

#a759ab #ab5986 #7e59ab

Monochromatic Colors of #a759ab

#a759ab

Complementary Color

#a759ab #5dab59

#a759ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a759ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a759ab Color CSS Codes

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

#a759ab Text Font Color

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

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


#a759ab Background Color

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

This div background color is #a759ab


#a759ab Border Color

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

This div border color is #a759ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a759ab


Comments

No comments written yet.

Please login to write comment.