Color Hex Logo

#a522af Color Hex

#A522AF
(165,34,175)
0 Favorites   0 Comments

Color spaces of #a522af

RGB 16534175
HSL0.820.670.41
HSV296°81°69°
CMYK 0.060.810.00   0.31
XYZ23.826912.238541.6639
Yxy12.23850.30650.1575
Hunter Lab34.983660.3530-46.1233
CIE-Lab41.592767.0235-45.9011

#a522af color RGB value is (165,34,175).

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

The process color (four color CMYK) of #a522af color hex is 0.06, 0.81, 0.00, 0.31. Web safe color of #a522af is #993399. Color #a522af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100010 10101111
Octal 245 42 257
Decimal 165 34 175
Hex A5 22 AF

RGB Percentages of Color #a522af

%44.12
%9.09
%46.79

CMYK Percentages of Color #a522af

%6
%81
%0
%31

Triadic Colors of #a522af

#a522af #afa522 #22afa5

Analogous Colors of #a522af

#a522af #af2273 #5f22af

Monochromatic Colors of #a522af

#a522af

Complementary Color

#a522af #2caf22

#a522af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a522af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a522af Color CSS Codes

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

#a522af Text Font Color

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

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


#a522af Background Color

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

This div background color is #a522af


#a522af Border Color

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

This div border color is #a522af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a522af


Comments

No comments written yet.

Please login to write comment.