Color Hex Logo

#a366aa Color Hex

#A366AA
(163,102,170)
0 Favorites   0 Comments

Color spaces of #a366aa

RGB 163102170
HSL0.820.290.53
HSV294°40°67°
CMYK 0.040.400.00   0.33
XYZ27.111320.191640.4986
Yxy20.19160.30880.2300
Hunter Lab44.935129.0605-21.9817
CIE-Lab52.053235.8024-26.4994

#a366aa color RGB value is (163,102,170).

#a366aa hex color red value is 163, green value is 102 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a366aa hue: 0.82 , saturation: 0.29 and the lightness value of a366aa is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100110 10101010
Octal 243 146 252
Decimal 163 102 170
Hex A3 66 AA

RGB Percentages of Color #a366aa

%37.47
%23.45
%39.08

CMYK Percentages of Color #a366aa

%4
%40
%0
%33

Triadic Colors of #a366aa

#a366aa #aaa366 #66aaa3

Analogous Colors of #a366aa

#a366aa #aa668f #8166aa

Monochromatic Colors of #a366aa

#a366aa

Complementary Color

#a366aa #6daa66

#a366aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a366aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a366aa Color CSS Codes

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

#a366aa Text Font Color

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

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


#a366aa Background Color

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

This div background color is #a366aa


#a366aa Border Color

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

This div border color is #a366aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a366aa


Comments

No comments written yet.

Please login to write comment.