Color Hex Logo

#a660ae Color Hex

#A660AE
(166,96,174)
0 Favorites   0 Comments

Color spaces of #a660ae

RGB 16696174
HSL0.820.330.53
HSV294°45°68°
CMYK 0.050.450.00   0.32
XYZ27.548719.528742.3618
Yxy19.52870.30800.2183
Hunter Lab44.191333.9415-25.9015
CIE-Lab51.300140.8089-29.9705

#a660ae color RGB value is (166,96,174).

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

The process color (four color CMYK) of #a660ae color hex is 0.05, 0.45, 0.00, 0.32. Web safe color of #a660ae is #996699. Color #a660ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100000 10101110
Octal 246 140 256
Decimal 166 96 174
Hex A6 60 AE

RGB Percentages of Color #a660ae

%38.07
%22.02
%39.91

CMYK Percentages of Color #a660ae

%5
%45
%0
%32

Triadic Colors of #a660ae

#a660ae #aea660 #60aea6

Analogous Colors of #a660ae

#a660ae #ae608f #7f60ae

Monochromatic Colors of #a660ae

#a660ae

Complementary Color

#a660ae #68ae60

#a660ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a660ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a660ae Color CSS Codes

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

#a660ae Text Font Color

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

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


#a660ae Background Color

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

This div background color is #a660ae


#a660ae Border Color

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

This div border color is #a660ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,96,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a660ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a660ae


Comments

No comments written yet.

Please login to write comment.