Color Hex Logo

#a556ab Color Hex

#A556AB
(165,86,171)
0 Favorites   0 Comments

Color spaces of #a556ab

RGB 16586171
HSL0.820.340.50
HSV296°50°67°
CMYK 0.040.500.00   0.33
XYZ26.195517.595240.5436
Yxy17.59520.31060.2086
Hunter Lab41.946638.0659-27.9442
CIE-Lab49.001445.2080-31.8142

#a556ab color RGB value is (165,86,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010110 10101011
Octal 245 126 253
Decimal 165 86 171
Hex A5 56 AB

RGB Percentages of Color #a556ab

%39.10
%20.38
%40.52

CMYK Percentages of Color #a556ab

%4
%50
%0
%33

Triadic Colors of #a556ab

#a556ab #aba556 #56aba5

Analogous Colors of #a556ab

#a556ab #ab5687 #7b56ab

Monochromatic Colors of #a556ab

#a556ab

Complementary Color

#a556ab #5cab56

#a556ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a556ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a556ab Color CSS Codes

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

#a556ab Text Font Color

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

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


#a556ab Background Color

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

This div background color is #a556ab


#a556ab Border Color

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

This div border color is #a556ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a556ab


Comments

No comments written yet.

Please login to write comment.