COLOR #A737BE

HEX: #A737BE RGB: (167,55,190)

Color info

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

RGB color model

#A737BE color RGB value is (167,55,190).

RGB: (167,55,190) (65%, 22%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 55 of 255 = 22%
B 190 of 255 = 75%

167
55
190

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

Portions of RGB colors in percentages

R + G + B = 167 + 55 + 190 = 412 (100%)
R 167 of 412 ~ 40.53%
G 55 of 412 ~ 13.35%
B 190 of 412 ~ 46.12'%

%40.53
%13.35
%46.12

CMYK color model

#A737BE color CMYK value is (12,71,0,25).

  • cyan value is 12.11%
  • magenta value is 71.05%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (12,71,0,25)
C12M71Y0K25 (12%, 71%, 0%, 25%)
(0.12 / 0.71 / 0.00 / 0.25)

CMYK percentages

%12.11
%71.05
%0
%25.49

Codes

Color #A737BE in popluar color models

A7 37 BE
RGB 167 55 190
HSL 290° 55.10% 48.04%
HSB/HSV 290° 71.05% 74.51%
CMYK 12.11% 71.05% 0.00%
25.49%

Color #A737BE in popluar number systems.

HEX A7 37 BE
Decimal 167 55 190
Binary 10100111 110111 10111110
Octal 247 67 276

Shades and tints

Shades of #A737BE

#A737BE
(167,55,190)
#9832AD
(152,50,173)
#892D9C
(137,45,156)
#7A288B
(122,40,139)
#6B237A
(107,35,122)
#5C1E69
(92,30,105)
#4D1958
(77,25,88)
#3E1447
(62,20,71)
#2F0F36
(47,15,54)
#200A25
(32,10,37)
#110514
(17,5,20)
#000000
(0,0,0)

Tints of #A737BE

#A737BE
(167,55,190)
#AF49C3
(175,73,195)
#B75BC8
(183,91,200)
#BF6DCD
(191,109,205)
#C77FD2
(199,127,210)
#CF91D7
(207,145,215)
#D7A3DC
(215,163,220)
#DFB5E1
(223,181,225)
#E7C7E6
(231,199,230)
#EFD9EB
(239,217,235)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A737BE color. Also use rgb(167,55,190) instead hex code.

Text Font Color

.myTextColor { color: #A737BE; }

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

This text font color is #A737BE.

Background Color

.myBgColor { background-color: #A737BE; }

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

This div background color is #A737BE.

Border color

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

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

This div border color is #A737BE.

Opacity

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

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

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

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

This text has shadow with #A737BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A737BE.

Preview

Color preview on black background

This text has color #A737BE on black background.


Color preview on white background

This text has color #A737BE on white background.


Black color preview on #A737BE background

This text has black color on #A737BE background.


White color preview on #A737BE background

This text has white color on #A737BE background.


Related colors

Complementary color

Complementary color for #hex is #58C841.


I love getcolorcode.com

Triadic colors

1 #BEA737 and #37BEA7 with #A737BE are triadic colors.

2 #BE37A7 and #37A7BE with #A737BE are triadic colors.