Color Hex Logo

#a954af Color Hex

#A954AF
(169,84,175)
0 Favorites   0 Comments

Color spaces of #a954af

RGB 16984175
HSL0.820.360.51
HSV296°52°69°
CMYK 0.030.520.00   0.31
XYZ27.270417.870842.5695
Yxy17.87080.31090.2037
Hunter Lab42.273941.1691-30.1129
CIE-Lab49.339048.1438-33.5899

#a954af color RGB value is (169,84,175).

#a954af hex color red value is 169, green value is 84 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a954af hue: 0.82 , saturation: 0.36 and the lightness value of a954af is 0.51.

The process color (four color CMYK) of #a954af color hex is 0.03, 0.52, 0.00, 0.31. Web safe color of #a954af is #996699. Color #a954af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010100 10101111
Octal 251 124 257
Decimal 169 84 175
Hex A9 54 AF

RGB Percentages of Color #a954af

%39.49
%19.63
%40.89

CMYK Percentages of Color #a954af

%3
%52
%0
%31

Triadic Colors of #a954af

#a954af #afa954 #54afa9

Analogous Colors of #a954af

#a954af #af5488 #7c54af

Monochromatic Colors of #a954af

#a954af

Complementary Color

#a954af #5aaf54

#a954af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a954af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a954af Color CSS Codes

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

#a954af Text Font Color

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

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


#a954af Background Color

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

This div background color is #a954af


#a954af Border Color

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

This div border color is #a954af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a954af


Comments

No comments written yet.

Please login to write comment.