Color Hex Logo

#a443ac Color Hex

#A443AC
(164,67,172)
0 Favorites   0 Comments

Color spaces of #a443ac

RGB 16467172
HSL0.820.440.47
HSV295°61°67°
CMYK 0.050.610.00   0.33
XYZ24.763414.885440.5977
Yxy14.88540.30860.1855
Hunter Lab38.581647.0515-35.3811
CIE-Lab45.476854.3590-37.9551

#a443ac color RGB value is (164,67,172).

#a443ac hex color red value is 164, green value is 67 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a443ac hue: 0.82 , saturation: 0.44 and the lightness value of a443ac is 0.47.

The process color (four color CMYK) of #a443ac color hex is 0.05, 0.61, 0.00, 0.33. Web safe color of #a443ac is #993399. Color #a443ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000011 10101100
Octal 244 103 254
Decimal 164 67 172
Hex A4 43 AC

RGB Percentages of Color #a443ac

%40.69
%16.63
%42.68

CMYK Percentages of Color #a443ac

%5
%61
%0
%33

Triadic Colors of #a443ac

#a443ac #aca443 #43aca4

Analogous Colors of #a443ac

#a443ac #ac4380 #7043ac

Monochromatic Colors of #a443ac

#a443ac

Complementary Color

#a443ac #4bac43

#a443ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a443ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a443ac Color CSS Codes

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

#a443ac Text Font Color

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

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


#a443ac Background Color

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

This div background color is #a443ac


#a443ac Border Color

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

This div border color is #a443ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a443ac


Comments

No comments written yet.

Please login to write comment.