Color Hex Logo

#a019ac Color Hex

#A019AC
(160,25,172)
0 Favorites   0 Comments

Color spaces of #a019ac

RGB 16025172
HSL0.820.750.39
HSV295°85°67°
CMYK 0.070.850.00   0.33
XYZ22.291211.147440.0065
Yxy11.14740.30350.1518
Hunter Lab33.387760.7464-47.6722
CIE-Lab39.827667.7073-46.9929

#a019ac color RGB value is (160,25,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011001 10101100
Octal 240 31 254
Decimal 160 25 172
Hex A0 19 AC

RGB Percentages of Color #a019ac

%44.82
%7.00
%48.18

CMYK Percentages of Color #a019ac

%7
%85
%0
%33

Triadic Colors of #a019ac

#a019ac #aca019 #19aca0

Analogous Colors of #a019ac

#a019ac #ac196f #5619ac

Monochromatic Colors of #a019ac

#a019ac

Complementary Color

#a019ac #25ac19

#a019ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a019ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a019ac Color CSS Codes

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

#a019ac Text Font Color

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

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


#a019ac Background Color

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

This div background color is #a019ac


#a019ac Border Color

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

This div border color is #a019ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a019ac


Comments

No comments written yet.

Please login to write comment.