Color Hex Logo

#a194ad Color Hex

#A194AD
(161,148,173)
0 Favorites   0 Comments

Color spaces of #a194ad

RGB 161148173
HSL0.750.130.63
HSV271°14°68°
CMYK 0.070.140.00   0.32
XYZ32.830731.774043.9378
Yxy31.77400.30250.2927
Hunter Lab56.36845.3191-6.7572
CIE-Lab63.15579.6315-11.3185

#a194ad color RGB value is (161,148,173).

#a194ad hex color red value is 161, green value is 148 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a194ad hue: 0.75 , saturation: 0.13 and the lightness value of a194ad is 0.63.

The process color (four color CMYK) of #a194ad color hex is 0.07, 0.14, 0.00, 0.32. Web safe color of #a194ad is #999999. Color #a194ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010100 10101101
Octal 241 224 255
Decimal 161 148 173
Hex A1 94 AD

RGB Percentages of Color #a194ad

%33.40
%30.71
%35.89

CMYK Percentages of Color #a194ad

%7
%14
%0
%32

Triadic Colors of #a194ad

#a194ad #ada194 #94ada1

Analogous Colors of #a194ad

#a194ad #ad94ad #9594ad

Monochromatic Colors of #a194ad

#a194ad

Complementary Color

#a194ad #a0ad94

#a194ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a194ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a194ad Color CSS Codes

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

#a194ad Text Font Color

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

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


#a194ad Background Color

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

This div background color is #a194ad


#a194ad Border Color

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

This div border color is #a194ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a194ad


Comments

No comments written yet.

Please login to write comment.