Color Hex Logo

#a290ab Color Hex

#A290AB
(162,144,171)
0 Favorites   0 Comments

Color spaces of #a290ab

RGB 162144171
HSL0.780.140.62
HSV280°16°67°
CMYK 0.050.160.00   0.33
XYZ32.224230.568242.7299
Yxy30.56820.30540.2897
Hunter Lab55.28857.2815-7.1205
CIE-Lab62.141411.8295-11.7002

#a290ab color RGB value is (162,144,171).

#a290ab hex color red value is 162, green value is 144 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a290ab hue: 0.78 , saturation: 0.14 and the lightness value of a290ab is 0.62.

The process color (four color CMYK) of #a290ab color hex is 0.05, 0.16, 0.00, 0.33. Web safe color of #a290ab is #999999. Color #a290ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010000 10101011
Octal 242 220 253
Decimal 162 144 171
Hex A2 90 AB

RGB Percentages of Color #a290ab

%33.96
%30.19
%35.85

CMYK Percentages of Color #a290ab

%5
%16
%0
%33

Triadic Colors of #a290ab

#a290ab #aba290 #90aba2

Analogous Colors of #a290ab

#a290ab #ab90a7 #9590ab

Monochromatic Colors of #a290ab

#a290ab

Complementary Color

#a290ab #99ab90

#a290ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a290ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a290ab Color CSS Codes

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

#a290ab Text Font Color

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

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


#a290ab Background Color

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

This div background color is #a290ab


#a290ab Border Color

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

This div border color is #a290ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a290ab


Comments

No comments written yet.

Please login to write comment.