Color Hex Logo

#a55fa1 Color Hex

#A55FA1
(165,95,161)
0 Favorites   0 Comments

Color spaces of #a55fa1

RGB 16595161
HSL0.840.280.51
HSV303°42°65°
CMYK 0.000.420.02   0.35
XYZ26.042318.757035.9661
Yxy18.75700.32240.2322
Hunter Lab43.309431.5423-18.9206
CIE-Lab50.401738.5367-23.7673

#a55fa1 color RGB value is (165,95,161).

#a55fa1 hex color red value is 165, green value is 95 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #a55fa1 hue: 0.84 , saturation: 0.28 and the lightness value of a55fa1 is 0.51.

The process color (four color CMYK) of #a55fa1 color hex is 0.00, 0.42, 0.02, 0.35. Web safe color of #a55fa1 is #996699. Color #a55fa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011111 10100001
Octal 245 137 241
Decimal 165 95 161
Hex A5 5F A1

RGB Percentages of Color #a55fa1

%39.19
%22.57
%38.24

CMYK Percentages of Color #a55fa1

%0
%42
%2
%35

Triadic Colors of #a55fa1

#a55fa1 #a1a55f #5fa1a5

Analogous Colors of #a55fa1

#a55fa1 #a55f7e #865fa5

Monochromatic Colors of #a55fa1

#a55fa1

Complementary Color

#a55fa1 #5fa563

#a55fa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55fa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55fa1 Color CSS Codes

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

#a55fa1 Text Font Color

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

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


#a55fa1 Background Color

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

This div background color is #a55fa1


#a55fa1 Border Color

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

This div border color is #a55fa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55fa1


Comments

No comments written yet.

Please login to write comment.