COLOR #A157B0

HEX: #A157B0
RGB: (161,87,176)

Color info

#A157B0 contains mainly red and blue colors. Web safe color of #A157B0 is #996699 (or #969).

RGB color model

#A157B0 color RGB value is (161,87,176).

  • red value is 161;
  • green value is 87;
  • blue value is 176.
RGB: (161,87,176) (63%,34%,69%)

RGB channels and saturation

R 161 of 255 = 63%
G 87 of 255 = 34%
B 176 of 255 = 69%

161
87
176

R + G + B ~ 55%. #A157B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
161 + 87 + 176 = 424 (100%)
R 161 of 424 ~ 37.97%
G 87 of 424 ~ 20.52%
B 176 of 424 ~ 41.51%

%37.97
%20.52
%41.51

CMYK color model

#A157B0 color CMYK value is (9,51,0,31).

  • cyan value is 8.52%
  • magenta value is 50.57%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (9,51,0,31) C9M51Y0K31 (9%,51%,0%,31%) (0.09/0.51/0.00/0.31)

CMYK percentages

%8.52
%50.57
%0
%30.98

Codes

Color #A157B0 in popluar color models

A157B0
RGB16187176
HSL290°36.03%51.57%
HSB/HSV290°50.57%69.02%
CMYK8.52%50.57%0.00%
30.98%

Color #A157B0 in popluar number systems.

HEXA157B0
Decimal16187176
Binary10100001101011110110000
Octal241127260

Shades and tints

Shades of #A157B0

#A157B0
(161,87,176)
#9350A0
(147,80,160)
#854990
(133,73,144)
#774280
(119,66,128)
#693B70
(105,59,112)
#5B3460
(91,52,96)
#4D2D50
(77,45,80)
#3F2640
(63,38,64)
#311F30
(49,31,48)
#231820
(35,24,32)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #A157B0

#A157B0
(161,87,176)
#A966B7
(169,102,183)
#B175BE
(177,117,190)
#B984C5
(185,132,197)
#C193CC
(193,147,204)
#C9A2D3
(201,162,211)
#D1B1DA
(209,177,218)
#D9C0E1
(217,192,225)
#E1CFE8
(225,207,232)
#E9DEEF
(233,222,239)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A157B0 color. Also use rgb(161,87,176) instead hex code.

Text Font Color

.myTextColor { color: #A157B0; }

<p style="color:#A157B0">This sample text font color is #A157B0.</p>

This text font color is #A157B0.


Background Color

.myBgColor { background-color: #A157B0; }

<div style="background-color:#A157B0">Inner text</div>

This div background color is #A157B0.


Border color

.myBorderColor { border: 1px solid #A157B0; }

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

This div border color is #A157B0.


Opacity

.myOpacity80 { color: #A157B0; opacity: 0.8; }

<p style="color:#A157B0;opacity:0.8;">80%</p>

Text with #A157B0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A157B0;}

<p style="text-shadow: 3px 3px 1px #A157B0">Text here.</p>

This text has shadow with #A157B0 color.

.textShadow {text-shadow: 3px 3px 1px #A157B0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A157B0, 5px 5px 20px red">Text here.</p>

This text has shadow with #A157B0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A157B0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A157B0, Direction=45, Strength=4)">Text</p>

This text has shadow with #A157B0 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #A157B0; -webkit-box-shadow:	1px 1px 3px 2px #A157B0; box-shadow:	1px 1px 3px 2px #A157B0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A157B0; -webkit-box-shadow: 1px 1px 3px 2px #A157B0; box-shadow:1px 1px 3px 2px #A157B0;">
Div content here</div>
This div box has shadow with color #A157B0.

Preview

Color preview on black background

This text has color #A157B0 on black background.


Color preview on white background

This text has color #A157B0 on white background.



Black color preview on #A157B0 background

This text has black color on #A157B0 background.


White color preview on #A157B0 background

This text has white color on #A157B0 background.