Color Hex Logo

#a263ac Color Hex

#A263AC
(162,99,172)
0 Favorites   0 Comments

Color spaces of #a263ac

RGB 16299172
HSL0.810.310.53
HSV292°42°67°
CMYK 0.060.420.00   0.33
XYZ26.808519.583641.3968
Yxy19.58360.30540.2231
Hunter Lab44.253430.6912-24.4855
CIE-Lab51.363137.5467-28.7446

#a263ac color RGB value is (162,99,172).

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

The process color (four color CMYK) of #a263ac color hex is 0.06, 0.42, 0.00, 0.33. Web safe color of #a263ac is #996699. Color #a263ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100011 10101100
Octal 242 143 254
Decimal 162 99 172
Hex A2 63 AC

RGB Percentages of Color #a263ac

%37.41
%22.86
%39.72

CMYK Percentages of Color #a263ac

%6
%42
%0
%33

Triadic Colors of #a263ac

#a263ac #aca263 #63aca2

Analogous Colors of #a263ac

#a263ac #ac6392 #7e63ac

Monochromatic Colors of #a263ac

#a263ac

Complementary Color

#a263ac #6dac63

#a263ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a263ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a263ac Color CSS Codes

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

#a263ac Text Font Color

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

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


#a263ac Background Color

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

This div background color is #a263ac


#a263ac Border Color

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

This div border color is #a263ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a263ac


Comments

No comments written yet.

Please login to write comment.