Color Hex Logo

#a056ad Color Hex

#A056AD
(160,86,173)
0 Favorites   0 Comments

Color spaces of #a056ad

RGB 16086173
HSL0.810.350.51
HSV291°50°68°
CMYK 0.080.500.00   0.32
XYZ25.367817.146341.5077
Yxy17.14630.30190.2041
Hunter Lab41.408136.8901-30.4470
CIE-Lab48.443844.1474-33.9071

#a056ad color RGB value is (160,86,173).

#a056ad hex color red value is 160, green value is 86 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a056ad hue: 0.81 , saturation: 0.35 and the lightness value of a056ad is 0.51.

The process color (four color CMYK) of #a056ad color hex is 0.08, 0.50, 0.00, 0.32. Web safe color of #a056ad is #996699. Color #a056ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010110 10101101
Octal 240 126 255
Decimal 160 86 173
Hex A0 56 AD

RGB Percentages of Color #a056ad

%38.19
%20.53
%41.29

CMYK Percentages of Color #a056ad

%8
%50
%0
%32

Triadic Colors of #a056ad

#a056ad #ada056 #56ada0

Analogous Colors of #a056ad

#a056ad #ad568f #7556ad

Monochromatic Colors of #a056ad

#a056ad

Complementary Color

#a056ad #63ad56

#a056ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a056ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a056ad Color CSS Codes

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

#a056ad Text Font Color

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

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


#a056ad Background Color

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

This div background color is #a056ad


#a056ad Border Color

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

This div border color is #a056ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,86,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a056ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a056ad


Comments

No comments written yet.

Please login to write comment.