Color Hex Logo

#a549ff Color Hex

#A549FF
(165,73,255)
0 Favorites   0 Comments

Color spaces of #a549ff

RGB 16573255
HSL0.751.000.64
HSV270°71°100°
CMYK 0.350.710.00   0.00
XYZ35.949619.984496.5704
Yxy19.98440.23570.1310
Hunter Lab44.703965.3127-96.7868
CIE-Lab51.819669.2688-75.2275

#a549ff color RGB value is (165,73,255).

#a549ff hex color red value is 165, green value is 73 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a549ff hue: 0.75 , saturation: 1.00 and the lightness value of a549ff is 0.64.

The process color (four color CMYK) of #a549ff color hex is 0.35, 0.71, 0.00, 0.00. Web safe color of #a549ff is #9933ff. Color #a549ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001001 11111111
Octal 245 111 377
Decimal 165 73 255
Hex A5 49 FF

RGB Percentages of Color #a549ff

%33.47
%14.81
%51.72

CMYK Percentages of Color #a549ff

%35
%71
%0
%0

Triadic Colors of #a549ff

#a549ff #ffa549 #49ffa5

Analogous Colors of #a549ff

#a549ff #ff49fe #4a49ff

Monochromatic Colors of #a549ff

#a549ff

Complementary Color

#a549ff #a3ff49

#a549ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a549ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a549ff Color CSS Codes

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

#a549ff Text Font Color

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

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


#a549ff Background Color

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

This div background color is #a549ff


#a549ff Border Color

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

This div border color is #a549ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a549ff

Related Colors


Comments

No comments written yet.

Please login to write comment.