Color Hex Logo

#a444ac Color Hex

#A444AC
(164,68,172)
0 Favorites   0 Comments

Color spaces of #a444ac

RGB 16468172
HSL0.820.430.47
HSV295°60°67°
CMYK 0.050.600.00   0.33
XYZ24.823415.005340.6177
Yxy15.00530.30860.1865
Hunter Lab38.736746.5979-35.0534
CIE-Lab45.641553.9072-37.6949

#a444ac color RGB value is (164,68,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000100 10101100
Octal 244 104 254
Decimal 164 68 172
Hex A4 44 AC

RGB Percentages of Color #a444ac

%40.59
%16.83
%42.57

CMYK Percentages of Color #a444ac

%5
%60
%0
%33

Triadic Colors of #a444ac

#a444ac #aca444 #44aca4

Analogous Colors of #a444ac

#a444ac #ac4480 #7044ac

Monochromatic Colors of #a444ac

#a444ac

Complementary Color

#a444ac #4cac44

#a444ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a444ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a444ac Color CSS Codes

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

#a444ac Text Font Color

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

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


#a444ac Background Color

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

This div background color is #a444ac


#a444ac Border Color

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

This div border color is #a444ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a444ac


Comments

No comments written yet.

Please login to write comment.