Color Hex Logo

#a367aa Color Hex

#A367AA
(163,103,170)
0 Favorites   0 Comments

Color spaces of #a367aa

RGB 163103170
HSL0.820.280.54
HSV294°39°67°
CMYK 0.040.390.00   0.33
XYZ27.210220.389340.5316
Yxy20.38930.30870.2314
Hunter Lab45.154528.5441-21.6117
CIE-Lab52.274535.2479-26.1567

#a367aa color RGB value is (163,103,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100111 10101010
Octal 243 147 252
Decimal 163 103 170
Hex A3 67 AA

RGB Percentages of Color #a367aa

%37.39
%23.62
%38.99

CMYK Percentages of Color #a367aa

%4
%39
%0
%33

Triadic Colors of #a367aa

#a367aa #aaa367 #67aaa3

Analogous Colors of #a367aa

#a367aa #aa6790 #8267aa

Monochromatic Colors of #a367aa

#a367aa

Complementary Color

#a367aa #6eaa67

#a367aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a367aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a367aa Color CSS Codes

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

#a367aa Text Font Color

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

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


#a367aa Background Color

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

This div background color is #a367aa


#a367aa Border Color

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

This div border color is #a367aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a367aa


Comments

No comments written yet.

Please login to write comment.