COLOR #A764B8

HEX: #A764B8
RGB: (167,100,184)

Color info

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

RGB color model

#A764B8 color RGB value is (167,100,184).

  • red value is 167;
  • green value is 100;
  • blue value is 184.
RGB:
(167,100,184)
(65%,39%,72%)

RGB channels and saturation

R 167 of 255 = 65%
G 100 of 255 = 39%
B 184 of 255 = 72%

167
100
184

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

Portions of RGB colors in percentages

R + G + B =
167 + 100 + 184 = 451 (100%)
R 167 of 451 ~ 37.03%
G 100 of 451 ~ 22.17%
B 184 of 451 ~ 40.8%

%37.03
%22.17
%40.8

CMYK color model

#A764B8 color CMYK value is (9,46,0,28).

  • cyan value is 9.24%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(9,46,0,28)
C9M46Y0K28 
(9%,46%,0%,28%)
(0.09/0.46/0.00/0.28)	

CMYK percentages

%9.24
%45.65
%0
%27.84

Codes

Color #A764B8 in popluar color models

A764B8
RGB167100184
HSL288°37.17%55.69%
HSB/HSV288°45.65%72.16%
CMYK9.24%45.65%0.00%
27.84%

Color #A764B8 in popluar number systems.

HEXA764B8
Decimal167100184
Binary10100111110010010111000
Octal247144270

Shades and tints

Shades of #A764B8

#A764B8
(167,100,184)
#985BA8
(152,91,168)
#895298
(137,82,152)
#7A4988
(122,73,136)
#6B4078
(107,64,120)
#5C3768
(92,55,104)
#4D2E58
(77,46,88)
#3E2548
(62,37,72)
#2F1C38
(47,28,56)
#201328
(32,19,40)
#110A18
(17,10,24)
#000000
(0,0,0)

Tints of #A764B8

#A764B8
(167,100,184)
#AF72BE
(175,114,190)
#B780C4
(183,128,196)
#BF8ECA
(191,142,202)
#C79CD0
(199,156,208)
#CFAAD6
(207,170,214)
#D7B8DC
(215,184,220)
#DFC6E2
(223,198,226)
#E7D4E8
(231,212,232)
#EFE2EE
(239,226,238)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A764B8 color. Also use rgb(167,100,184) instead hex code.

Text Font Color

.myTextColor { color: #A764B8; }

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

This text font color is #A764B8.


Background Color

.myBgColor { background-color: #A764B8; }

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

This div background color is #A764B8.


Border color

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

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

This div border color is #A764B8.


Opacity

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

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

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

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

This text has shadow with #A764B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A764B8 on black background.


Color preview on white background

This text has color #A764B8 on white background.



Black color preview on #A764B8 background

This text has black color on #A764B8 background.


White color preview on #A764B8 background

This text has white color on #A764B8 background.