COLOR #A137C8

HEX: #A137C8
RGB: (161,55,200)

Color info

#A137C8 contains mainly red and blue colors. Web safe color of #A137C8 is #9933CC (or #93C).

RGB color model

#A137C8 color RGB value is (161,55,200).

  • red value is 161;
  • green value is 55;
  • blue value is 200.
RGB:
(161,55,200)
(63%,22%,78%)

RGB channels and saturation

R 161 of 255 = 63%
G 55 of 255 = 22%
B 200 of 255 = 78%

161
55
200

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

Portions of RGB colors in percentages

R + G + B =
161 + 55 + 200 = 416 (100%)
R 161 of 416 ~ 38.7%
G 55 of 416 ~ 13.22%
B 200 of 416 ~ 48.08%

%38.7
%13.22
%48.08

CMYK color model

#A137C8 color CMYK value is (20,73,0,22).

  • cyan value is 19.50%
  • magenta value is 72.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(20,73,0,22)
C20M73Y0K22 
(20%,73%,0%,22%)
(0.20/0.73/0.00/0.22)	

CMYK percentages

%19.5
%72.5
%0
%21.57

Codes

Color #A137C8 in popluar color models

A137C8
RGB16155200
HSL284°56.86%50.00%
HSB/HSV284°72.50%78.43%
CMYK19.50%72.50%0.00%
21.57%

Color #A137C8 in popluar number systems.

HEXA137C8
Decimal16155200
Binary1010000111011111001000
Octal24167310

Shades and tints

Shades of #A137C8

#A137C8
(161,55,200)
#9332B6
(147,50,182)
#852DA4
(133,45,164)
#772892
(119,40,146)
#692380
(105,35,128)
#5B1E6E
(91,30,110)
#4D195C
(77,25,92)
#3F144A
(63,20,74)
#310F38
(49,15,56)
#230A26
(35,10,38)
#150514
(21,5,20)
#000000
(0,0,0)

Tints of #A137C8

#A137C8
(161,55,200)
#A949CD
(169,73,205)
#B15BD2
(177,91,210)
#B96DD7
(185,109,215)
#C17FDC
(193,127,220)
#C991E1
(201,145,225)
#D1A3E6
(209,163,230)
#D9B5EB
(217,181,235)
#E1C7F0
(225,199,240)
#E9D9F5
(233,217,245)
#F1EBFA
(241,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A137C8 color. Also use rgb(161,55,200) instead hex code.

Text Font Color

.myTextColor { color: #A137C8; }

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

This text font color is #A137C8.


Background Color

.myBgColor { background-color: #A137C8; }

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

This div background color is #A137C8.


Border color

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

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

This div border color is #A137C8.


Opacity

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

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

Text with #A137C8 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 #A137C8;}

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

This text has shadow with #A137C8 color.

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

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

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


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

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

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


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A137C8;
  -webkit-box-shadow:	1px 1px 3px 2px #A137C8;
  box-shadow:		1px 1px 3px 2px #A137C8;
}

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

Preview

Color preview on black background

This text has color #A137C8 on black background.


Color preview on white background

This text has color #A137C8 on white background.



Black color preview on #A137C8 background

This text has black color on #A137C8 background.


White color preview on #A137C8 background

This text has white color on #A137C8 background.