Color Hex Logo

#ac55af Color Hex

#AC55AF
(172,85,175)
0 Favorites   0 Comments

Color spaces of #ac55af

RGB 17285175
HSL0.830.360.51
HSV298°51°69°
CMYK 0.020.510.00   0.31
XYZ27.999618.362842.6261
Yxy18.36280.31460.2064
Hunter Lab42.851841.6421-28.9814
CIE-Lab49.933248.4962-32.6302

#ac55af color RGB value is (172,85,175).

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

The process color (four color CMYK) of #ac55af color hex is 0.02, 0.51, 0.00, 0.31. Web safe color of #ac55af is #996699. Color #ac55af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010101 10101111
Octal 254 125 257
Decimal 172 85 175
Hex AC 55 AF

RGB Percentages of Color #ac55af

%39.81
%19.68
%40.51

CMYK Percentages of Color #ac55af

%2
%51
%0
%31

Triadic Colors of #ac55af

#ac55af #afac55 #55afac

Analogous Colors of #ac55af

#ac55af #af5585 #7f55af

Monochromatic Colors of #ac55af

#ac55af

Complementary Color

#ac55af #58af55

#ac55af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac55af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac55af Color CSS Codes

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

#ac55af Text Font Color

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

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


#ac55af Background Color

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

This div background color is #ac55af


#ac55af Border Color

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

This div border color is #ac55af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac55af


Comments

No comments written yet.

Please login to write comment.