Color Hex Logo

#a060ac Color Hex

#A060AC
(160,96,172)
2 Favorites   0 Comments

Color spaces of #a060ac

RGB 16096172
HSL0.810.310.53
HSV291°44°67°
CMYK 0.070.440.00   0.33
XYZ26.126518.817941.2849
Yxy18.81790.30300.2182
Hunter Lab43.379631.5920-26.0613
CIE-Lab50.473538.5769-30.1478

#a060ac color RGB value is (160,96,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100000 10101100
Octal 240 140 254
Decimal 160 96 172
Hex A0 60 AC

RGB Percentages of Color #a060ac

%37.38
%22.43
%40.19

CMYK Percentages of Color #a060ac

%7
%44
%0
%33

Triadic Colors of #a060ac

#a060ac #aca060 #60aca0

Analogous Colors of #a060ac

#a060ac #ac6092 #7a60ac

Monochromatic Colors of #a060ac

#a060ac

Complementary Color

#a060ac #6cac60

#a060ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a060ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a060ac Color CSS Codes

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

#a060ac Text Font Color

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

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


#a060ac Background Color

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

This div background color is #a060ac


#a060ac Border Color

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

This div border color is #a060ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a060ac

#a060ac Color Palettes


Comments

No comments written yet.

Please login to write comment.