Color Hex Logo

#a319ad Color Hex

#A319AD
(163,25,173)
0 Favorites   0 Comments

Color spaces of #a319ad

RGB 16325173
HSL0.820.750.39
HSV296°86°68°
CMYK 0.060.860.00   0.32
XYZ22.994711.498940.5427
Yxy11.49890.30640.1532
Hunter Lab33.910061.6999-47.1499
CIE-Lab40.408468.4144-46.6288

#a319ad color RGB value is (163,25,173).

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

The process color (four color CMYK) of #a319ad color hex is 0.06, 0.86, 0.00, 0.32. Web safe color of #a319ad is #990099. Color #a319ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011001 10101101
Octal 243 31 255
Decimal 163 25 173
Hex A3 19 AD

RGB Percentages of Color #a319ad

%45.15
%6.93
%47.92

CMYK Percentages of Color #a319ad

%6
%86
%0
%32

Triadic Colors of #a319ad

#a319ad #ada319 #19ada3

Analogous Colors of #a319ad

#a319ad #ad196d #5919ad

Monochromatic Colors of #a319ad

#a319ad

Complementary Color

#a319ad #23ad19

#a319ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a319ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a319ad Color CSS Codes

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

#a319ad Text Font Color

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

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


#a319ad Background Color

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

This div background color is #a319ad


#a319ad Border Color

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

This div border color is #a319ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a319ad


Comments

No comments written yet.

Please login to write comment.