Color Hex Logo

#a367af Color Hex

#A367AF
(163,103,175)
0 Favorites   0 Comments

Color spaces of #a367af

RGB 163103175
HSL0.810.310.55
HSV290°41°69°
CMYK 0.070.410.00   0.31
XYZ27.692420.582243.0706
Yxy20.58220.30320.2253
Hunter Lab45.367629.5631-24.5308
CIE-Lab52.489236.2579-28.7302

#a367af color RGB value is (163,103,175).

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

The process color (four color CMYK) of #a367af color hex is 0.07, 0.41, 0.00, 0.31. Web safe color of #a367af is #996699. Color #a367af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100111 10101111
Octal 243 147 257
Decimal 163 103 175
Hex A3 67 AF

RGB Percentages of Color #a367af

%36.96
%23.36
%39.68

CMYK Percentages of Color #a367af

%7
%41
%0
%31

Triadic Colors of #a367af

#a367af #afa367 #67afa3

Analogous Colors of #a367af

#a367af #af6797 #7f67af

Monochromatic Colors of #a367af

#a367af

Complementary Color

#a367af #73af67

#a367af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a367af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a367af Color CSS Codes

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

#a367af Text Font Color

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

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


#a367af Background Color

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

This div background color is #a367af


#a367af Border Color

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

This div border color is #a367af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a367af


Comments

No comments written yet.

Please login to write comment.