Color Hex Logo

#a259ac Color Hex

#A259AC
(162,89,172)
0 Favorites   0 Comments

Color spaces of #a259ac

RGB 16289172
HSL0.810.330.51
HSV293°48°67°
CMYK 0.060.480.00   0.33
XYZ25.919117.804741.1003
Yxy17.80470.30560.2099
Hunter Lab42.195635.8032-28.2140
CIE-Lab49.258442.9519-32.0268

#a259ac color RGB value is (162,89,172).

#a259ac hex color red value is 162, green value is 89 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a259ac hue: 0.81 , saturation: 0.33 and the lightness value of a259ac is 0.51.

The process color (four color CMYK) of #a259ac color hex is 0.06, 0.48, 0.00, 0.33. Web safe color of #a259ac is #996699. Color #a259ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011001 10101100
Octal 242 131 254
Decimal 162 89 172
Hex A2 59 AC

RGB Percentages of Color #a259ac

%38.30
%21.04
%40.66

CMYK Percentages of Color #a259ac

%6
%48
%0
%33

Triadic Colors of #a259ac

#a259ac #aca259 #59aca2

Analogous Colors of #a259ac

#a259ac #ac598d #7959ac

Monochromatic Colors of #a259ac

#a259ac

Complementary Color

#a259ac #63ac59

#a259ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a259ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a259ac Color CSS Codes

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

#a259ac Text Font Color

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

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


#a259ac Background Color

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

This div background color is #a259ac


#a259ac Border Color

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

This div border color is #a259ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a259ac


Comments

No comments written yet.

Please login to write comment.