Color Hex Logo

#a031ac Color Hex

#A031AC
(160,49,172)
0 Favorites   0 Comments

Color spaces of #a031ac

RGB 16049172
HSL0.820.560.43
HSV294°72°67°
CMYK 0.070.720.00   0.33
XYZ23.041912.648840.2567
Yxy12.64880.30340.1665
Hunter Lab35.565253.4073-42.2156
CIE-Lab42.229260.7788-43.1502

#a031ac color RGB value is (160,49,172).

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

The process color (four color CMYK) of #a031ac color hex is 0.07, 0.72, 0.00, 0.33. Web safe color of #a031ac is #993399. Color #a031ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110001 10101100
Octal 240 61 254
Decimal 160 49 172
Hex A0 31 AC

RGB Percentages of Color #a031ac

%41.99
%12.86
%45.14

CMYK Percentages of Color #a031ac

%7
%72
%0
%33

Triadic Colors of #a031ac

#a031ac #aca031 #31aca0

Analogous Colors of #a031ac

#a031ac #ac317b #6231ac

Monochromatic Colors of #a031ac

#a031ac

Complementary Color

#a031ac #3dac31

#a031ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a031ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a031ac Color CSS Codes

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

#a031ac Text Font Color

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

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


#a031ac Background Color

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

This div background color is #a031ac


#a031ac Border Color

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

This div border color is #a031ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a031ac


Comments

No comments written yet.

Please login to write comment.