COLOR #A831DF

HEX: #A831DF
RGB: (168,49,223)

Color info

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

RGB color model

#A831DF color RGB value is (168,49,223).

  • red value is 168;
  • green value is 49;
  • blue value is 223.
RGB:
(168,49,223)
(66%,19%,87%)

RGB channels and saturation

R 168 of 255 = 66%
G 49 of 255 = 19%
B 223 of 255 = 87%

168
49
223

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

Portions of RGB colors in percentages

R + G + B =
168 + 49 + 223 = 440 (100%)
R 168 of 440 ~ 38.18%
G 49 of 440 ~ 11.14%
B 223 of 440 ~ 50.68%

%38.18
%11.14
%50.68

CMYK color model

#A831DF color CMYK value is (25,78,0,13).

  • cyan value is 24.66%
  • magenta value is 78.03%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(25,78,0,13)
C25M78Y0K13 
(25%,78%,0%,13%)
(0.25/0.78/0.00/0.13)	

CMYK percentages

%24.66
%78.03
%0
%12.55

Codes

Color #A831DF in popluar color models

A831DF
RGB16849223
HSL281°73.11%53.33%
HSB/HSV281°78.03%87.45%
CMYK24.66%78.03%0.00%
12.55%

Color #A831DF in popluar number systems.

HEXA831DF
Decimal16849223
Binary1010100011000111011111
Octal25061337

Shades and tints

Shades of #A831DF

#A831DF
(168,49,223)
#992DCB
(153,45,203)
#8A29B7
(138,41,183)
#7B25A3
(123,37,163)
#6C218F
(108,33,143)
#5D1D7B
(93,29,123)
#4E1967
(78,25,103)
#3F1553
(63,21,83)
#30113F
(48,17,63)
#210D2B
(33,13,43)
#120917
(18,9,23)
#000000
(0,0,0)

Tints of #A831DF

#A831DF
(168,49,223)
#AF43E1
(175,67,225)
#B655E3
(182,85,227)
#BD67E5
(189,103,229)
#C479E7
(196,121,231)
#CB8BE9
(203,139,233)
#D29DEB
(210,157,235)
#D9AFED
(217,175,237)
#E0C1EF
(224,193,239)
#E7D3F1
(231,211,241)
#EEE5F3
(238,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A831DF color. Also use rgb(168,49,223) instead hex code.

Text Font Color

.myTextColor { color: #A831DF; }

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

This text font color is #A831DF.


Background Color

.myBgColor { background-color: #A831DF; }

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

This div background color is #A831DF.


Border color

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

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

This div border color is #A831DF.


Opacity

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

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

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

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

This text has shadow with #A831DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A831DF on black background.


Color preview on white background

This text has color #A831DF on white background.



Black color preview on #A831DF background

This text has black color on #A831DF background.


White color preview on #A831DF background

This text has white color on #A831DF background.