Color Hex Logo

#a951ac Color Hex

#A951AC
(169,81,172)
0 Favorites   0 Comments

Color spaces of #a951ac

RGB 16981172
HSL0.830.360.50
HSV298°53°67°
CMYK 0.020.530.00   0.33
XYZ26.751017.298440.9587
Yxy17.29840.31470.2035
Hunter Lab41.591342.0240-29.2742
CIE-Lab48.633849.0763-32.9374

#a951ac color RGB value is (169,81,172).

#a951ac hex color red value is 169, green value is 81 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a951ac hue: 0.83 , saturation: 0.36 and the lightness value of a951ac is 0.50.

The process color (four color CMYK) of #a951ac color hex is 0.02, 0.53, 0.00, 0.33. Web safe color of #a951ac is #996699. Color #a951ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010001 10101100
Octal 251 121 254
Decimal 169 81 172
Hex A9 51 AC

RGB Percentages of Color #a951ac

%40.05
%19.19
%40.76

CMYK Percentages of Color #a951ac

%2
%53
%0
%33

Triadic Colors of #a951ac

#a951ac #aca951 #51aca9

Analogous Colors of #a951ac

#a951ac #ac5182 #7c51ac

Monochromatic Colors of #a951ac

#a951ac

Complementary Color

#a951ac #54ac51

#a951ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a951ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a951ac Color CSS Codes

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

#a951ac Text Font Color

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

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


#a951ac Background Color

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

This div background color is #a951ac


#a951ac Border Color

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

This div border color is #a951ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a951ac


Comments

No comments written yet.

Please login to write comment.