Color Hex Logo

#a363ad Color Hex

#A363AD
(163,99,173)
0 Favorites   0 Comments

Color spaces of #a363ad

RGB 16399173
HSL0.810.310.53
HSV292°43°68°
CMYK 0.060.430.00   0.32
XYZ27.108919.727341.9141
Yxy19.72730.30550.2223
Hunter Lab44.415431.2203-24.8602
CIE-Lab51.527538.0585-29.0623

#a363ad color RGB value is (163,99,173).

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

The process color (four color CMYK) of #a363ad color hex is 0.06, 0.43, 0.00, 0.32. Web safe color of #a363ad is #996699. Color #a363ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100011 10101101
Octal 243 143 255
Decimal 163 99 173
Hex A3 63 AD

RGB Percentages of Color #a363ad

%37.47
%22.76
%39.77

CMYK Percentages of Color #a363ad

%6
%43
%0
%32

Triadic Colors of #a363ad

#a363ad #ada363 #63ada3

Analogous Colors of #a363ad

#a363ad #ad6392 #7e63ad

Monochromatic Colors of #a363ad

#a363ad

Complementary Color

#a363ad #6dad63

#a363ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a363ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a363ad Color CSS Codes

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

#a363ad Text Font Color

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

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


#a363ad Background Color

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

This div background color is #a363ad


#a363ad Border Color

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

This div border color is #a363ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a363ad


Comments

No comments written yet.

Please login to write comment.