Color Hex Logo

#a649ae Color Hex

#A649AE
(166,73,174)
0 Favorites   0 Comments

Color spaces of #a649ae

RGB 16673174
HSL0.820.410.48
HSV295°58°68°
CMYK 0.050.580.00   0.32
XYZ25.748415.928141.7617
Yxy15.92810.30860.1909
Hunter Lab39.910045.3187-34.1038
CIE-Lab46.880052.4900-36.8986

#a649ae color RGB value is (166,73,174).

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

The process color (four color CMYK) of #a649ae color hex is 0.05, 0.58, 0.00, 0.32. Web safe color of #a649ae is #993399. Color #a649ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001001 10101110
Octal 246 111 256
Decimal 166 73 174
Hex A6 49 AE

RGB Percentages of Color #a649ae

%40.19
%17.68
%42.13

CMYK Percentages of Color #a649ae

%5
%58
%0
%32

Triadic Colors of #a649ae

#a649ae #aea649 #49aea6

Analogous Colors of #a649ae

#a649ae #ae4984 #7449ae

Monochromatic Colors of #a649ae

#a649ae

Complementary Color

#a649ae #51ae49

#a649ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a649ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a649ae Color CSS Codes

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

#a649ae Text Font Color

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

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


#a649ae Background Color

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

This div background color is #a649ae


#a649ae Border Color

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

This div border color is #a649ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a649ae


Comments

No comments written yet.

Please login to write comment.