Color Hex Logo

#a291ad Color Hex

#A291AD
(162,145,173)
0 Favorites   0 Comments

Color spaces of #a291ad

RGB 162145173
HSL0.770.150.62
HSV276°16°68°
CMYK 0.060.160.00   0.32
XYZ32.568530.949343.7924
Yxy30.94930.30350.2884
Hunter Lab55.63217.1425-7.7294
CIE-Lab62.464811.6728-12.3464

#a291ad color RGB value is (162,145,173).

#a291ad hex color red value is 162, green value is 145 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a291ad hue: 0.77 , saturation: 0.15 and the lightness value of a291ad is 0.62.

The process color (four color CMYK) of #a291ad color hex is 0.06, 0.16, 0.00, 0.32. Web safe color of #a291ad is #999999. Color #a291ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010001 10101101
Octal 242 221 255
Decimal 162 145 173
Hex A2 91 AD

RGB Percentages of Color #a291ad

%33.75
%30.21
%36.04

CMYK Percentages of Color #a291ad

%6
%16
%0
%32

Triadic Colors of #a291ad

#a291ad #ada291 #91ada2

Analogous Colors of #a291ad

#a291ad #ad91aa #9491ad

Monochromatic Colors of #a291ad

#a291ad

Complementary Color

#a291ad #9cad91

#a291ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a291ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a291ad Color CSS Codes

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

#a291ad Text Font Color

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

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


#a291ad Background Color

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

This div background color is #a291ad


#a291ad Border Color

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

This div border color is #a291ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a291ad


Comments

No comments written yet.

Please login to write comment.