COLOR #D3A5FA

HEX: #D3A5FA
RGB: (211,165,250)

Color info

#D3A5FA contains mainly red and blue colors. Web safe color of #D3A5FA is #CC99FF (or #C9F).

RGB color model

#D3A5FA color RGB value is (211,165,250).

  • red value is 211;
  • green value is 165;
  • blue value is 250.
RGB:
(211,165,250)
(83%,65%,98%)

RGB channels and saturation

R 211 of 255 = 83%
G 165 of 255 = 65%
B 250 of 255 = 98%

211
165
250

R + G + B ~ 82%. #D3A5FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 165 + 250 = 626 (100%)
R 211 of 626 ~ 33.71%
G 165 of 626 ~ 26.36%
B 250 of 626 ~ 39.94%

%33.71
%26.36
%39.94

CMYK color model

#D3A5FA color CMYK value is (16,34,0,2).

  • cyan value is 15.60%
  • magenta value is 34.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(16,34,0,2)
C16M34Y0K2 
(16%,34%,0%,2%)
(0.16/0.34/0.00/0.02)	

CMYK percentages

%15.6
%34
%0
%1.96

Codes

Color #D3A5FA in popluar color models

D3A5FA
RGB211165250
HSL272°89.47%81.37%
HSB/HSV272°34.00%98.04%
CMYK15.60%34.00%0.00%
1.96%

Color #D3A5FA in popluar number systems.

HEXD3A5FA
Decimal211165250
Binary110100111010010111111010
Octal323245372

Shades and tints

Shades of #D3A5FA

#D3A5FA
(211,165,250)
#C096E4
(192,150,228)
#AD87CE
(173,135,206)
#9A78B8
(154,120,184)
#8769A2
(135,105,162)
#745A8C
(116,90,140)
#614B76
(97,75,118)
#4E3C60
(78,60,96)
#3B2D4A
(59,45,74)
#281E34
(40,30,52)
#150F1E
(21,15,30)
#000000
(0,0,0)

Tints of #D3A5FA

#D3A5FA
(211,165,250)
#D7ADFA
(215,173,250)
#DBB5FA
(219,181,250)
#DFBDFA
(223,189,250)
#E3C5FA
(227,197,250)
#E7CDFA
(231,205,250)
#EBD5FA
(235,213,250)
#EFDDFA
(239,221,250)
#F3E5FA
(243,229,250)
#F7EDFA
(247,237,250)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A5FA color. Also use rgb(211,165,250) instead hex code.

Text Font Color

.myTextColor { color: #D3A5FA; }

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

This text font color is #D3A5FA.


Background Color

.myBgColor { background-color: #D3A5FA; }

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

This div background color is #D3A5FA.


Border color

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

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

This div border color is #D3A5FA.


Opacity

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

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

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

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

This text has shadow with #D3A5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A5FA on black background.


Color preview on white background

This text has color #D3A5FA on white background.



Black color preview on #D3A5FA background

This text has black color on #D3A5FA background.


White color preview on #D3A5FA background

This text has white color on #D3A5FA background.