Color Hex Logo

#a169cd Color Hex

#A169CD
(161,105,205)
0 Favorites   0 Comments

Color spaces of #a169cd

RGB 161105205
HSL0.760.500.61
HSV274°49°80°
CMYK 0.210.490.00   0.20
XYZ30.769022.088060.3993
Yxy22.08800.27170.1950
Hunter Lab46.997934.6157-43.2980
CIE-Lab54.120241.0743-43.4344

#a169cd color RGB value is (161,105,205).

#a169cd hex color red value is 161, green value is 105 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a169cd hue: 0.76 , saturation: 0.50 and the lightness value of a169cd is 0.61.

The process color (four color CMYK) of #a169cd color hex is 0.21, 0.49, 0.00, 0.20. Web safe color of #a169cd is #9966cc. Color #a169cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101001 11001101
Octal 241 151 315
Decimal 161 105 205
Hex A1 69 CD

RGB Percentages of Color #a169cd

%34.18
%22.29
%43.52

CMYK Percentages of Color #a169cd

%21
%49
%0
%20

Triadic Colors of #a169cd

#a169cd #cda169 #69cda1

Analogous Colors of #a169cd

#a169cd #cd69c7 #6f69cd

Monochromatic Colors of #a169cd

#a169cd

Complementary Color

#a169cd #95cd69

#a169cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a169cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a169cd Color CSS Codes

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

#a169cd Text Font Color

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

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


#a169cd Background Color

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

This div background color is #a169cd


#a169cd Border Color

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

This div border color is #a169cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a169cd


Comments

No comments written yet.

Please login to write comment.