Color Hex Logo

#a666ad Color Hex

#A666AD
(166,102,173)
0 Favorites   0 Comments

Color spaces of #a666ad

RGB 166102173
HSL0.820.300.54
HSV294°41°68°
CMYK 0.040.410.00   0.32
XYZ28.020120.626942.0397
Yxy20.62690.30900.2275
Hunter Lab45.416830.6468-23.0895
CIE-Lab52.538737.3467-27.4639

#a666ad color RGB value is (166,102,173).

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

The process color (four color CMYK) of #a666ad color hex is 0.04, 0.41, 0.00, 0.32. Web safe color of #a666ad is #996699. Color #a666ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100110 10101101
Octal 246 146 255
Decimal 166 102 173
Hex A6 66 AD

RGB Percentages of Color #a666ad

%37.64
%23.13
%39.23

CMYK Percentages of Color #a666ad

%4
%41
%0
%32

Triadic Colors of #a666ad

#a666ad #ada666 #66ada6

Analogous Colors of #a666ad

#a666ad #ad6691 #8366ad

Monochromatic Colors of #a666ad

#a666ad

Complementary Color

#a666ad #6dad66

#a666ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a666ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a666ad Color CSS Codes

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

#a666ad Text Font Color

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

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


#a666ad Background Color

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

This div background color is #a666ad


#a666ad Border Color

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

This div border color is #a666ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,102,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 #a666ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a666ad


Comments

No comments written yet.

Please login to write comment.