COLOR #A749E1

HEX: #A749E1
RGB: (167,73,225)

Color info

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

RGB color model

#A749E1 color RGB value is (167,73,225).

  • red value is 167;
  • green value is 73;
  • blue value is 225.
RGB:
(167,73,225)
(65%,29%,88%)

RGB channels and saturation

R 167 of 255 = 65%
G 73 of 255 = 29%
B 225 of 255 = 88%

167
73
225

R + G + B ~ 61%. #A749E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 73 + 225 = 465 (100%)
R 167 of 465 ~ 35.91%
G 73 of 465 ~ 15.7%
B 225 of 465 ~ 48.39%

%35.91
%15.7
%48.39

CMYK color model

#A749E1 color CMYK value is (26,68,0,12).

  • cyan value is 25.78%
  • magenta value is 67.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(26,68,0,12)
C26M68Y0K12 
(26%,68%,0%,12%)
(0.26/0.68/0.00/0.12)	

CMYK percentages

%25.78
%67.56
%0
%11.76

Codes

Color #A749E1 in popluar color models

A749E1
RGB16773225
HSL277°71.70%58.43%
HSB/HSV277°67.56%88.24%
CMYK25.78%67.56%0.00%
11.76%

Color #A749E1 in popluar number systems.

HEXA749E1
Decimal16773225
Binary10100111100100111100001
Octal247111341

Shades and tints

Shades of #A749E1

#A749E1
(167,73,225)
#9843CD
(152,67,205)
#893DB9
(137,61,185)
#7A37A5
(122,55,165)
#6B3191
(107,49,145)
#5C2B7D
(92,43,125)
#4D2569
(77,37,105)
#3E1F55
(62,31,85)
#2F1941
(47,25,65)
#20132D
(32,19,45)
#110D19
(17,13,25)
#000000
(0,0,0)

Tints of #A749E1

#A749E1
(167,73,225)
#AF59E3
(175,89,227)
#B769E5
(183,105,229)
#BF79E7
(191,121,231)
#C789E9
(199,137,233)
#CF99EB
(207,153,235)
#D7A9ED
(215,169,237)
#DFB9EF
(223,185,239)
#E7C9F1
(231,201,241)
#EFD9F3
(239,217,243)
#F7E9F5
(247,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A749E1 color. Also use rgb(167,73,225) instead hex code.

Text Font Color

.myTextColor { color: #A749E1; }

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

This text font color is #A749E1.


Background Color

.myBgColor { background-color: #A749E1; }

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

This div background color is #A749E1.


Border color

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

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

This div border color is #A749E1.


Opacity

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

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

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

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

This text has shadow with #A749E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A749E1 on black background.


Color preview on white background

This text has color #A749E1 on white background.



Black color preview on #A749E1 background

This text has black color on #A749E1 background.


White color preview on #A749E1 background

This text has white color on #A749E1 background.