Color Hex Logo

#a163be Color Hex

#A163BE
(161,99,190)
0 Favorites   0 Comments

Color spaces of #a163be

RGB 16199190
HSL0.780.410.57
HSV281°48°75°
CMYK 0.150.480.00   0.25
XYZ28.454020.218551.1181
Yxy20.21850.28510.2026
Hunter Lab44.965034.2667-35.9279
CIE-Lab52.083441.0184-38.0568

#a163be color RGB value is (161,99,190).

#a163be hex color red value is 161, green value is 99 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a163be hue: 0.78 , saturation: 0.41 and the lightness value of a163be is 0.57.

The process color (four color CMYK) of #a163be color hex is 0.15, 0.48, 0.00, 0.25. Web safe color of #a163be is #9966cc. Color #a163be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100011 10111110
Octal 241 143 276
Decimal 161 99 190
Hex A1 63 BE

RGB Percentages of Color #a163be

%35.78
%22.00
%42.22

CMYK Percentages of Color #a163be

%15
%48
%0
%25

Triadic Colors of #a163be

#a163be #bea163 #63bea1

Analogous Colors of #a163be

#a163be #be63ae #7463be

Monochromatic Colors of #a163be

#a163be

Complementary Color

#a163be #80be63

#a163be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a163be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a163be Color CSS Codes

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

#a163be Text Font Color

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

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


#a163be Background Color

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

This div background color is #a163be


#a163be Border Color

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

This div border color is #a163be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a163be


Comments

No comments written yet.

Please login to write comment.