Color Hex Logo

#a63daa Color Hex

#A63DAA
(166,61,170)
0 Favorites   0 Comments

Color spaces of #a63daa

RGB 16661170
HSL0.830.470.45
HSV298°64°67°
CMYK 0.020.640.00   0.33
XYZ24.650314.346839.5002
Yxy14.34680.31400.1828
Hunter Lab37.877249.8820-35.3165
CIE-Lab44.726257.1075-37.9402

#a63daa color RGB value is (166,61,170).

#a63daa hex color red value is 166, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a63daa hue: 0.83 , saturation: 0.47 and the lightness value of a63daa is 0.45.

The process color (four color CMYK) of #a63daa color hex is 0.02, 0.64, 0.00, 0.33. Web safe color of #a63daa is #993399. Color #a63daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111101 10101010
Octal 246 75 252
Decimal 166 61 170
Hex A6 3D AA

RGB Percentages of Color #a63daa

%41.81
%15.37
%42.82

CMYK Percentages of Color #a63daa

%2
%64
%0
%33

Triadic Colors of #a63daa

#a63daa #aaa63d #3daaa6

Analogous Colors of #a63daa

#a63daa #aa3d78 #703daa

Monochromatic Colors of #a63daa

#a63daa

Complementary Color

#a63daa #41aa3d

#a63daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63daa Color CSS Codes

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

#a63daa Text Font Color

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

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


#a63daa Background Color

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

This div background color is #a63daa


#a63daa Border Color

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

This div border color is #a63daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63daa


Comments

No comments written yet.

Please login to write comment.