Color Hex Logo

#a653ac Color Hex

#A653AC
(166,83,172)
0 Favorites   0 Comments

Color spaces of #a653ac

RGB 16683172
HSL0.820.350.50
HSV296°52°67°
CMYK 0.030.520.00   0.33
XYZ26.265517.272140.9792
Yxy17.27210.31080.2044
Hunter Lab41.559740.0815-29.3700
CIE-Lab48.601147.2231-33.0179

#a653ac color RGB value is (166,83,172).

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

The process color (four color CMYK) of #a653ac color hex is 0.03, 0.52, 0.00, 0.33. Web safe color of #a653ac is #996699. Color #a653ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010011 10101100
Octal 246 123 254
Decimal 166 83 172
Hex A6 53 AC

RGB Percentages of Color #a653ac

%39.43
%19.71
%40.86

CMYK Percentages of Color #a653ac

%3
%52
%0
%33

Triadic Colors of #a653ac

#a653ac #aca653 #53aca6

Analogous Colors of #a653ac

#a653ac #ac5386 #7a53ac

Monochromatic Colors of #a653ac

#a653ac

Complementary Color

#a653ac #59ac53

#a653ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a653ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a653ac Color CSS Codes

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

#a653ac Text Font Color

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

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


#a653ac Background Color

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

This div background color is #a653ac


#a653ac Border Color

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

This div border color is #a653ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,83,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a653ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a653ac


Comments

No comments written yet.

Please login to write comment.