Color Hex Logo

#a573ac Color Hex

#A573AC
(165,115,172)
0 Favorites   0 Comments

Color spaces of #a573ac

RGB 165115172
HSL0.810.260.56
HSV293°33°67°
CMYK 0.040.330.00   0.33
XYZ29.094223.239441.9819
Yxy23.23940.30850.2464
Hunter Lab48.207323.3662-17.8884
CIE-Lab55.318129.5656-22.6052

#a573ac color RGB value is (165,115,172).

#a573ac hex color red value is 165, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a573ac hue: 0.81 , saturation: 0.26 and the lightness value of a573ac is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110011 10101100
Octal 245 163 254
Decimal 165 115 172
Hex A5 73 AC

RGB Percentages of Color #a573ac

%36.50
%25.44
%38.05

CMYK Percentages of Color #a573ac

%4
%33
%0
%33

Triadic Colors of #a573ac

#a573ac #aca573 #73aca5

Analogous Colors of #a573ac

#a573ac #ac7397 #8973ac

Monochromatic Colors of #a573ac

#a573ac

Complementary Color

#a573ac #7aac73

#a573ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a573ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a573ac Color CSS Codes

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

#a573ac Text Font Color

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

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


#a573ac Background Color

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

This div background color is #a573ac


#a573ac Border Color

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

This div border color is #a573ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a573ac


Comments

No comments written yet.

Please login to write comment.