Color Hex Logo

#a279a0 Color Hex

#A279A0
(162,121,160)
0 Favorites   0 Comments

Color spaces of #a279a0

RGB 162121160
HSL0.840.180.55
HSV303°25°64°
CMYK 0.000.250.01   0.36
XYZ28.082823.894236.3896
Yxy23.89420.31780.2704
Hunter Lab48.881717.0063-9.9208
CIE-Lab55.981722.7543-14.6871

#a279a0 color RGB value is (162,121,160).

#a279a0 hex color red value is 162, green value is 121 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #a279a0 hue: 0.84 , saturation: 0.18 and the lightness value of a279a0 is 0.55.

The process color (four color CMYK) of #a279a0 color hex is 0.00, 0.25, 0.01, 0.36. Web safe color of #a279a0 is #996699. Color #a279a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111001 10100000
Octal 242 171 240
Decimal 162 121 160
Hex A2 79 A0

RGB Percentages of Color #a279a0

%36.57
%27.31
%36.12

CMYK Percentages of Color #a279a0

%0
%25
%1
%36

Triadic Colors of #a279a0

#a279a0 #a0a279 #79a0a2

Analogous Colors of #a279a0

#a279a0 #a2798c #9079a2

Monochromatic Colors of #a279a0

#a279a0

Complementary Color

#a279a0 #79a27b

#a279a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a279a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a279a0 Color CSS Codes

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

#a279a0 Text Font Color

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

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


#a279a0 Background Color

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

This div background color is #a279a0


#a279a0 Border Color

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

This div border color is #a279a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a279a0


Comments

No comments written yet.

Please login to write comment.