Color Hex Logo

#a370aa Color Hex

#A370AA
(163,112,170)
0 Favorites   0 Comments

Color spaces of #a370aa

RGB 163112170
HSL0.810.250.55
HSV293°34°67°
CMYK 0.040.340.00   0.33
XYZ28.154122.277240.8462
Yxy22.27720.30840.2441
Hunter Lab47.198723.8777-18.2710
CIE-Lab54.319930.1989-23.0015

#a370aa color RGB value is (163,112,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110000 10101010
Octal 243 160 252
Decimal 163 112 170
Hex A3 70 AA

RGB Percentages of Color #a370aa

%36.63
%25.17
%38.20

CMYK Percentages of Color #a370aa

%4
%34
%0
%33

Triadic Colors of #a370aa

#a370aa #aaa370 #70aaa3

Analogous Colors of #a370aa

#a370aa #aa7094 #8670aa

Monochromatic Colors of #a370aa

#a370aa

Complementary Color

#a370aa #77aa70

#a370aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a370aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a370aa Color CSS Codes

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

#a370aa Text Font Color

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

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


#a370aa Background Color

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

This div background color is #a370aa


#a370aa Border Color

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

This div border color is #a370aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a370aa


Comments

No comments written yet.

Please login to write comment.