Color Hex Logo

#a575ac Color Hex

#A575AC
(165,117,172)
0 Favorites   0 Comments

Color spaces of #a575ac

RGB 165117172
HSL0.810.250.57
HSV292°32°67°
CMYK 0.040.320.00   0.33
XYZ29.324723.700542.0588
Yxy23.70050.30840.2493
Hunter Lab48.683222.3254-17.1441
CIE-Lab55.786728.4333-21.8861

#a575ac color RGB value is (165,117,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110101 10101100
Octal 245 165 254
Decimal 165 117 172
Hex A5 75 AC

RGB Percentages of Color #a575ac

%36.34
%25.77
%37.89

CMYK Percentages of Color #a575ac

%4
%32
%0
%33

Triadic Colors of #a575ac

#a575ac #aca575 #75aca5

Analogous Colors of #a575ac

#a575ac #ac7598 #8a75ac

Monochromatic Colors of #a575ac

#a575ac

Complementary Color

#a575ac #7cac75

#a575ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a575ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a575ac Color CSS Codes

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

#a575ac Text Font Color

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

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


#a575ac Background Color

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

This div background color is #a575ac


#a575ac Border Color

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

This div border color is #a575ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a575ac


Comments

No comments written yet.

Please login to write comment.