Color Hex Logo

#a163ca Color Hex

#A163CA
(161,99,202)
0 Favorites   0 Comments

Color spaces of #a163ca

RGB 16199202
HSL0.770.490.59
HSV276°51°79°
CMYK 0.200.510.00   0.21
XYZ29.820520.765058.3135
Yxy20.76500.27380.1907
Hunter Lab45.568637.0668-43.9745
CIE-Lab52.691343.6688-43.9842

#a163ca color RGB value is (161,99,202).

#a163ca hex color red value is 161, green value is 99 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a163ca hue: 0.77 , saturation: 0.49 and the lightness value of a163ca is 0.59.

The process color (four color CMYK) of #a163ca color hex is 0.20, 0.51, 0.00, 0.21. Web safe color of #a163ca is #9966cc. Color #a163ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100011 11001010
Octal 241 143 312
Decimal 161 99 202
Hex A1 63 CA

RGB Percentages of Color #a163ca

%34.85
%21.43
%43.72

CMYK Percentages of Color #a163ca

%20
%51
%0
%21

Triadic Colors of #a163ca

#a163ca #caa163 #63caa1

Analogous Colors of #a163ca

#a163ca #ca63c0 #6e63ca

Monochromatic Colors of #a163ca

#a163ca

Complementary Color

#a163ca #8cca63

#a163ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a163ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a163ca Color CSS Codes

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

#a163ca Text Font Color

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

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


#a163ca Background Color

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

This div background color is #a163ca


#a163ca Border Color

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

This div border color is #a163ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a163ca


Comments

No comments written yet.

Please login to write comment.