Color Hex Logo

#a647ca Color Hex

#A647CA
(166,71,202)
0 Favorites   0 Comments

Color spaces of #a647ca

RGB 16671202
HSL0.790.550.54
HSV284°65°79°
CMYK 0.180.650.00   0.21
XYZ28.639816.877757.6254
Yxy16.87770.27770.1636
Hunter Lab41.082552.5432-54.4069
CIE-Lab48.105658.8905-51.2494

#a647ca color RGB value is (166,71,202).

#a647ca hex color red value is 166, green value is 71 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a647ca hue: 0.79 , saturation: 0.55 and the lightness value of a647ca is 0.54.

The process color (four color CMYK) of #a647ca color hex is 0.18, 0.65, 0.00, 0.21. Web safe color of #a647ca is #9933cc. Color #a647ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000111 11001010
Octal 246 107 312
Decimal 166 71 202
Hex A6 47 CA

RGB Percentages of Color #a647ca

%37.81
%16.17
%46.01

CMYK Percentages of Color #a647ca

%18
%65
%0
%21

Triadic Colors of #a647ca

#a647ca #caa647 #47caa6

Analogous Colors of #a647ca

#a647ca #ca47ad #6547ca

Monochromatic Colors of #a647ca

#a647ca

Complementary Color

#a647ca #6bca47

#a647ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a647ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a647ca Color CSS Codes

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

#a647ca Text Font Color

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

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


#a647ca Background Color

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

This div background color is #a647ca


#a647ca Border Color

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

This div border color is #a647ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a647ca


Comments

No comments written yet.

Please login to write comment.