Color Hex Logo

#a5499e Color Hex

#A5499E
(165,73,158)
0 Favorites   0 Comments

Color spaces of #a5499e

RGB 16573158
HSL0.850.390.47
HSV305°56°65°
CMYK 0.000.560.04   0.35
XYZ24.071115.233034.0193
Yxy15.23300.32830.2078
Hunter Lab39.029541.7868-24.3584
CIE-Lab45.951749.3081-28.8988

#a5499e color RGB value is (165,73,158).

#a5499e hex color red value is 165, green value is 73 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a5499e hue: 0.85 , saturation: 0.39 and the lightness value of a5499e is 0.47.

The process color (four color CMYK) of #a5499e color hex is 0.00, 0.56, 0.04, 0.35. Web safe color of #a5499e is #993399. Color #a5499e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001001 10011110
Octal 245 111 236
Decimal 165 73 158
Hex A5 49 9E

RGB Percentages of Color #a5499e

%41.67
%18.43
%39.90

CMYK Percentages of Color #a5499e

%0
%56
%4
%35

Triadic Colors of #a5499e

#a5499e #9ea549 #499ea5

Analogous Colors of #a5499e

#a5499e #a54970 #7e49a5

Monochromatic Colors of #a5499e

#a5499e

Complementary Color

#a5499e #49a550

#a5499e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5499e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5499e Color CSS Codes

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

#a5499e Text Font Color

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

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


#a5499e Background Color

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

This div background color is #a5499e


#a5499e Border Color

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

This div border color is #a5499e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,73,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5499e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5499e;
  -webkit-box-shadow: 1px 1px 3px 2px #a5499e;
  box-shadow:         1px 1px 3px 2px #a5499e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,73,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5499e


Comments

No comments written yet.

Please login to write comment.