Color Hex Logo

#a642ad Color Hex

#A642AD
(166,66,173)
0 Favorites   0 Comments

Color spaces of #a642ad

RGB 16666173
HSL0.820.450.47
HSV296°62°68°
CMYK 0.040.620.00   0.32
XYZ25.216915.020641.1053
Yxy15.02060.31000.1847
Hunter Lab38.756448.3175-35.7539
CIE-Lab45.662455.4968-38.2326

#a642ad color RGB value is (166,66,173).

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

The process color (four color CMYK) of #a642ad color hex is 0.04, 0.62, 0.00, 0.32. Web safe color of #a642ad is #993399. Color #a642ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000010 10101101
Octal 246 102 255
Decimal 166 66 173
Hex A6 42 AD

RGB Percentages of Color #a642ad

%40.99
%16.30
%42.72

CMYK Percentages of Color #a642ad

%4
%62
%0
%32

Triadic Colors of #a642ad

#a642ad #ada642 #42ada6

Analogous Colors of #a642ad

#a642ad #ad427f #7142ad

Monochromatic Colors of #a642ad

#a642ad

Complementary Color

#a642ad #49ad42

#a642ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a642ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a642ad Color CSS Codes

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

#a642ad Text Font Color

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

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


#a642ad Background Color

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

This div background color is #a642ad


#a642ad Border Color

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

This div border color is #a642ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a642ad


Comments

No comments written yet.

Please login to write comment.