Color Hex Logo

#a653ad Color Hex

#A653AD
(166,83,173)
0 Favorites   0 Comments

Color spaces of #a653ad

RGB 16683173
HSL0.820.350.50
HSV295°52°68°
CMYK 0.040.520.00   0.32
XYZ26.362017.310641.4870
Yxy17.31060.30960.2033
Hunter Lab41.606040.2889-29.9962
CIE-Lab48.649047.4147-33.5292

#a653ad color RGB value is (166,83,173).

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

The process color (four color CMYK) of #a653ad color hex is 0.04, 0.52, 0.00, 0.32. Web safe color of #a653ad is #996699. Color #a653ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010011 10101101
Octal 246 123 255
Decimal 166 83 173
Hex A6 53 AD

RGB Percentages of Color #a653ad

%39.34
%19.67
%41.00

CMYK Percentages of Color #a653ad

%4
%52
%0
%32

Triadic Colors of #a653ad

#a653ad #ada653 #53ada6

Analogous Colors of #a653ad

#a653ad #ad5387 #7953ad

Monochromatic Colors of #a653ad

#a653ad

Complementary Color

#a653ad #5aad53

#a653ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a653ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a653ad Color CSS Codes

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

#a653ad Text Font Color

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

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


#a653ad Background Color

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

This div background color is #a653ad


#a653ad Border Color

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

This div border color is #a653ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a653ad


Comments

No comments written yet.

Please login to write comment.