Color Hex Logo

#a419ac Color Hex

#A419AC
(164,25,172)
0 Favorites   0 Comments

Color spaces of #a419ac

RGB 16425172
HSL0.820.750.39
HSV297°85°67°
CMYK 0.050.850.00   0.33
XYZ23.103911.566340.0445
Yxy11.56630.30920.1548
Hunter Lab34.009361.7462-46.0050
CIE-Lab40.518368.4327-45.8473

#a419ac color RGB value is (164,25,172).

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

The process color (four color CMYK) of #a419ac color hex is 0.05, 0.85, 0.00, 0.33. Web safe color of #a419ac is #990099. Color #a419ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011001 10101100
Octal 244 31 254
Decimal 164 25 172
Hex A4 19 AC

RGB Percentages of Color #a419ac

%45.43
%6.93
%47.65

CMYK Percentages of Color #a419ac

%5
%85
%0
%33

Triadic Colors of #a419ac

#a419ac #aca419 #19aca4

Analogous Colors of #a419ac

#a419ac #ac196b #5b19ac

Monochromatic Colors of #a419ac

#a419ac

Complementary Color

#a419ac #21ac19

#a419ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a419ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a419ac Color CSS Codes

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

#a419ac Text Font Color

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

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


#a419ac Background Color

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

This div background color is #a419ac


#a419ac Border Color

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

This div border color is #a419ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a419ac


Comments

No comments written yet.

Please login to write comment.