Color Hex Logo

#a351ad Color Hex

#A351AD
(163,81,173)
0 Favorites   0 Comments

Color spaces of #a351ad

RGB 16381173
HSL0.820.360.50
HSV293°53°68°
CMYK 0.060.530.00   0.32
XYZ25.589516.688541.4077
Yxy16.68850.30580.1994
Hunter Lab40.851640.3225-31.5011
CIE-Lab47.865147.5770-34.7884

#a351ad color RGB value is (163,81,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010001 10101101
Octal 243 121 255
Decimal 163 81 173
Hex A3 51 AD

RGB Percentages of Color #a351ad

%39.09
%19.42
%41.49

CMYK Percentages of Color #a351ad

%6
%53
%0
%32

Triadic Colors of #a351ad

#a351ad #ada351 #51ada3

Analogous Colors of #a351ad

#a351ad #ad5189 #7551ad

Monochromatic Colors of #a351ad

#a351ad

Complementary Color

#a351ad #5bad51

#a351ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a351ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a351ad Color CSS Codes

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

#a351ad Text Font Color

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

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


#a351ad Background Color

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

This div background color is #a351ad


#a351ad Border Color

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

This div border color is #a351ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a351ad


Comments

No comments written yet.

Please login to write comment.