Color Hex Logo

#a97afa Color Hex

#A97AFA
(169,122,250)
0 Favorites   0 Comments

Color spaces of #a97afa

RGB 169122250
HSL0.730.930.73
HSV262°51°98°
CMYK 0.320.510.00   0.02
XYZ40.577029.256293.9508
Yxy29.25620.24770.1786
Hunter Lab54.089039.2531-65.1225
CIE-Lab61.007144.5604-57.6335

#a97afa color RGB value is (169,122,250).

#a97afa hex color red value is 169, green value is 122 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a97afa hue: 0.73 , saturation: 0.93 and the lightness value of a97afa is 0.73.

The process color (four color CMYK) of #a97afa color hex is 0.32, 0.51, 0.00, 0.02. Web safe color of #a97afa is #9966ff. Color #a97afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111010 11111010
Octal 251 172 372
Decimal 169 122 250
Hex A9 7A FA

RGB Percentages of Color #a97afa

%31.24
%22.55
%46.21

CMYK Percentages of Color #a97afa

%32
%51
%0
%2

Triadic Colors of #a97afa

#a97afa #faa97a #7afaa9

Analogous Colors of #a97afa

#a97afa #e97afa #7a8bfa

Monochromatic Colors of #a97afa

#a97afa

Complementary Color

#a97afa #cbfa7a

#a97afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97afa Color CSS Codes

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

#a97afa Text Font Color

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

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


#a97afa Background Color

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

This div background color is #a97afa


#a97afa Border Color

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

This div border color is #a97afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97afa


Comments

No comments written yet.

Please login to write comment.