Color Hex Logo

#a568ac Color Hex

#A568AC
(165,104,172)
0 Favorites   0 Comments

Color spaces of #a568ac

RGB 165104172
HSL0.820.290.54
HSV294°40°67°
CMYK 0.040.400.00   0.33
XYZ27.913820.878541.5885
Yxy20.87850.30880.2310
Hunter Lab45.693029.0827-21.9790
CIE-Lab52.816335.7291-26.4625

#a568ac color RGB value is (165,104,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101000 10101100
Octal 245 150 254
Decimal 165 104 172
Hex A5 68 AC

RGB Percentages of Color #a568ac

%37.41
%23.58
%39.00

CMYK Percentages of Color #a568ac

%4
%40
%0
%33

Triadic Colors of #a568ac

#a568ac #aca568 #68aca5

Analogous Colors of #a568ac

#a568ac #ac6891 #8368ac

Monochromatic Colors of #a568ac

#a568ac

Complementary Color

#a568ac #6fac68

#a568ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a568ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a568ac Color CSS Codes

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

#a568ac Text Font Color

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

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


#a568ac Background Color

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

This div background color is #a568ac


#a568ac Border Color

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

This div border color is #a568ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a568ac


Comments

No comments written yet.

Please login to write comment.