COLOR #A650B8

HEX: #A650B8
RGB: (166,80,184)

Color info

#A650B8 contains mainly red and blue colors. Web safe color of #A650B8 is #9966CC (or #96C).

RGB color model

#A650B8 color RGB value is (166,80,184).

  • red value is 166;
  • green value is 80;
  • blue value is 184.
RGB:
(166,80,184)
(65%,31%,72%)

RGB channels and saturation

R 166 of 255 = 65%
G 80 of 255 = 31%
B 184 of 255 = 72%

166
80
184

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

Portions of RGB colors in percentages

R + G + B =
166 + 80 + 184 = 430 (100%)
R 166 of 430 ~ 38.6%
G 80 of 430 ~ 18.6%
B 184 of 430 ~ 42.79%

%38.6
%18.6
%42.79

CMYK color model

#A650B8 color CMYK value is (10,57,0,28).

  • cyan value is 9.78%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(10,57,0,28)
C10M57Y0K28 
(10%,57%,0%,28%)
(0.10/0.57/0.00/0.28)	

CMYK percentages

%9.78
%56.52
%0
%27.84

Codes

Color #A650B8 in popluar color models

A650B8
RGB16680184
HSL290°42.28%51.76%
HSB/HSV290°56.52%72.16%
CMYK9.78%56.52%0.00%
27.84%

Color #A650B8 in popluar number systems.

HEXA650B8
Decimal16680184
Binary10100110101000010111000
Octal246120270

Shades and tints

Shades of #A650B8

#A650B8
(166,80,184)
#9749A8
(151,73,168)
#884298
(136,66,152)
#793B88
(121,59,136)
#6A3478
(106,52,120)
#5B2D68
(91,45,104)
#4C2658
(76,38,88)
#3D1F48
(61,31,72)
#2E1838
(46,24,56)
#1F1128
(31,17,40)
#100A18
(16,10,24)
#000000
(0,0,0)

Tints of #A650B8

#A650B8
(166,80,184)
#AE5FBE
(174,95,190)
#B66EC4
(182,110,196)
#BE7DCA
(190,125,202)
#C68CD0
(198,140,208)
#CE9BD6
(206,155,214)
#D6AADC
(214,170,220)
#DEB9E2
(222,185,226)
#E6C8E8
(230,200,232)
#EED7EE
(238,215,238)
#F6E6F4
(246,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A650B8 color. Also use rgb(166,80,184) instead hex code.

Text Font Color

.myTextColor { color: #A650B8; }

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

This text font color is #A650B8.


Background Color

.myBgColor { background-color: #A650B8; }

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

This div background color is #A650B8.


Border color

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

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

This div border color is #A650B8.


Opacity

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

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

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

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

This text has shadow with #A650B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A650B8 on black background.


Color preview on white background

This text has color #A650B8 on white background.



Black color preview on #A650B8 background

This text has black color on #A650B8 background.


White color preview on #A650B8 background

This text has white color on #A650B8 background.