Color Hex Logo

#a259af Color Hex

#A259AF
(162,89,175)
0 Favorites   0 Comments

Color spaces of #a259af

RGB 16289175
HSL0.810.350.52
HSV291°49°69°
CMYK 0.070.490.00   0.31
XYZ26.210517.921342.6351
Yxy17.92130.30210.2065
Hunter Lab42.333636.4332-30.0788
CIE-Lab49.400543.5498-33.5589

#a259af color RGB value is (162,89,175).

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

The process color (four color CMYK) of #a259af color hex is 0.07, 0.49, 0.00, 0.31. Web safe color of #a259af is #996699. Color #a259af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011001 10101111
Octal 242 131 257
Decimal 162 89 175
Hex A2 59 AF

RGB Percentages of Color #a259af

%38.03
%20.89
%41.08

CMYK Percentages of Color #a259af

%7
%49
%0
%31

Triadic Colors of #a259af

#a259af #afa259 #59afa2

Analogous Colors of #a259af

#a259af #af5991 #7759af

Monochromatic Colors of #a259af

#a259af

Complementary Color

#a259af #66af59

#a259af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a259af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a259af Color CSS Codes

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

#a259af Text Font Color

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

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


#a259af Background Color

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

This div background color is #a259af


#a259af Border Color

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

This div border color is #a259af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a259af


Comments

No comments written yet.

Please login to write comment.