Color Hex Logo

#a109ad Color Hex

#A109AD
(161,9,173)
0 Favorites   0 Comments

Color spaces of #a109ad

RGB 1619173
HSL0.820.900.36
HSV296°95°68°
CMYK 0.070.950.00   0.32
XYZ22.338510.789640.4404
Yxy10.78960.30360.1467
Hunter Lab32.847563.9087-50.0019
CIE-Lab39.223870.5279-48.5500

#a109ad color RGB value is (161,9,173).

#a109ad hex color red value is 161, green value is 9 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a109ad hue: 0.82 , saturation: 0.90 and the lightness value of a109ad is 0.36.

The process color (four color CMYK) of #a109ad color hex is 0.07, 0.95, 0.00, 0.32. Web safe color of #a109ad is #990099. Color #a109ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001001 10101101
Octal 241 11 255
Decimal 161 9 173
Hex A1 9 AD

RGB Percentages of Color #a109ad

%46.94
%2.62
%50.44

CMYK Percentages of Color #a109ad

%7
%95
%0
%32

Triadic Colors of #a109ad

#a109ad #ada109 #09ada1

Analogous Colors of #a109ad

#a109ad #ad0967 #4f09ad

Monochromatic Colors of #a109ad

#a109ad

Complementary Color

#a109ad #15ad09

#a109ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a109ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a109ad Color CSS Codes

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

#a109ad Text Font Color

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

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


#a109ad Background Color

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

This div background color is #a109ad


#a109ad Border Color

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

This div border color is #a109ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a109ad


Comments

No comments written yet.

Please login to write comment.