COLOR #A731E1

HEX: #A731E1
RGB: (167,49,225)

Color info

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

RGB color model

#A731E1 color RGB value is (167,49,225).

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

RGB channels and saturation

R 167 of 255 = 65%
G 49 of 255 = 19%
B 225 of 255 = 88%

167
49
225

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

Portions of RGB colors in percentages

R + G + B =
167 + 49 + 225 = 441 (100%)
R 167 of 441 ~ 37.87%
G 49 of 441 ~ 11.11%
B 225 of 441 ~ 51.02%

%37.87
%11.11
%51.02

CMYK color model

#A731E1 color CMYK value is (26,78,0,12).

  • cyan value is 25.78%
  • magenta value is 78.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(26,78,0,12)
C26M78Y0K12 
(26%,78%,0%,12%)
(0.26/0.78/0.00/0.12)	

CMYK percentages

%25.78
%78.22
%0
%11.76

Codes

Color #A731E1 in popluar color models

A731E1
RGB16749225
HSL280°74.58%53.73%
HSB/HSV280°78.22%88.24%
CMYK25.78%78.22%0.00%
11.76%

Color #A731E1 in popluar number systems.

HEXA731E1
Decimal16749225
Binary1010011111000111100001
Octal24761341

Shades and tints

Shades of #A731E1

#A731E1
(167,49,225)
#982DCD
(152,45,205)
#8929B9
(137,41,185)
#7A25A5
(122,37,165)
#6B2191
(107,33,145)
#5C1D7D
(92,29,125)
#4D1969
(77,25,105)
#3E1555
(62,21,85)
#2F1141
(47,17,65)
#200D2D
(32,13,45)
#110919
(17,9,25)
#000000
(0,0,0)

Tints of #A731E1

#A731E1
(167,49,225)
#AF43E3
(175,67,227)
#B755E5
(183,85,229)
#BF67E7
(191,103,231)
#C779E9
(199,121,233)
#CF8BEB
(207,139,235)
#D79DED
(215,157,237)
#DFAFEF
(223,175,239)
#E7C1F1
(231,193,241)
#EFD3F3
(239,211,243)
#F7E5F5
(247,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A731E1; }

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

This text font color is #A731E1.


Background Color

.myBgColor { background-color: #A731E1; }

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

This div background color is #A731E1.


Border color

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

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

This div border color is #A731E1.


Opacity

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

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

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

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

This text has shadow with #A731E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A731E1 on black background.


Color preview on white background

This text has color #A731E1 on white background.



Black color preview on #A731E1 background

This text has black color on #A731E1 background.


White color preview on #A731E1 background

This text has white color on #A731E1 background.