Color Hex Logo

#a541ab Color Hex

#A541AB
(165,65,171)
0 Favorites   0 Comments

Color spaces of #a541ab

RGB 16565171
HSL0.820.450.46
HSV297°62°67°
CMYK 0.040.620.00   0.33
XYZ24.758014.720240.0645
Yxy14.72020.31130.1851
Hunter Lab38.366948.0432-35.0565
CIE-Lab45.248655.3197-37.7156

#a541ab color RGB value is (165,65,171).

#a541ab hex color red value is 165, green value is 65 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a541ab hue: 0.82 , saturation: 0.45 and the lightness value of a541ab is 0.46.

The process color (four color CMYK) of #a541ab color hex is 0.04, 0.62, 0.00, 0.33. Web safe color of #a541ab is #993399. Color #a541ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000001 10101011
Octal 245 101 253
Decimal 165 65 171
Hex A5 41 AB

RGB Percentages of Color #a541ab

%41.15
%16.21
%42.64

CMYK Percentages of Color #a541ab

%4
%62
%0
%33

Triadic Colors of #a541ab

#a541ab #aba541 #41aba5

Analogous Colors of #a541ab

#a541ab #ab417c #7041ab

Monochromatic Colors of #a541ab

#a541ab

Complementary Color

#a541ab #47ab41

#a541ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a541ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a541ab Color CSS Codes

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

#a541ab Text Font Color

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

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


#a541ab Background Color

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

This div background color is #a541ab


#a541ab Border Color

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

This div border color is #a541ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a541ab


Comments

No comments written yet.

Please login to write comment.