Color Hex Logo

#a047ad Color Hex

#A047AD
(160,71,173)
0 Favorites   0 Comments

Color spaces of #a047ad

RGB 16071173
HSL0.810.420.48
HSV292°59°68°
CMYK 0.080.590.00   0.32
XYZ24.293314.997241.1495
Yxy14.99720.30200.1864
Hunter Lab38.726244.2037-35.8917
CIE-Lab45.630451.6636-38.3396

#a047ad color RGB value is (160,71,173).

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

The process color (four color CMYK) of #a047ad color hex is 0.08, 0.59, 0.00, 0.32. Web safe color of #a047ad is #993399. Color #a047ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000111 10101101
Octal 240 107 255
Decimal 160 71 173
Hex A0 47 AD

RGB Percentages of Color #a047ad

%39.60
%17.57
%42.82

CMYK Percentages of Color #a047ad

%8
%59
%0
%32

Triadic Colors of #a047ad

#a047ad #ada047 #47ada0

Analogous Colors of #a047ad

#a047ad #ad4787 #6d47ad

Monochromatic Colors of #a047ad

#a047ad

Complementary Color

#a047ad #54ad47

#a047ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a047ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a047ad Color CSS Codes

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

#a047ad Text Font Color

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

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


#a047ad Background Color

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

This div background color is #a047ad


#a047ad Border Color

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

This div border color is #a047ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a047ad


Comments

No comments written yet.

Please login to write comment.