Color Hex Logo

#a055ac Color Hex

#A055AC
(160,85,172)
0 Favorites   0 Comments

Color spaces of #a055ac

RGB 16085172
HSL0.810.340.50
HSV292°51°67°
CMYK 0.070.510.00   0.33
XYZ25.192116.949140.9735
Yxy16.94910.30310.2039
Hunter Lab41.169337.1806-30.1895
CIE-Lab48.195844.4715-33.7099

#a055ac color RGB value is (160,85,172).

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

The process color (four color CMYK) of #a055ac color hex is 0.07, 0.51, 0.00, 0.33. Web safe color of #a055ac is #996699. Color #a055ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 10101100
Octal 240 125 254
Decimal 160 85 172
Hex A0 55 AC

RGB Percentages of Color #a055ac

%38.37
%20.38
%41.25

CMYK Percentages of Color #a055ac

%7
%51
%0
%33

Triadic Colors of #a055ac

#a055ac #aca055 #55aca0

Analogous Colors of #a055ac

#a055ac #ac558d #7555ac

Monochromatic Colors of #a055ac

#a055ac

Complementary Color

#a055ac #61ac55

#a055ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a055ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a055ac Color CSS Codes

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

#a055ac Text Font Color

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

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


#a055ac Background Color

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

This div background color is #a055ac


#a055ac Border Color

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

This div border color is #a055ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a055ac


Comments

No comments written yet.

Please login to write comment.