Color Hex Logo

#a641ac Color Hex

#A641AC
(166,65,172)
0 Favorites   0 Comments

Color spaces of #a641ac

RGB 16665172
HSL0.820.450.46
HSV297°62°67°
CMYK 0.030.620.00   0.33
XYZ25.062614.866140.5782
Yxy14.86610.31130.1847
Hunter Lab38.556648.5548-35.4091
CIE-Lab45.450355.7546-37.9778

#a641ac color RGB value is (166,65,172).

#a641ac hex color red value is 166, green value is 65 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a641ac hue: 0.82 , saturation: 0.45 and the lightness value of a641ac is 0.46.

The process color (four color CMYK) of #a641ac color hex is 0.03, 0.62, 0.00, 0.33. Web safe color of #a641ac is #993399. Color #a641ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000001 10101100
Octal 246 101 254
Decimal 166 65 172
Hex A6 41 AC

RGB Percentages of Color #a641ac

%41.19
%16.13
%42.68

CMYK Percentages of Color #a641ac

%3
%62
%0
%33

Triadic Colors of #a641ac

#a641ac #aca641 #41aca6

Analogous Colors of #a641ac

#a641ac #ac417d #7141ac

Monochromatic Colors of #a641ac

#a641ac

Complementary Color

#a641ac #47ac41

#a641ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a641ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a641ac Color CSS Codes

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

#a641ac Text Font Color

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

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


#a641ac Background Color

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

This div background color is #a641ac


#a641ac Border Color

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

This div border color is #a641ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,65,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a641ac


Comments

No comments written yet.

Please login to write comment.