Color Hex Logo

#a479ad Color Hex

#A479AD
(164,121,173)
0 Favorites   0 Comments

Color spaces of #a479ad

RGB 164121173
HSL0.800.240.58
HSV290°30°68°
CMYK 0.050.300.00   0.32
XYZ29.690024.584442.7156
Yxy24.58440.30610.2535
Hunter Lab49.582720.1158-16.3706
CIE-Lab56.668226.0307-21.1204

#a479ad color RGB value is (164,121,173).

#a479ad hex color red value is 164, green value is 121 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a479ad hue: 0.80 , saturation: 0.24 and the lightness value of a479ad is 0.58.

The process color (four color CMYK) of #a479ad color hex is 0.05, 0.30, 0.00, 0.32. Web safe color of #a479ad is #996699. Color #a479ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111001 10101101
Octal 244 171 255
Decimal 164 121 173
Hex A4 79 AD

RGB Percentages of Color #a479ad

%35.81
%26.42
%37.77

CMYK Percentages of Color #a479ad

%5
%30
%0
%32

Triadic Colors of #a479ad

#a479ad #ada479 #79ada4

Analogous Colors of #a479ad

#a479ad #ad799c #8a79ad

Monochromatic Colors of #a479ad

#a479ad

Complementary Color

#a479ad #82ad79

#a479ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a479ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a479ad Color CSS Codes

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

#a479ad Text Font Color

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

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


#a479ad Background Color

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

This div background color is #a479ad


#a479ad Border Color

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

This div border color is #a479ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a479ad


Comments

No comments written yet.

Please login to write comment.