Color Hex Logo

#a649cc Color Hex

#A649CC
(166,73,204)
0 Favorites   0 Comments

Color spaces of #a649cc

RGB 16673204
HSL0.780.560.54
HSV283°64°80°
CMYK 0.190.640.00   0.20
XYZ29.007517.231758.9239
Yxy17.23170.27580.1639
Hunter Lab41.511152.0895-55.1029
CIE-Lab48.550758.4004-51.6881

#a649cc color RGB value is (166,73,204).

#a649cc hex color red value is 166, green value is 73 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a649cc hue: 0.78 , saturation: 0.56 and the lightness value of a649cc is 0.54.

The process color (four color CMYK) of #a649cc color hex is 0.19, 0.64, 0.00, 0.20. Web safe color of #a649cc is #9933cc. Color #a649cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001001 11001100
Octal 246 111 314
Decimal 166 73 204
Hex A6 49 CC

RGB Percentages of Color #a649cc

%37.47
%16.48
%46.05

CMYK Percentages of Color #a649cc

%19
%64
%0
%20

Triadic Colors of #a649cc

#a649cc #cca649 #49cca6

Analogous Colors of #a649cc

#a649cc #cc49b1 #6549cc

Monochromatic Colors of #a649cc

#a649cc

Complementary Color

#a649cc #6fcc49

#a649cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a649cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a649cc Color CSS Codes

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

#a649cc Text Font Color

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

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


#a649cc Background Color

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

This div background color is #a649cc


#a649cc Border Color

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

This div border color is #a649cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a649cc


Comments

No comments written yet.

Please login to write comment.