Color Hex Logo

#a163da Color Hex

#A163DA
(161,99,218)
0 Favorites   0 Comments

Color spaces of #a163da

RGB 16199218
HSL0.750.620.62
HSV271°55°85°
CMYK 0.260.550.00   0.15
XYZ31.814721.562768.8149
Yxy21.56270.26040.1765
Hunter Lab46.435741.0342-55.3593
CIE-Lab53.559947.3356-51.7034

#a163da color RGB value is (161,99,218).

#a163da hex color red value is 161, green value is 99 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a163da hue: 0.75 , saturation: 0.62 and the lightness value of a163da is 0.62.

The process color (four color CMYK) of #a163da color hex is 0.26, 0.55, 0.00, 0.15. Web safe color of #a163da is #9966cc. Color #a163da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100011 11011010
Octal 241 143 332
Decimal 161 99 218
Hex A1 63 DA

RGB Percentages of Color #a163da

%33.68
%20.71
%45.61

CMYK Percentages of Color #a163da

%26
%55
%0
%15

Triadic Colors of #a163da

#a163da #daa163 #63daa1

Analogous Colors of #a163da

#a163da #da63d8 #6663da

Monochromatic Colors of #a163da

#a163da

Complementary Color

#a163da #9cda63

#a163da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a163da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a163da Color CSS Codes

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

#a163da Text Font Color

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

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


#a163da Background Color

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

This div background color is #a163da


#a163da Border Color

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

This div border color is #a163da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,99,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a163da


Comments

No comments written yet.

Please login to write comment.