Color Hex Logo

#a022ab Color Hex

#A022AB
(160,34,171)
0 Favorites   0 Comments

Color spaces of #a022ab

RGB 16034171
HSL0.820.670.40
HSV295°80°67°
CMYK 0.060.800.00   0.33
XYZ22.419911.557939.5773
Yxy11.55790.30480.1571
Hunter Lab33.996958.2206-45.2243
CIE-Lab40.504765.3813-45.3115

#a022ab color RGB value is (160,34,171).

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

The process color (four color CMYK) of #a022ab color hex is 0.06, 0.80, 0.00, 0.33. Web safe color of #a022ab is #993399. Color #a022ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100010 10101011
Octal 240 42 253
Decimal 160 34 171
Hex A0 22 AB

RGB Percentages of Color #a022ab

%43.84
%9.32
%46.85

CMYK Percentages of Color #a022ab

%6
%80
%0
%33

Triadic Colors of #a022ab

#a022ab #aba022 #22aba0

Analogous Colors of #a022ab

#a022ab #ab2272 #5c22ab

Monochromatic Colors of #a022ab

#a022ab

Complementary Color

#a022ab #2dab22

#a022ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a022ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a022ab Color CSS Codes

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

#a022ab Text Font Color

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

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


#a022ab Background Color

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

This div background color is #a022ab


#a022ab Border Color

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

This div border color is #a022ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a022ab


Comments

No comments written yet.

Please login to write comment.