Color Hex Logo

#a2559a Color Hex

#A2559A
(162,85,154)
0 Favorites   0 Comments

Color spaces of #a2559a

RGB 16285154
HSL0.850.310.48
HSV306°48°64°
CMYK 0.000.480.05   0.36
XYZ23.981516.511532.4949
Yxy16.51150.32860.2262
Hunter Lab40.634334.2367-18.9696
CIE-Lab47.638541.6442-23.9323

#a2559a color RGB value is (162,85,154).

#a2559a hex color red value is 162, green value is 85 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a2559a hue: 0.85 , saturation: 0.31 and the lightness value of a2559a is 0.48.

The process color (four color CMYK) of #a2559a color hex is 0.00, 0.48, 0.05, 0.36. Web safe color of #a2559a is #996699. Color #a2559a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010101 10011010
Octal 242 125 232
Decimal 162 85 154
Hex A2 55 9A

RGB Percentages of Color #a2559a

%40.40
%21.20
%38.40

CMYK Percentages of Color #a2559a

%0
%48
%5
%36

Triadic Colors of #a2559a

#a2559a #9aa255 #559aa2

Analogous Colors of #a2559a

#a2559a #a25574 #8455a2

Monochromatic Colors of #a2559a

#a2559a

Complementary Color

#a2559a #55a25d

#a2559a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2559a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2559a Color CSS Codes

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

#a2559a Text Font Color

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

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


#a2559a Background Color

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

This div background color is #a2559a


#a2559a Border Color

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

This div border color is #a2559a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2559a


Comments

No comments written yet.

Please login to write comment.