Color Hex Logo

#a550aa Color Hex

#A550AA
(165,80,170)
0 Favorites   0 Comments

Color spaces of #a550aa

RGB 16580170
HSL0.820.360.49
HSV297°53°67°
CMYK 0.030.530.00   0.33
XYZ25.641416.638939.8904
Yxy16.63890.31210.2025
Hunter Lab40.790840.8225-29.4277
CIE-Lab47.801848.0681-33.1056

#a550aa color RGB value is (165,80,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010000 10101010
Octal 245 120 252
Decimal 165 80 170
Hex A5 50 AA

RGB Percentages of Color #a550aa

%39.76
%19.28
%40.96

CMYK Percentages of Color #a550aa

%3
%53
%0
%33

Triadic Colors of #a550aa

#a550aa #aaa550 #50aaa5

Analogous Colors of #a550aa

#a550aa #aa5082 #7850aa

Monochromatic Colors of #a550aa

#a550aa

Complementary Color

#a550aa #55aa50

#a550aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a550aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a550aa Color CSS Codes

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

#a550aa Text Font Color

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

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


#a550aa Background Color

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

This div background color is #a550aa


#a550aa Border Color

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

This div border color is #a550aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a550aa


Comments

No comments written yet.

Please login to write comment.