Color Hex Logo

#ac679a Color Hex

#AC679A
(172,103,154)
0 Favorites   0 Comments

Color spaces of #ac679a

RGB 172103154
HSL0.880.290.54
HSV316°40°67°
CMYK 0.000.400.10   0.33
XYZ27.696220.804233.1277
Yxy20.80420.33930.2549
Hunter Lab45.611628.5681-11.1342
CIE-Lab52.734535.2155-16.0081

#ac679a color RGB value is (172,103,154).

#ac679a hex color red value is 172, green value is 103 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ac679a hue: 0.88 , saturation: 0.29 and the lightness value of ac679a is 0.54.

The process color (four color CMYK) of #ac679a color hex is 0.00, 0.40, 0.10, 0.33. Web safe color of #ac679a is #996699. Color #ac679a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100111 10011010
Octal 254 147 232
Decimal 172 103 154
Hex AC 67 9A

RGB Percentages of Color #ac679a

%40.09
%24.01
%35.90

CMYK Percentages of Color #ac679a

%0
%40
%10
%33

Triadic Colors of #ac679a

#ac679a #9aac67 #679aac

Analogous Colors of #ac679a

#ac679a #ac6778 #9c67ac

Monochromatic Colors of #ac679a

#ac679a

Complementary Color

#ac679a #67ac79

#ac679a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac679a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac679a Color CSS Codes

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

#ac679a Text Font Color

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

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


#ac679a Background Color

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

This div background color is #ac679a


#ac679a Border Color

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

This div border color is #ac679a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac679a

#ac679a Color Palettes


Comments

No comments written yet.

Please login to write comment.