Color Hex Logo

#a160bb Color Hex

#A160BB
(161,96,187)
0 Favorites   0 Comments

Color spaces of #a160bb

RGB 16196187
HSL0.790.400.55
HSV283°49°73°
CMYK 0.140.490.00   0.27
XYZ27.850519.530749.3156
Yxy19.53070.28800.2020
Hunter Lab44.193635.1509-35.2262
CIE-Lab51.302442.0029-37.5544

#a160bb color RGB value is (161,96,187).

#a160bb hex color red value is 161, green value is 96 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a160bb hue: 0.79 , saturation: 0.40 and the lightness value of a160bb is 0.55.

The process color (four color CMYK) of #a160bb color hex is 0.14, 0.49, 0.00, 0.27. Web safe color of #a160bb is #9966cc. Color #a160bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100000 10111011
Octal 241 140 273
Decimal 161 96 187
Hex A1 60 BB

RGB Percentages of Color #a160bb

%36.26
%21.62
%42.12

CMYK Percentages of Color #a160bb

%14
%49
%0
%27

Triadic Colors of #a160bb

#a160bb #bba160 #60bba1

Analogous Colors of #a160bb

#a160bb #bb60a8 #7460bb

Monochromatic Colors of #a160bb

#a160bb

Complementary Color

#a160bb #7abb60

#a160bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a160bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a160bb Color CSS Codes

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

#a160bb Text Font Color

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

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


#a160bb Background Color

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

This div background color is #a160bb


#a160bb Border Color

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

This div border color is #a160bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a160bb


Comments

No comments written yet.

Please login to write comment.