Color Hex Logo

#a460ac Color Hex

#A460AC
(164,96,172)
0 Favorites   0 Comments

Color spaces of #a460ac

RGB 16496172
HSL0.820.310.53
HSV294°44°67°
CMYK 0.050.440.00   0.33
XYZ26.939119.236841.3230
Yxy19.23680.30790.2199
Hunter Lab43.859832.8818-25.1589
CIE-Lab50.963139.8025-29.3482

#a460ac color RGB value is (164,96,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100000 10101100
Octal 244 140 254
Decimal 164 96 172
Hex A4 60 AC

RGB Percentages of Color #a460ac

%37.96
%22.22
%39.81

CMYK Percentages of Color #a460ac

%5
%44
%0
%33

Triadic Colors of #a460ac

#a460ac #aca460 #60aca4

Analogous Colors of #a460ac

#a460ac #ac608e #7e60ac

Monochromatic Colors of #a460ac

#a460ac

Complementary Color

#a460ac #68ac60

#a460ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a460ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a460ac Color CSS Codes

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

#a460ac Text Font Color

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

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


#a460ac Background Color

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

This div background color is #a460ac


#a460ac Border Color

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

This div border color is #a460ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a460ac


Comments

No comments written yet.

Please login to write comment.