Color Hex Logo

#a720ab Color Hex

#A720AB
(167,32,171)
0 Favorites   0 Comments

Color spaces of #a720ab

RGB 16732171
HSL0.830.680.40
HSV298°81°67°
CMYK 0.020.810.00   0.33
XYZ23.803512.188839.6262
Yxy12.18880.31480.1612
Hunter Lab34.912560.6054-42.8564
CIE-Lab41.514667.2568-43.6289

#a720ab color RGB value is (167,32,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100000 10101011
Octal 247 40 253
Decimal 167 32 171
Hex A7 20 AB

RGB Percentages of Color #a720ab

%45.14
%8.65
%46.22

CMYK Percentages of Color #a720ab

%2
%81
%0
%33

Triadic Colors of #a720ab

#a720ab #aba720 #20aba7

Analogous Colors of #a720ab

#a720ab #ab206a #6220ab

Monochromatic Colors of #a720ab

#a720ab

Complementary Color

#a720ab #24ab20

#a720ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a720ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a720ab Color CSS Codes

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

#a720ab Text Font Color

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

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


#a720ab Background Color

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

This div background color is #a720ab


#a720ab Border Color

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

This div border color is #a720ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a720ab


Comments

No comments written yet.

Please login to write comment.