Color Hex Logo

#a169ed Color Hex

#A169ED
(161,105,237)
0 Favorites   0 Comments

Color spaces of #a169ed

RGB 161105237
HSL0.740.790.67
HSV265°56°93°
CMYK 0.320.560.00   0.07
XYZ35.035623.794682.8670
Yxy23.79460.24730.1679
Hunter Lab48.779742.8416-66.5761
CIE-Lab55.881648.6695-58.6676

#a169ed color RGB value is (161,105,237).

#a169ed hex color red value is 161, green value is 105 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a169ed hue: 0.74 , saturation: 0.79 and the lightness value of a169ed is 0.67.

The process color (four color CMYK) of #a169ed color hex is 0.32, 0.56, 0.00, 0.07. Web safe color of #a169ed is #9966ff. Color #a169ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101001 11101101
Octal 241 151 355
Decimal 161 105 237
Hex A1 69 ED

RGB Percentages of Color #a169ed

%32.01
%20.87
%47.12

CMYK Percentages of Color #a169ed

%32
%56
%0
%7

Triadic Colors of #a169ed

#a169ed #eda169 #69eda1

Analogous Colors of #a169ed

#a169ed #e369ed #6973ed

Monochromatic Colors of #a169ed

#a169ed

Complementary Color

#a169ed #b5ed69

#a169ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a169ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a169ed Color CSS Codes

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

#a169ed Text Font Color

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

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


#a169ed Background Color

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

This div background color is #a169ed


#a169ed Border Color

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

This div border color is #a169ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a169ed


Comments

No comments written yet.

Please login to write comment.