COLOR #A031EE

HEX: #A031EE
RGB: (160,49,238)

Color info

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

RGB color model

#A031EE color RGB value is (160,49,238).

  • red value is 160;
  • green value is 49;
  • blue value is 238.
RGB:
(160,49,238)
(63%,19%,93%)

RGB channels and saturation

R 160 of 255 = 63%
G 49 of 255 = 19%
B 238 of 255 = 93%

160
49
238

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

Portions of RGB colors in percentages

R + G + B =
160 + 49 + 238 = 447 (100%)
R 160 of 447 ~ 35.79%
G 49 of 447 ~ 10.96%
B 238 of 447 ~ 53.24%

%35.79
%10.96
%53.24

CMYK color model

#A031EE color CMYK value is (33,79,0,7).

  • cyan value is 32.77%
  • magenta value is 79.41%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(33,79,0,7)
C33M79Y0K7 
(33%,79%,0%,7%)
(0.33/0.79/0.00/0.07)	

CMYK percentages

%32.77
%79.41
%0
%6.67

Codes

Color #A031EE in popluar color models

A031EE
RGB16049238
HSL275°84.75%56.27%
HSB/HSV275°79.41%93.33%
CMYK32.77%79.41%0.00%
6.67%

Color #A031EE in popluar number systems.

HEXA031EE
Decimal16049238
Binary1010000011000111101110
Octal24061356

Shades and tints

Shades of #A031EE

#A031EE
(160,49,238)
#922DD9
(146,45,217)
#8429C4
(132,41,196)
#7625AF
(118,37,175)
#68219A
(104,33,154)
#5A1D85
(90,29,133)
#4C1970
(76,25,112)
#3E155B
(62,21,91)
#301146
(48,17,70)
#220D31
(34,13,49)
#14091C
(20,9,28)
#000000
(0,0,0)

Tints of #A031EE

#A031EE
(160,49,238)
#A843EF
(168,67,239)
#B055F0
(176,85,240)
#B867F1
(184,103,241)
#C079F2
(192,121,242)
#C88BF3
(200,139,243)
#D09DF4
(208,157,244)
#D8AFF5
(216,175,245)
#E0C1F6
(224,193,246)
#E8D3F7
(232,211,247)
#F0E5F8
(240,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A031EE color. Also use rgb(160,49,238) instead hex code.

Text Font Color

.myTextColor { color: #A031EE; }

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

This text font color is #A031EE.


Background Color

.myBgColor { background-color: #A031EE; }

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

This div background color is #A031EE.


Border color

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

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

This div border color is #A031EE.


Opacity

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

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

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

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

This text has shadow with #A031EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A031EE on black background.


Color preview on white background

This text has color #A031EE on white background.



Black color preview on #A031EE background

This text has black color on #A031EE background.


White color preview on #A031EE background

This text has white color on #A031EE background.