Color Hex Logo

#a538af Color Hex

#A538AF
(165,56,175)
0 Favorites   0 Comments

Color spaces of #a538af

RGB 16556175
HSL0.820.520.45
HSV295°68°69°
CMYK 0.060.680.00   0.31
XYZ24.669113.922841.9446
Yxy13.92280.30630.1729
Hunter Lab37.313352.7143-40.5298
CIE-Lab44.122059.7929-41.8656

#a538af color RGB value is (165,56,175).

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

The process color (four color CMYK) of #a538af color hex is 0.06, 0.68, 0.00, 0.31. Web safe color of #a538af is #993399. Color #a538af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111000 10101111
Octal 245 70 257
Decimal 165 56 175
Hex A5 38 AF

RGB Percentages of Color #a538af

%41.67
%14.14
%44.19

CMYK Percentages of Color #a538af

%6
%68
%0
%31

Triadic Colors of #a538af

#a538af #afa538 #38afa5

Analogous Colors of #a538af

#a538af #af387e #6a38af

Monochromatic Colors of #a538af

#a538af

Complementary Color

#a538af #42af38

#a538af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a538af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a538af Color CSS Codes

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

#a538af Text Font Color

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

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


#a538af Background Color

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

This div background color is #a538af


#a538af Border Color

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

This div border color is #a538af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a538af


Comments

No comments written yet.

Please login to write comment.