Color Hex Logo

#a046ac Color Hex

#A046AC
(160,70,172)
0 Favorites   0 Comments

Color spaces of #a046ac

RGB 16070172
HSL0.810.420.47
HSV293°59°67°
CMYK 0.070.590.00   0.33
XYZ24.133814.832540.6207
Yxy14.83250.30320.1864
Hunter Lab38.513044.4576-35.5757
CIE-Lab45.403951.9436-38.1079

#a046ac color RGB value is (160,70,172).

#a046ac hex color red value is 160, green value is 70 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a046ac hue: 0.81 , saturation: 0.42 and the lightness value of a046ac is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000110 10101100
Octal 240 106 254
Decimal 160 70 172
Hex A0 46 AC

RGB Percentages of Color #a046ac

%39.80
%17.41
%42.79

CMYK Percentages of Color #a046ac

%7
%59
%0
%33

Triadic Colors of #a046ac

#a046ac #aca046 #46aca0

Analogous Colors of #a046ac

#a046ac #ac4685 #6d46ac

Monochromatic Colors of #a046ac

#a046ac

Complementary Color

#a046ac #52ac46

#a046ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a046ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a046ac Color CSS Codes

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

#a046ac Text Font Color

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

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


#a046ac Background Color

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

This div background color is #a046ac


#a046ac Border Color

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

This div border color is #a046ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a046ac


Comments

No comments written yet.

Please login to write comment.