Color Hex Logo

#a166dd Color Hex

#A166DD
(161,102,221)
0 Favorites   0 Comments

Color spaces of #a166dd

RGB 161102221
HSL0.750.640.63
HSV270°54°87°
CMYK 0.270.540.00   0.13
XYZ32.500522.300370.9980
Yxy22.30030.25840.1773
Hunter Lab47.223240.2088-56.0837
CIE-Lab54.344246.4318-52.1474

#a166dd color RGB value is (161,102,221).

#a166dd hex color red value is 161, green value is 102 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a166dd hue: 0.75 , saturation: 0.64 and the lightness value of a166dd is 0.63.

The process color (four color CMYK) of #a166dd color hex is 0.27, 0.54, 0.00, 0.13. Web safe color of #a166dd is #9966cc. Color #a166dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100110 11011101
Octal 241 146 335
Decimal 161 102 221
Hex A1 66 DD

RGB Percentages of Color #a166dd

%33.26
%21.07
%45.66

CMYK Percentages of Color #a166dd

%27
%54
%0
%13

Triadic Colors of #a166dd

#a166dd #dda166 #66dda1

Analogous Colors of #a166dd

#a166dd #dd66dd #6667dd

Monochromatic Colors of #a166dd

#a166dd

Complementary Color

#a166dd #a2dd66

#a166dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a166dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a166dd Color CSS Codes

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

#a166dd Text Font Color

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

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


#a166dd Background Color

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

This div background color is #a166dd


#a166dd Border Color

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

This div border color is #a166dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,102,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a166dd


Comments

No comments written yet.

Please login to write comment.