COLOR #A0637F

HEX: #A0637F
RGB: (160,99,127)

Color info

#A0637F contains mainly red and blue colors. Web safe color of #A0637F is #996666 (or #966).

RGB color model

#A0637F color RGB value is (160,99,127).

  • red value is 160;
  • green value is 99;
  • blue value is 127.
RGB:
(160,99,127)
(63%,39%,50%)

RGB channels and saturation

R 160 of 255 = 63%
G 99 of 255 = 39%
B 127 of 255 = 50%

160
99
127

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

Portions of RGB colors in percentages

R + G + B =
160 + 99 + 127 = 386 (100%)
R 160 of 386 ~ 41.45%
G 99 of 386 ~ 25.65%
B 127 of 386 ~ 32.9%

%41.45
%25.65
%32.9

CMYK color model

#A0637F color CMYK value is (0,38,21,37).

  • cyan value is 0.00%
  • magenta value is 38.13%
  • yellow value is 20.63%
  • key color value is 37.25%
CMYK:
(0,38,21,37)
C0M38Y21K37 
(0%,38%,21%,37%)
(0.00/0.38/0.21/0.37)	

CMYK percentages

%0
%38.13
%20.63
%37.25

Codes

Color #A0637F in popluar color models

A0637F
RGB16099127
HSL332°24.30%50.78%
HSB/HSV332°38.13%62.75%
CMYK0.00%38.13%20.63%
37.25%

Color #A0637F in popluar number systems.

HEXA0637F
Decimal16099127
Binary1010000011000111111111
Octal240143177

Shades and tints

Shades of #A0637F

#A0637F
(160,99,127)
#925A74
(146,90,116)
#845169
(132,81,105)
#76485E
(118,72,94)
#683F53
(104,63,83)
#5A3648
(90,54,72)
#4C2D3D
(76,45,61)
#3E2432
(62,36,50)
#301B27
(48,27,39)
#22121C
(34,18,28)
#140911
(20,9,17)
#000000
(0,0,0)

Tints of #A0637F

#A0637F
(160,99,127)
#A8718A
(168,113,138)
#B07F95
(176,127,149)
#B88DA0
(184,141,160)
#C09BAB
(192,155,171)
#C8A9B6
(200,169,182)
#D0B7C1
(208,183,193)
#D8C5CC
(216,197,204)
#E0D3D7
(224,211,215)
#E8E1E2
(232,225,226)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0637F color. Also use rgb(160,99,127) instead hex code.

Text Font Color

.myTextColor { color: #A0637F; }

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

This text font color is #A0637F.


Background Color

.myBgColor { background-color: #A0637F; }

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

This div background color is #A0637F.


Border color

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

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

This div border color is #A0637F.


Opacity

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

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

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

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

This text has shadow with #A0637F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0637F on black background.


Color preview on white background

This text has color #A0637F on white background.



Black color preview on #A0637F background

This text has black color on #A0637F background.


White color preview on #A0637F background

This text has white color on #A0637F background.