Color Hex Logo

#a675ac Color Hex

#A675AC
(166,117,172)
0 Favorites   0 Comments

Color spaces of #a675ac

RGB 166117172
HSL0.820.250.57
HSV293°32°67°
CMYK 0.030.320.00   0.33
XYZ29.533623.808142.0686
Yxy23.80810.30950.2495
Hunter Lab48.793522.6532-16.9629
CIE-Lab55.895128.7662-21.7103

#a675ac color RGB value is (166,117,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110101 10101100
Octal 246 165 254
Decimal 166 117 172
Hex A6 75 AC

RGB Percentages of Color #a675ac

%36.48
%25.71
%37.80

CMYK Percentages of Color #a675ac

%3
%32
%0
%33

Triadic Colors of #a675ac

#a675ac #aca675 #75aca6

Analogous Colors of #a675ac

#a675ac #ac7597 #8b75ac

Monochromatic Colors of #a675ac

#a675ac

Complementary Color

#a675ac #7bac75

#a675ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a675ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a675ac Color CSS Codes

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

#a675ac Text Font Color

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

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


#a675ac Background Color

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

This div background color is #a675ac


#a675ac Border Color

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

This div border color is #a675ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a675ac


Comments

No comments written yet.

Please login to write comment.