Color Hex Logo

#a641a3 Color Hex

#A641A3
(166,65,163)
0 Favorites   0 Comments

Color spaces of #a641a3

RGB 16665163
HSL0.840.440.45
HSV302°61°65°
CMYK 0.000.610.02   0.35
XYZ24.227014.531936.1784
Yxy14.53190.32330.1939
Hunter Lab38.120746.7315-29.5845
CIE-Lab44.986354.1509-33.3757

#a641a3 color RGB value is (166,65,163).

#a641a3 hex color red value is 166, green value is 65 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #a641a3 hue: 0.84 , saturation: 0.44 and the lightness value of a641a3 is 0.45.

The process color (four color CMYK) of #a641a3 color hex is 0.00, 0.61, 0.02, 0.35. Web safe color of #a641a3 is #993399. Color #a641a3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000001 10100011
Octal 246 101 243
Decimal 166 65 163
Hex A6 41 A3

RGB Percentages of Color #a641a3

%42.13
%16.50
%41.37

CMYK Percentages of Color #a641a3

%0
%61
%2
%35

Triadic Colors of #a641a3

#a641a3 #a3a641 #41a3a6

Analogous Colors of #a641a3

#a641a3 #a64171 #7741a6

Monochromatic Colors of #a641a3

#a641a3

Complementary Color

#a641a3 #41a644

#a641a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a641a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a641a3 Color CSS Codes

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

#a641a3 Text Font Color

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

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


#a641a3 Background Color

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

This div background color is #a641a3


#a641a3 Border Color

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

This div border color is #a641a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a641a3


Comments

No comments written yet.

Please login to write comment.