Color Hex Logo

#a377aa Color Hex

#A377AA
(163,119,170)
0 Favorites   0 Comments

Color spaces of #a377aa

RGB 163119170
HSL0.810.230.57
HSV292°30°67°
CMYK 0.040.300.00   0.33
XYZ28.956823.882541.1138
Yxy23.88250.30820.2542
Hunter Lab48.869720.2447-15.6715
CIE-Lab55.970026.2245-20.4709

#a377aa color RGB value is (163,119,170).

#a377aa hex color red value is 163, green value is 119 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a377aa hue: 0.81 , saturation: 0.23 and the lightness value of a377aa is 0.57.

The process color (four color CMYK) of #a377aa color hex is 0.04, 0.30, 0.00, 0.33. Web safe color of #a377aa is #996699. Color #a377aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110111 10101010
Octal 243 167 252
Decimal 163 119 170
Hex A3 77 AA

RGB Percentages of Color #a377aa

%36.06
%26.33
%37.61

CMYK Percentages of Color #a377aa

%4
%30
%0
%33

Triadic Colors of #a377aa

#a377aa #aaa377 #77aaa3

Analogous Colors of #a377aa

#a377aa #aa7798 #8a77aa

Monochromatic Colors of #a377aa

#a377aa

Complementary Color

#a377aa #7eaa77

#a377aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a377aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a377aa Color CSS Codes

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

#a377aa Text Font Color

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

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


#a377aa Background Color

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

This div background color is #a377aa


#a377aa Border Color

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

This div border color is #a377aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,119,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a377aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a377aa;
  -webkit-box-shadow: 1px 1px 3px 2px #a377aa;
  box-shadow:         1px 1px 3px 2px #a377aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,119,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a377aa


Comments

No comments written yet.

Please login to write comment.