Color Hex Logo

#a647ad Color Hex

#A647AD
(166,71,173)
0 Favorites   0 Comments

Color spaces of #a647ad

RGB 16671173
HSL0.820.420.48
HSV296°59°68°
CMYK 0.040.590.00   0.32
XYZ25.521915.630641.2070
Yxy15.63060.30990.1898
Hunter Lab39.535646.0422-34.1217
CIE-Lab46.486153.2366-36.9316

#a647ad color RGB value is (166,71,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000111 10101101
Octal 246 107 255
Decimal 166 71 173
Hex A6 47 AD

RGB Percentages of Color #a647ad

%40.49
%17.32
%42.20

CMYK Percentages of Color #a647ad

%4
%59
%0
%32

Triadic Colors of #a647ad

#a647ad #ada647 #47ada6

Analogous Colors of #a647ad

#a647ad #ad4781 #7347ad

Monochromatic Colors of #a647ad

#a647ad

Complementary Color

#a647ad #4ead47

#a647ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a647ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a647ad Color CSS Codes

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

#a647ad Text Font Color

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

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


#a647ad Background Color

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

This div background color is #a647ad


#a647ad Border Color

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

This div border color is #a647ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a647ad


Comments

No comments written yet.

Please login to write comment.