Color Hex Logo

#a220af Color Hex

#A220AF
(162,32,175)
0 Favorites   0 Comments

Color spaces of #a220af

RGB 16232175
HSL0.820.690.41
HSV295°82°69°
CMYK 0.070.820.00   0.31
XYZ23.154711.809641.6165
Yxy11.80960.30240.1542
Hunter Lab34.365160.1318-47.7453
CIE-Lab40.911966.9649-47.0198

#a220af color RGB value is (162,32,175).

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

The process color (four color CMYK) of #a220af color hex is 0.07, 0.82, 0.00, 0.31. Web safe color of #a220af is #993399. Color #a220af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100000 10101111
Octal 242 40 257
Decimal 162 32 175
Hex A2 20 AF

RGB Percentages of Color #a220af

%43.90
%8.67
%47.43

CMYK Percentages of Color #a220af

%7
%82
%0
%31

Triadic Colors of #a220af

#a220af #afa220 #20afa2

Analogous Colors of #a220af

#a220af #af2075 #5a20af

Monochromatic Colors of #a220af

#a220af

Complementary Color

#a220af #2daf20

#a220af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a220af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a220af Color CSS Codes

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

#a220af Text Font Color

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

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


#a220af Background Color

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

This div background color is #a220af


#a220af Border Color

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

This div border color is #a220af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a220af


Comments

No comments written yet.

Please login to write comment.