Color Hex Logo

#a638ac Color Hex

#A638AC
(166,56,172)
0 Favorites   0 Comments

Color spaces of #a638ac

RGB 16656172
HSL0.820.510.45
HSV297°67°67°
CMYK 0.030.670.00   0.33
XYZ24.586513.913940.4195
Yxy13.91390.31150.1763
Hunter Lab37.301352.3777-38.1353
CIE-Lab44.109259.4917-40.1021

#a638ac color RGB value is (166,56,172).

#a638ac hex color red value is 166, green value is 56 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a638ac hue: 0.82 , saturation: 0.51 and the lightness value of a638ac is 0.45.

The process color (four color CMYK) of #a638ac color hex is 0.03, 0.67, 0.00, 0.33. Web safe color of #a638ac is #993399. Color #a638ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111000 10101100
Octal 246 70 254
Decimal 166 56 172
Hex A6 38 AC

RGB Percentages of Color #a638ac

%42.13
%14.21
%43.65

CMYK Percentages of Color #a638ac

%3
%67
%0
%33

Triadic Colors of #a638ac

#a638ac #aca638 #38aca6

Analogous Colors of #a638ac

#a638ac #ac3878 #6c38ac

Monochromatic Colors of #a638ac

#a638ac

Complementary Color

#a638ac #3eac38

#a638ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a638ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a638ac Color CSS Codes

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

#a638ac Text Font Color

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

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


#a638ac Background Color

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

This div background color is #a638ac


#a638ac Border Color

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

This div border color is #a638ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a638ac


Comments

No comments written yet.

Please login to write comment.