COLOR #A746F6

HEX: #A746F6
RGB: (167,70,246)

Color info

#A746F6 contains mainly blue color. Web safe color of #A746F6 is #9933FF (or #93F).

RGB color model

#A746F6 color RGB value is (167,70,246).

  • red value is 167;
  • green value is 70;
  • blue value is 246.
RGB:
(167,70,246)
(65%,27%,96%)

RGB channels and saturation

R 167 of 255 = 65%
G 70 of 255 = 27%
B 246 of 255 = 96%

167
70
246

R + G + B ~ 63%. #A746F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 70 + 246 = 483 (100%)
R 167 of 483 ~ 34.58%
G 70 of 483 ~ 14.49%
B 246 of 483 ~ 50.93%

%34.58
%14.49
%50.93

CMYK color model

#A746F6 color CMYK value is (32,72,0,4).

  • cyan value is 32.11%
  • magenta value is 71.54%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(32,72,0,4)
C32M72Y0K4 
(32%,72%,0%,4%)
(0.32/0.72/0.00/0.04)	

CMYK percentages

%32.11
%71.54
%0
%3.53

Codes

Color #A746F6 in popluar color models

A746F6
RGB16770246
HSL273°90.72%61.96%
HSB/HSV273°71.54%96.47%
CMYK32.11%71.54%0.00%
3.53%

Color #A746F6 in popluar number systems.

HEXA746F6
Decimal16770246
Binary10100111100011011110110
Octal247106366

Shades and tints

Shades of #A746F6

#A746F6
(167,70,246)
#9840E0
(152,64,224)
#893ACA
(137,58,202)
#7A34B4
(122,52,180)
#6B2E9E
(107,46,158)
#5C2888
(92,40,136)
#4D2272
(77,34,114)
#3E1C5C
(62,28,92)
#2F1646
(47,22,70)
#201030
(32,16,48)
#110A1A
(17,10,26)
#000000
(0,0,0)

Tints of #A746F6

#A746F6
(167,70,246)
#AF56F6
(175,86,246)
#B766F6
(183,102,246)
#BF76F6
(191,118,246)
#C786F6
(199,134,246)
#CF96F6
(207,150,246)
#D7A6F6
(215,166,246)
#DFB6F6
(223,182,246)
#E7C6F6
(231,198,246)
#EFD6F6
(239,214,246)
#F7E6F6
(247,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A746F6 color. Also use rgb(167,70,246) instead hex code.

Text Font Color

.myTextColor { color: #A746F6; }

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

This text font color is #A746F6.


Background Color

.myBgColor { background-color: #A746F6; }

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

This div background color is #A746F6.


Border color

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

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

This div border color is #A746F6.


Opacity

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

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

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

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

This text has shadow with #A746F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A746F6 on black background.


Color preview on white background

This text has color #A746F6 on white background.



Black color preview on #A746F6 background

This text has black color on #A746F6 background.


White color preview on #A746F6 background

This text has white color on #A746F6 background.