Color Hex Logo

#a549af Color Hex

#A549AF
(165,73,175)
0 Favorites   0 Comments

Color spaces of #a549af

RGB 16573175
HSL0.820.410.49
HSV294°58°69°
CMYK 0.060.580.00   0.31
XYZ25.637515.859642.2674
Yxy15.85960.30610.1893
Hunter Lab39.824145.2204-35.0507
CIE-Lab46.789752.4140-37.6384

#a549af color RGB value is (165,73,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001001 10101111
Octal 245 111 257
Decimal 165 73 175
Hex A5 49 AF

RGB Percentages of Color #a549af

%39.95
%17.68
%42.37

CMYK Percentages of Color #a549af

%6
%58
%0
%31

Triadic Colors of #a549af

#a549af #afa549 #49afa5

Analogous Colors of #a549af

#a549af #af4986 #7249af

Monochromatic Colors of #a549af

#a549af

Complementary Color

#a549af #53af49

#a549af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a549af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a549af Color CSS Codes

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

#a549af Text Font Color

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

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


#a549af Background Color

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

This div background color is #a549af


#a549af Border Color

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

This div border color is #a549af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,73,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 #a549af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a549af


Comments

No comments written yet.

Please login to write comment.