Color Hex Logo

#a555aa Color Hex

#A555AA
(165,85,170)
1 Favorites   0 Comments

Color spaces of #a555aa

RGB 16585170
HSL0.820.330.50
HSV296°50°67°
CMYK 0.030.500.00   0.33
XYZ26.021217.398640.0170
Yxy17.39860.31190.2085
Hunter Lab41.711638.3593-27.6831
CIE-Lab48.758445.5321-31.6075

#a555aa color RGB value is (165,85,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010101 10101010
Octal 245 125 252
Decimal 165 85 170
Hex A5 55 AA

RGB Percentages of Color #a555aa

%39.29
%20.24
%40.48

CMYK Percentages of Color #a555aa

%3
%50
%0
%33

Triadic Colors of #a555aa

#a555aa #aaa555 #55aaa5

Analogous Colors of #a555aa

#a555aa #aa5585 #7b55aa

Monochromatic Colors of #a555aa

#a555aa

Complementary Color

#a555aa #5aaa55

#a555aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a555aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a555aa Color CSS Codes

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

#a555aa Text Font Color

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

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


#a555aa Background Color

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

This div background color is #a555aa


#a555aa Border Color

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

This div border color is #a555aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a555aa


Comments

No comments written yet.

Please login to write comment.