Color Hex Logo

#a920ab Color Hex

#A920AB
(169,32,171)
0 Favorites   0 Comments

Color spaces of #a920ab

RGB 16932171
HSL0.830.680.40
HSV299°81°67°
CMYK 0.010.810.00   0.33
XYZ24.229412.408339.6461
Yxy12.40830.31760.1627
Hunter Lab35.225461.1347-42.0729
CIE-Lab41.857867.6460-43.0611

#a920ab color RGB value is (169,32,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100000 10101011
Octal 251 40 253
Decimal 169 32 171
Hex A9 20 AB

RGB Percentages of Color #a920ab

%45.43
%8.60
%45.97

CMYK Percentages of Color #a920ab

%1
%81
%0
%33

Triadic Colors of #a920ab

#a920ab #aba920 #20aba9

Analogous Colors of #a920ab

#a920ab #ab2068 #6420ab

Monochromatic Colors of #a920ab

#a920ab

Complementary Color

#a920ab #22ab20

#a920ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a920ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a920ab Color CSS Codes

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

#a920ab Text Font Color

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

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


#a920ab Background Color

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

This div background color is #a920ab


#a920ab Border Color

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

This div border color is #a920ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a920ab


Comments

No comments written yet.

Please login to write comment.