Color Hex Logo

#a554aa Color Hex

#A554AA
(165,84,170)
0 Favorites   0 Comments

Color spaces of #a554aa

RGB 16584170
HSL0.820.340.50
HSV297°51°67°
CMYK 0.030.510.00   0.33
XYZ25.943117.242339.9909
Yxy17.24230.31190.2073
Hunter Lab41.523838.8558-28.0345
CIE-Lab48.563946.0453-31.9117

#a554aa color RGB value is (165,84,170).

#a554aa hex color red value is 165, green value is 84 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a554aa hue: 0.82 , saturation: 0.34 and the lightness value of a554aa is 0.50.

The process color (four color CMYK) of #a554aa color hex is 0.03, 0.51, 0.00, 0.33. Web safe color of #a554aa is #996699. Color #a554aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010100 10101010
Octal 245 124 252
Decimal 165 84 170
Hex A5 54 AA

RGB Percentages of Color #a554aa

%39.38
%20.05
%40.57

CMYK Percentages of Color #a554aa

%3
%51
%0
%33

Triadic Colors of #a554aa

#a554aa #aaa554 #54aaa5

Analogous Colors of #a554aa

#a554aa #aa5484 #7a54aa

Monochromatic Colors of #a554aa

#a554aa

Complementary Color

#a554aa #59aa54

#a554aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a554aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a554aa Color CSS Codes

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

#a554aa Text Font Color

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

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


#a554aa Background Color

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

This div background color is #a554aa


#a554aa Border Color

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

This div border color is #a554aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a554aa


Comments

No comments written yet.

Please login to write comment.