Color Hex Logo

#a97add Color Hex

#A97ADD
(169,122,221)
0 Favorites   0 Comments

Color spaces of #a97add

RGB 169122221
HSL0.750.590.67
HSV268°45°87°
CMYK 0.240.450.00   0.13
XYZ36.372927.574571.8120
Yxy27.57450.26790.2031
Hunter Lab52.511431.7460-44.3240
CIE-Lab59.502437.5670-43.9142

#a97add color RGB value is (169,122,221).

#a97add hex color red value is 169, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a97add hue: 0.75 , saturation: 0.59 and the lightness value of a97add is 0.67.

The process color (four color CMYK) of #a97add color hex is 0.24, 0.45, 0.00, 0.13. Web safe color of #a97add is #9966cc. Color #a97add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111010 11011101
Octal 251 172 335
Decimal 169 122 221
Hex A9 7A DD

RGB Percentages of Color #a97add

%33.01
%23.83
%43.16

CMYK Percentages of Color #a97add

%24
%45
%0
%13

Triadic Colors of #a97add

#a97add #dda97a #7adda9

Analogous Colors of #a97add

#a97add #db7add #7a7ddd

Monochromatic Colors of #a97add

#a97add

Complementary Color

#a97add #aedd7a

#a97add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97add Color CSS Codes

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

#a97add Text Font Color

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

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


#a97add Background Color

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

This div background color is #a97add


#a97add Border Color

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

This div border color is #a97add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97add


Comments

No comments written yet.

Please login to write comment.