Color Hex Logo

#a917ad Color Hex

#A917AD
(169,23,173)
0 Favorites   0 Comments

Color spaces of #a917ad

RGB 16923173
HSL0.830.770.38
HSV298°87°68°
CMYK 0.020.870.00   0.32
XYZ24.211412.064940.5878
Yxy12.06490.31500.1570
Hunter Lab34.734663.6362-44.9670
CIE-Lab41.319169.8897-45.1119

#a917ad color RGB value is (169,23,173).

#a917ad hex color red value is 169, green value is 23 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a917ad hue: 0.83 , saturation: 0.77 and the lightness value of a917ad is 0.38.

The process color (four color CMYK) of #a917ad color hex is 0.02, 0.87, 0.00, 0.32. Web safe color of #a917ad is #990099. Color #a917ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010111 10101101
Octal 251 27 255
Decimal 169 23 173
Hex A9 17 AD

RGB Percentages of Color #a917ad

%46.30
%6.30
%47.40

CMYK Percentages of Color #a917ad

%2
%87
%0
%32

Triadic Colors of #a917ad

#a917ad #ada917 #17ada9

Analogous Colors of #a917ad

#a917ad #ad1766 #5e17ad

Monochromatic Colors of #a917ad

#a917ad

Complementary Color

#a917ad #1bad17

#a917ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a917ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a917ad Color CSS Codes

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

#a917ad Text Font Color

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

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


#a917ad Background Color

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

This div background color is #a917ad


#a917ad Border Color

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

This div border color is #a917ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a917ad


Comments

No comments written yet.

Please login to write comment.