Color Hex Logo

#a532aa Color Hex

#A532AA
(165,50,170)
0 Favorites   0 Comments

Color spaces of #a532aa

RGB 16550170
HSL0.830.550.43
HSV298°71°67°
CMYK 0.030.710.00   0.33
XYZ23.913413.182839.3144
Yxy13.18280.31300.1725
Hunter Lab36.308154.0251-38.7835
CIE-Lab43.037461.1774-40.6280

#a532aa color RGB value is (165,50,170).

#a532aa hex color red value is 165, green value is 50 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a532aa hue: 0.83 , saturation: 0.55 and the lightness value of a532aa is 0.43.

The process color (four color CMYK) of #a532aa color hex is 0.03, 0.71, 0.00, 0.33. Web safe color of #a532aa is #993399. Color #a532aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110010 10101010
Octal 245 62 252
Decimal 165 50 170
Hex A5 32 AA

RGB Percentages of Color #a532aa

%42.86
%12.99
%44.16

CMYK Percentages of Color #a532aa

%3
%71
%0
%33

Triadic Colors of #a532aa

#a532aa #aaa532 #32aaa5

Analogous Colors of #a532aa

#a532aa #aa3273 #6932aa

Monochromatic Colors of #a532aa

#a532aa

Complementary Color

#a532aa #37aa32

#a532aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a532aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a532aa Color CSS Codes

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

#a532aa Text Font Color

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

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


#a532aa Background Color

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

This div background color is #a532aa


#a532aa Border Color

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

This div border color is #a532aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a532aa


Comments

No comments written yet.

Please login to write comment.