COLOR #A2638B

HEX: #A2638B RGB: (162,99,139)

Color info

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

RGB color model

#A2638B color RGB value is (162,99,139).

RGB: (162,99,139) (64%, 39%, 55%)

RGB channels and saturation

R 162 of 255 = 64%
G 99 of 255 = 39%
B 139 of 255 = 55%

162
99
139

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

Portions of RGB colors in percentages

R + G + B = 162 + 99 + 139 = 400 (100%)
R 162 of 400 ~ 40.5%
G 99 of 400 ~ 24.75%
B 139 of 400 ~ 34.75'%

%40.5
%24.75
%34.75

CMYK color model

#A2638B color CMYK value is (0,39,14,36).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 14.20%
  • key color value is 36.47%
CMYK: (0,39,14,36) C0M39Y14K36 (0%,39%,14%,36%) (0.00/0.39/0.14/0.36) 

CMYK percentages

%0
%38.89
%14.2
%36.47

Codes

Color #A2638B in popluar color models

A2 63 8B
RGB 162 99 139
HSL 322° 25.30% 51.18%
HSB/HSV 322° 38.89% 63.53%
CMYK 0.00% 38.89% 14.20%
36.47%

Color #A2638B in popluar number systems.

HEX A2 63 8B
Decimal 162 99 139
Binary 10100010 1100011 10001011
Octal 242 143 213

Shades and tints

Shades of #A2638B

#A2638B
(162,99,139)
#945A7F
(148,90,127)
#865173
(134,81,115)
#784867
(120,72,103)
#6A3F5B
(106,63,91)
#5C364F
(92,54,79)
#4E2D43
(78,45,67)
#402437
(64,36,55)
#321B2B
(50,27,43)
#24121F
(36,18,31)
#160913
(22,9,19)
#000000
(0,0,0)

Tints of #A2638B

#A2638B
(162,99,139)
#AA7195
(170,113,149)
#B27F9F
(178,127,159)
#BA8DA9
(186,141,169)
#C29BB3
(194,155,179)
#CAA9BD
(202,169,189)
#D2B7C7
(210,183,199)
#DAC5D1
(218,197,209)
#E2D3DB
(226,211,219)
#EAE1E5
(234,225,229)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2638B color. Also use rgb(162,99,139) instead hex code.

Text Font Color

.myTextColor { color: #A2638B; }

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

This text font color is #A2638B.

Background Color

.myBgColor { background-color: #A2638B; }

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

This div background color is #A2638B.

Border color

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

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

This div border color is #A2638B.

Opacity

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

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

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

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

This text has shadow with #A2638B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2638B.

Preview

Color preview on black background

This text has color #A2638B on black background.


Color preview on white background

This text has color #A2638B on white background.


Black color preview on #A2638B background

This text has black color on #A2638B background.


White color preview on #A2638B background

This text has white color on #A2638B background.


Related colors

Complementary color

Complementary color for #hex is #5D9C74.


I love getcolorcode.com

Triadic colors

1 #8BA263 and #638BA2 with #A2638B are triadic colors.

2 #8B63A2 and #63A28B with #A2638B are triadic colors.