Color Hex Logo

#a036ac Color Hex

#A036AC
(160,54,172)
0 Favorites   0 Comments

Color spaces of #a036ac

RGB 16054172
HSL0.820.520.44
HSV294°69°67°
CMYK 0.070.690.00   0.33
XYZ23.262813.090540.3304
Yxy13.09050.30340.1707
Hunter Lab36.180851.4519-40.7635
CIE-Lab42.899358.8837-42.0825

#a036ac color RGB value is (160,54,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110110 10101100
Octal 240 66 254
Decimal 160 54 172
Hex A0 36 AC

RGB Percentages of Color #a036ac

%41.45
%13.99
%44.56

CMYK Percentages of Color #a036ac

%7
%69
%0
%33

Triadic Colors of #a036ac

#a036ac #aca036 #36aca0

Analogous Colors of #a036ac

#a036ac #ac367d #6536ac

Monochromatic Colors of #a036ac

#a036ac

Complementary Color

#a036ac #42ac36

#a036ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a036ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a036ac Color CSS Codes

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

#a036ac Text Font Color

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

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


#a036ac Background Color

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

This div background color is #a036ac


#a036ac Border Color

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

This div border color is #a036ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a036ac


Comments

No comments written yet.

Please login to write comment.