Color Hex Logo

#a220ab Color Hex

#A220AB
(162,32,171)
0 Favorites   0 Comments

Color spaces of #a220ab

RGB 16232171
HSL0.820.680.40
HSV296°81°67°
CMYK 0.050.810.00   0.33
XYZ22.767511.654739.5777
Yxy11.65470.30770.1575
Hunter Lab34.139059.2996-44.8383
CIE-Lab40.662066.2917-45.0407

#a220ab color RGB value is (162,32,171).

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

The process color (four color CMYK) of #a220ab color hex is 0.05, 0.81, 0.00, 0.33. Web safe color of #a220ab is #993399. Color #a220ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100000 10101011
Octal 242 40 253
Decimal 162 32 171
Hex A2 20 AB

RGB Percentages of Color #a220ab

%44.38
%8.77
%46.85

CMYK Percentages of Color #a220ab

%5
%81
%0
%33

Triadic Colors of #a220ab

#a220ab #aba220 #20aba2

Analogous Colors of #a220ab

#a220ab #ab206f #5d20ab

Monochromatic Colors of #a220ab

#a220ab

Complementary Color

#a220ab #29ab20

#a220ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a220ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a220ab Color CSS Codes

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

#a220ab Text Font Color

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

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


#a220ab Background Color

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

This div background color is #a220ab


#a220ab Border Color

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

This div border color is #a220ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,32,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a220ab


Comments

No comments written yet.

Please login to write comment.