Color Hex Logo

#a963ad Color Hex

#A963AD
(169,99,173)
0 Favorites   0 Comments

Color spaces of #a963ad

RGB 16999173
HSL0.820.310.53
HSV297°43°68°
CMYK 0.020.430.00   0.32
XYZ28.366920.375841.9730
Yxy20.37580.31270.2246
Hunter Lab45.139633.1799-23.5331
CIE-Lab52.259539.9177-27.8683

#a963ad color RGB value is (169,99,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 10101101
Octal 251 143 255
Decimal 169 99 173
Hex A9 63 AD

RGB Percentages of Color #a963ad

%38.32
%22.45
%39.23

CMYK Percentages of Color #a963ad

%2
%43
%0
%32

Triadic Colors of #a963ad

#a963ad #ada963 #63ada9

Analogous Colors of #a963ad

#a963ad #ad638c #8463ad

Monochromatic Colors of #a963ad

#a963ad

Complementary Color

#a963ad #67ad63

#a963ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a963ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a963ad Color CSS Codes

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

#a963ad Text Font Color

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

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


#a963ad Background Color

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

This div background color is #a963ad


#a963ad Border Color

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

This div border color is #a963ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a963ad


Comments

No comments written yet.

Please login to write comment.