Color Hex Logo

#a649af Color Hex

#A649AF
(166,73,175)
0 Favorites   0 Comments

Color spaces of #a649af

RGB 16673175
HSL0.820.410.49
HSV295°58°69°
CMYK 0.050.580.00   0.31
XYZ25.846315.967242.2772
Yxy15.96720.30740.1899
Hunter Lab39.959045.5293-34.7584
CIE-Lab46.931452.6779-37.4054

#a649af color RGB value is (166,73,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001001 10101111
Octal 246 111 257
Decimal 166 73 175
Hex A6 49 AF

RGB Percentages of Color #a649af

%40.10
%17.63
%42.27

CMYK Percentages of Color #a649af

%5
%58
%0
%31

Triadic Colors of #a649af

#a649af #afa649 #49afa6

Analogous Colors of #a649af

#a649af #af4985 #7349af

Monochromatic Colors of #a649af

#a649af

Complementary Color

#a649af #52af49

#a649af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a649af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a649af Color CSS Codes

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

#a649af Text Font Color

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

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


#a649af Background Color

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

This div background color is #a649af


#a649af Border Color

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

This div border color is #a649af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a649af


Comments

No comments written yet.

Please login to write comment.