Color Hex Logo

#a555ac Color Hex

#A555AC
(165,85,172)
0 Favorites   0 Comments

Color spaces of #a555ac

RGB 16585172
HSL0.820.340.50
HSV295°51°67°
CMYK 0.040.510.00   0.33
XYZ26.211917.474941.0212
Yxy17.47490.30940.2063
Hunter Lab41.803038.7704-28.9191
CIE-Lab48.852945.9159-32.6330

#a555ac color RGB value is (165,85,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010101 10101100
Octal 245 125 254
Decimal 165 85 172
Hex A5 55 AC

RGB Percentages of Color #a555ac

%39.10
%20.14
%40.76

CMYK Percentages of Color #a555ac

%4
%51
%0
%33

Triadic Colors of #a555ac

#a555ac #aca555 #55aca5

Analogous Colors of #a555ac

#a555ac #ac5588 #7a55ac

Monochromatic Colors of #a555ac

#a555ac

Complementary Color

#a555ac #5cac55

#a555ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a555ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a555ac Color CSS Codes

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

#a555ac Text Font Color

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

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


#a555ac Background Color

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

This div background color is #a555ac


#a555ac Border Color

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

This div border color is #a555ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a555ac


Comments

No comments written yet.

Please login to write comment.