Color Hex Logo

#a55ab1 Color Hex

#A55AB1
(165,90,177)
0 Favorites   0 Comments

Color spaces of #a55ab1

RGB 16590177
HSL0.810.360.52
HSV292°49°69°
CMYK 0.070.490.00   0.31
XYZ27.109018.486043.7343
Yxy18.48600.30350.2069
Hunter Lab42.995337.3042-30.2123
CIE-Lab50.080344.2966-33.6336

#a55ab1 color RGB value is (165,90,177).

#a55ab1 hex color red value is 165, green value is 90 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #a55ab1 hue: 0.81 , saturation: 0.36 and the lightness value of a55ab1 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011010 10110001
Octal 245 132 261
Decimal 165 90 177
Hex A5 5A B1

RGB Percentages of Color #a55ab1

%38.19
%20.83
%40.97

CMYK Percentages of Color #a55ab1

%7
%49
%0
%31

Triadic Colors of #a55ab1

#a55ab1 #b1a55a #5ab1a5

Analogous Colors of #a55ab1

#a55ab1 #b15a92 #7a5ab1

Monochromatic Colors of #a55ab1

#a55ab1

Complementary Color

#a55ab1 #66b15a

#a55ab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55ab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55ab1 Color CSS Codes

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

#a55ab1 Text Font Color

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

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


#a55ab1 Background Color

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

This div background color is #a55ab1


#a55ab1 Border Color

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

This div border color is #a55ab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55ab1


Comments

No comments written yet.

Please login to write comment.