Color Hex Logo

#a961cd Color Hex

#A961CD
(169,97,205)
0 Favorites   0 Comments

Color spaces of #a961cd

RGB 16997205
HSL0.780.520.59
HSV280°53°80°
CMYK 0.180.530.00   0.20
XYZ31.656321.392260.2182
Yxy21.39220.27950.1889
Hunter Lab46.251741.2312-44.8174
CIE-Lab53.376147.5508-44.5531

#a961cd color RGB value is (169,97,205).

#a961cd hex color red value is 169, green value is 97 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a961cd hue: 0.78 , saturation: 0.52 and the lightness value of a961cd is 0.59.

The process color (four color CMYK) of #a961cd color hex is 0.18, 0.53, 0.00, 0.20. Web safe color of #a961cd is #9966cc. Color #a961cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100001 11001101
Octal 251 141 315
Decimal 169 97 205
Hex A9 61 CD

RGB Percentages of Color #a961cd

%35.88
%20.59
%43.52

CMYK Percentages of Color #a961cd

%18
%53
%0
%20

Triadic Colors of #a961cd

#a961cd #cda961 #61cda9

Analogous Colors of #a961cd

#a961cd #cd61bb #7361cd

Monochromatic Colors of #a961cd

#a961cd

Complementary Color

#a961cd #85cd61

#a961cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a961cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a961cd Color CSS Codes

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

#a961cd Text Font Color

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

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


#a961cd Background Color

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

This div background color is #a961cd


#a961cd Border Color

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

This div border color is #a961cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a961cd


Comments

No comments written yet.

Please login to write comment.