Color Hex Logo

#a672ac Color Hex

#A672AC
(166,114,172)
0 Favorites   0 Comments

Color spaces of #a672ac

RGB 166114172
HSL0.820.260.56
HSV294°34°67°
CMYK 0.030.340.00   0.33
XYZ29.189623.120241.9539
Yxy23.12020.30970.2453
Hunter Lab48.083524.2143-18.0734
CIE-Lab55.195930.4600-22.7834

#a672ac color RGB value is (166,114,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110010 10101100
Octal 246 162 254
Decimal 166 114 172
Hex A6 72 AC

RGB Percentages of Color #a672ac

%36.73
%25.22
%38.05

CMYK Percentages of Color #a672ac

%3
%34
%0
%33

Triadic Colors of #a672ac

#a672ac #aca672 #72aca6

Analogous Colors of #a672ac

#a672ac #ac7295 #8972ac

Monochromatic Colors of #a672ac

#a672ac

Complementary Color

#a672ac #78ac72

#a672ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a672ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a672ac Color CSS Codes

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

#a672ac Text Font Color

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

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


#a672ac Background Color

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

This div background color is #a672ac


#a672ac Border Color

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

This div border color is #a672ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a672ac


Comments

No comments written yet.

Please login to write comment.