Color Hex Logo

#a961ad Color Hex

#A961AD
(169,97,173)
0 Favorites   0 Comments

Color spaces of #a961ad

RGB 16997173
HSL0.820.320.53
HSV297°44°68°
CMYK 0.020.440.00   0.32
XYZ28.179720.001541.9106
Yxy20.00150.31280.2220
Hunter Lab44.723034.2064-24.2554
CIE-Lab51.838940.9938-28.5213

#a961ad color RGB value is (169,97,173).

#a961ad hex color red value is 169, green value is 97 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a961ad hue: 0.82 , saturation: 0.32 and the lightness value of a961ad is 0.53.

The process color (four color CMYK) of #a961ad color hex is 0.02, 0.44, 0.00, 0.32. Web safe color of #a961ad is #996699. Color #a961ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100001 10101101
Octal 251 141 255
Decimal 169 97 173
Hex A9 61 AD

RGB Percentages of Color #a961ad

%38.50
%22.10
%39.41

CMYK Percentages of Color #a961ad

%2
%44
%0
%32

Triadic Colors of #a961ad

#a961ad #ada961 #61ada9

Analogous Colors of #a961ad

#a961ad #ad618b #8361ad

Monochromatic Colors of #a961ad

#a961ad

Complementary Color

#a961ad #65ad61

#a961ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a961ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a961ad Color CSS Codes

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

#a961ad Text Font Color

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

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


#a961ad Background Color

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

This div background color is #a961ad


#a961ad Border Color

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

This div border color is #a961ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a961ad


Comments

No comments written yet.

Please login to write comment.