Color Hex Logo

#a343ad Color Hex

#A343AD
(163,67,173)
0 Favorites   0 Comments

Color spaces of #a343ad

RGB 16367173
HSL0.820.440.47
HSV294°61°68°
CMYK 0.060.610.00   0.32
XYZ24.654214.818041.0959
Yxy14.81800.30600.1839
Hunter Lab38.494246.9584-36.3514
CIE-Lab45.383954.2895-38.7017

#a343ad color RGB value is (163,67,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000011 10101101
Octal 243 103 255
Decimal 163 67 173
Hex A3 43 AD

RGB Percentages of Color #a343ad

%40.45
%16.63
%42.93

CMYK Percentages of Color #a343ad

%6
%61
%0
%32

Triadic Colors of #a343ad

#a343ad #ada343 #43ada3

Analogous Colors of #a343ad

#a343ad #ad4382 #6e43ad

Monochromatic Colors of #a343ad

#a343ad

Complementary Color

#a343ad #4dad43

#a343ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a343ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a343ad Color CSS Codes

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

#a343ad Text Font Color

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

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


#a343ad Background Color

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

This div background color is #a343ad


#a343ad Border Color

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

This div border color is #a343ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a343ad


Comments

No comments written yet.

Please login to write comment.