Color Hex Logo

#a522ae Color Hex

#A522AE
(165,34,174)
0 Favorites   0 Comments

Color spaces of #a522ae

RGB 16534174
HSL0.820.670.41
HSV296°80°68°
CMYK 0.050.800.00   0.32
XYZ23.729112.199441.1485
Yxy12.19940.30790.1583
Hunter Lab34.927660.1458-45.4006
CIE-Lab41.531366.8562-45.4058

#a522ae color RGB value is (165,34,174).

#a522ae hex color red value is 165, green value is 34 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a522ae hue: 0.82 , saturation: 0.67 and the lightness value of a522ae is 0.41.

The process color (four color CMYK) of #a522ae color hex is 0.05, 0.80, 0.00, 0.32. Web safe color of #a522ae is #993399. Color #a522ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100010 10101110
Octal 245 42 256
Decimal 165 34 174
Hex A5 22 AE

RGB Percentages of Color #a522ae

%44.24
%9.12
%46.65

CMYK Percentages of Color #a522ae

%5
%80
%0
%32

Triadic Colors of #a522ae

#a522ae #aea522 #22aea5

Analogous Colors of #a522ae

#a522ae #ae2271 #5f22ae

Monochromatic Colors of #a522ae

#a522ae

Complementary Color

#a522ae #2bae22

#a522ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a522ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a522ae Color CSS Codes

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

#a522ae Text Font Color

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

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


#a522ae Background Color

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

This div background color is #a522ae


#a522ae Border Color

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

This div border color is #a522ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a522ae


Comments

No comments written yet.

Please login to write comment.