COLOR #A382DF

HEX: #A382DF
RGB: (163,130,223)

Color info

#A382DF contains mainly blue color. Web safe color of #A382DF is #9999CC (or #99C).

RGB color model

#A382DF color RGB value is (163,130,223).

  • red value is 163;
  • green value is 130;
  • blue value is 223.
RGB:
(163,130,223)
(64%,51%,87%)

RGB channels and saturation

R 163 of 255 = 64%
G 130 of 255 = 51%
B 223 of 255 = 87%

163
130
223

R + G + B ~ 67%. #A382DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 130 + 223 = 516 (100%)
R 163 of 516 ~ 31.59%
G 130 of 516 ~ 25.19%
B 223 of 516 ~ 43.22%

%31.59
%25.19
%43.22

CMYK color model

#A382DF color CMYK value is (27,42,0,13).

  • cyan value is 26.91%
  • magenta value is 41.70%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(27,42,0,13)
C27M42Y0K13 
(27%,42%,0%,13%)
(0.27/0.42/0.00/0.13)	

CMYK percentages

%26.91
%41.7
%0
%12.55

Codes

Color #A382DF in popluar color models

A382DF
RGB163130223
HSL261°59.24%69.22%
HSB/HSV261°41.70%87.45%
CMYK26.91%41.70%0.00%
12.55%

Color #A382DF in popluar number systems.

HEXA382DF
Decimal163130223
Binary101000111000001011011111
Octal243202337

Shades and tints

Shades of #A382DF

#A382DF
(163,130,223)
#9577CB
(149,119,203)
#876CB7
(135,108,183)
#7961A3
(121,97,163)
#6B568F
(107,86,143)
#5D4B7B
(93,75,123)
#4F4067
(79,64,103)
#413553
(65,53,83)
#332A3F
(51,42,63)
#251F2B
(37,31,43)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #A382DF

#A382DF
(163,130,223)
#AB8DE1
(171,141,225)
#B398E3
(179,152,227)
#BBA3E5
(187,163,229)
#C3AEE7
(195,174,231)
#CBB9E9
(203,185,233)
#D3C4EB
(211,196,235)
#DBCFED
(219,207,237)
#E3DAEF
(227,218,239)
#EBE5F1
(235,229,241)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A382DF color. Also use rgb(163,130,223) instead hex code.

Text Font Color

.myTextColor { color: #A382DF; }

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

This text font color is #A382DF.


Background Color

.myBgColor { background-color: #A382DF; }

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

This div background color is #A382DF.


Border color

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

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

This div border color is #A382DF.


Opacity

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

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

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

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

This text has shadow with #A382DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A382DF on black background.


Color preview on white background

This text has color #A382DF on white background.



Black color preview on #A382DF background

This text has black color on #A382DF background.


White color preview on #A382DF background

This text has white color on #A382DF background.