Color Hex Logo

#ac6aaf Color Hex

#AC6AAF
(172,106,175)
0 Favorites   0 Comments

Color spaces of #ac6aaf

RGB 172106175
HSL0.830.300.55
HSV297°39°69°
CMYK 0.020.390.00   0.31
XYZ29.905222.173943.2613
Yxy22.17390.31370.2326
Hunter Lab47.089230.9550-21.5079
CIE-Lab54.211037.4397-25.9778

#ac6aaf color RGB value is (172,106,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101010 10101111
Octal 254 152 257
Decimal 172 106 175
Hex AC 6A AF

RGB Percentages of Color #ac6aaf

%37.97
%23.40
%38.63

CMYK Percentages of Color #ac6aaf

%2
%39
%0
%31

Triadic Colors of #ac6aaf

#ac6aaf #afac6a #6aafac

Analogous Colors of #ac6aaf

#ac6aaf #af6a90 #8a6aaf

Monochromatic Colors of #ac6aaf

#ac6aaf

Complementary Color

#ac6aaf #6daf6a

#ac6aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac6aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac6aaf Color CSS Codes

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

#ac6aaf Text Font Color

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

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


#ac6aaf Background Color

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

This div background color is #ac6aaf


#ac6aaf Border Color

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

This div border color is #ac6aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac6aaf


Comments

No comments written yet.

Please login to write comment.