Color Hex Logo

#a326ad Color Hex

#A326AD
(163,38,173)
0 Favorites   0 Comments

Color spaces of #a326ad

RGB 16338173
HSL0.820.640.41
HSV296°78°68°
CMYK 0.060.780.00   0.32
XYZ23.340212.189940.6579
Yxy12.18990.30640.1600
Hunter Lab34.914058.2285-44.6042
CIE-Lab41.516465.1911-44.8546

#a326ad color RGB value is (163,38,173).

#a326ad hex color red value is 163, green value is 38 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a326ad hue: 0.82 , saturation: 0.64 and the lightness value of a326ad is 0.41.

The process color (four color CMYK) of #a326ad color hex is 0.06, 0.78, 0.00, 0.32. Web safe color of #a326ad is #993399. Color #a326ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100110 10101101
Octal 243 46 255
Decimal 163 38 173
Hex A3 26 AD

RGB Percentages of Color #a326ad

%43.58
%10.16
%46.26

CMYK Percentages of Color #a326ad

%6
%78
%0
%32

Triadic Colors of #a326ad

#a326ad #ada326 #26ada3

Analogous Colors of #a326ad

#a326ad #ad2674 #6026ad

Monochromatic Colors of #a326ad

#a326ad

Complementary Color

#a326ad #30ad26

#a326ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a326ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a326ad Color CSS Codes

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

#a326ad Text Font Color

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

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


#a326ad Background Color

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

This div background color is #a326ad


#a326ad Border Color

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

This div border color is #a326ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a326ad


Comments

No comments written yet.

Please login to write comment.