Color Hex Logo

#a965ac Color Hex

#A965AC
(169,101,172)
0 Favorites   0 Comments

Color spaces of #a965ac

RGB 169101172
HSL0.830.300.54
HSV297°41°67°
CMYK 0.020.410.00   0.33
XYZ28.462320.720941.5291
Yxy20.72090.31380.2284
Hunter Lab45.520231.9498-22.2274
CIE-Lab52.642738.6401-26.6927

#a965ac color RGB value is (169,101,172).

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

The process color (four color CMYK) of #a965ac color hex is 0.02, 0.41, 0.00, 0.33. Web safe color of #a965ac is #996699. Color #a965ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100101 10101100
Octal 251 145 254
Decimal 169 101 172
Hex A9 65 AC

RGB Percentages of Color #a965ac

%38.24
%22.85
%38.91

CMYK Percentages of Color #a965ac

%2
%41
%0
%33

Triadic Colors of #a965ac

#a965ac #aca965 #65aca9

Analogous Colors of #a965ac

#a965ac #ac658c #8665ac

Monochromatic Colors of #a965ac

#a965ac

Complementary Color

#a965ac #68ac65

#a965ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a965ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a965ac Color CSS Codes

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

#a965ac Text Font Color

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

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


#a965ac Background Color

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

This div background color is #a965ac


#a965ac Border Color

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

This div border color is #a965ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a965ac


Comments

No comments written yet.

Please login to write comment.