Color Hex Logo

#a965aa Color Hex

#A965AA
(169,101,170)
0 Favorites   0 Comments

Color spaces of #a965aa

RGB 169101170
HSL0.830.290.53
HSV299°41°67°
CMYK 0.010.410.00   0.33
XYZ28.271620.644740.5250
Yxy20.64470.31610.2308
Hunter Lab45.436431.5530-21.0756
CIE-Lab52.558438.2544-25.6594

#a965aa color RGB value is (169,101,170).

#a965aa hex color red value is 169, green value is 101 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a965aa hue: 0.83 , saturation: 0.29 and the lightness value of a965aa is 0.53.

The process color (four color CMYK) of #a965aa color hex is 0.01, 0.41, 0.00, 0.33. Web safe color of #a965aa is #996699. Color #a965aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100101 10101010
Octal 251 145 252
Decimal 169 101 170
Hex A9 65 AA

RGB Percentages of Color #a965aa

%38.41
%22.95
%38.64

CMYK Percentages of Color #a965aa

%1
%41
%0
%33

Triadic Colors of #a965aa

#a965aa #aaa965 #65aaa9

Analogous Colors of #a965aa

#a965aa #aa6589 #8765aa

Monochromatic Colors of #a965aa

#a965aa

Complementary Color

#a965aa #66aa65

#a965aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a965aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a965aa Color CSS Codes

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

#a965aa Text Font Color

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

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


#a965aa Background Color

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

This div background color is #a965aa


#a965aa Border Color

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

This div border color is #a965aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,101,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a965aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a965aa


Comments

No comments written yet.

Please login to write comment.