Color Hex Logo

#a863ad Color Hex

#A863AD
(168,99,173)
0 Favorites   0 Comments

Color spaces of #a863ad

RGB 16899173
HSL0.820.310.53
HSV296°43°68°
CMYK 0.030.430.00   0.32
XYZ28.153120.265641.9630
Yxy20.26560.31150.2242
Hunter Lab45.017332.8506-23.7552
CIE-Lab52.136239.6075-28.0693

#a863ad color RGB value is (168,99,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100011 10101101
Octal 250 143 255
Decimal 168 99 173
Hex A8 63 AD

RGB Percentages of Color #a863ad

%38.18
%22.50
%39.32

CMYK Percentages of Color #a863ad

%3
%43
%0
%32

Triadic Colors of #a863ad

#a863ad #ada863 #63ada8

Analogous Colors of #a863ad

#a863ad #ad638d #8363ad

Monochromatic Colors of #a863ad

#a863ad

Complementary Color

#a863ad #68ad63

#a863ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a863ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a863ad Color CSS Codes

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

#a863ad Text Font Color

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

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


#a863ad Background Color

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

This div background color is #a863ad


#a863ad Border Color

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

This div border color is #a863ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a863ad


Comments

No comments written yet.

Please login to write comment.