Color Hex Logo

#a972ac Color Hex

#A972AC
(169,114,172)
0 Favorites   0 Comments

Color spaces of #a972ac

RGB 169114172
HSL0.820.260.56
HSV297°34°67°
CMYK 0.020.340.00   0.33
XYZ29.825923.448241.9837
Yxy23.44820.31310.2462
Hunter Lab48.423325.2045-17.5089
CIE-Lab55.531031.4492-22.2401

#a972ac color RGB value is (169,114,172).

#a972ac hex color red value is 169, green value is 114 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a972ac hue: 0.82 , saturation: 0.26 and the lightness value of a972ac is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110010 10101100
Octal 251 162 254
Decimal 169 114 172
Hex A9 72 AC

RGB Percentages of Color #a972ac

%37.14
%25.05
%37.80

CMYK Percentages of Color #a972ac

%2
%34
%0
%33

Triadic Colors of #a972ac

#a972ac #aca972 #72aca9

Analogous Colors of #a972ac

#a972ac #ac7292 #8c72ac

Monochromatic Colors of #a972ac

#a972ac

Complementary Color

#a972ac #75ac72

#a972ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a972ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a972ac Color CSS Codes

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

#a972ac Text Font Color

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

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


#a972ac Background Color

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

This div background color is #a972ac


#a972ac Border Color

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

This div border color is #a972ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,114,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 #a972ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a972ac


Comments

No comments written yet.

Please login to write comment.