COLOR #A38FEF

HEX: #A38FEF
RGB: (163,143,239)

Color info

#A38FEF contains mainly blue color. Web safe color of #A38FEF is #9999FF (or #99F).

RGB color model

#A38FEF color RGB value is (163,143,239).

  • red value is 163;
  • green value is 143;
  • blue value is 239.
RGB:
(163,143,239)
(64%,56%,94%)

RGB channels and saturation

R 163 of 255 = 64%
G 143 of 255 = 56%
B 239 of 255 = 94%

163
143
239

R + G + B ~ 71%. #A38FEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 239 = 545 (100%)
R 163 of 545 ~ 29.91%
G 143 of 545 ~ 26.24%
B 239 of 545 ~ 43.85%

%29.91
%26.24
%43.85

CMYK color model

#A38FEF color CMYK value is (32,40,0,6).

  • cyan value is 31.80%
  • magenta value is 40.17%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(32,40,0,6)
C32M40Y0K6 
(32%,40%,0%,6%)
(0.32/0.40/0.00/0.06)	

CMYK percentages

%31.8
%40.17
%0
%6.27

Codes

Color #A38FEF in popluar color models

A38FEF
RGB163143239
HSL253°75.00%74.90%
HSB/HSV253°40.17%93.73%
CMYK31.80%40.17%0.00%
6.27%

Color #A38FEF in popluar number systems.

HEXA38FEF
Decimal163143239
Binary101000111000111111101111
Octal243217357

Shades and tints

Shades of #A38FEF

#A38FEF
(163,143,239)
#9582DA
(149,130,218)
#8775C5
(135,117,197)
#7968B0
(121,104,176)
#6B5B9B
(107,91,155)
#5D4E86
(93,78,134)
#4F4171
(79,65,113)
#41345C
(65,52,92)
#332747
(51,39,71)
#251A32
(37,26,50)
#170D1D
(23,13,29)
#000000
(0,0,0)

Tints of #A38FEF

#A38FEF
(163,143,239)
#AB99F0
(171,153,240)
#B3A3F1
(179,163,241)
#BBADF2
(187,173,242)
#C3B7F3
(195,183,243)
#CBC1F4
(203,193,244)
#D3CBF5
(211,203,245)
#DBD5F6
(219,213,246)
#E3DFF7
(227,223,247)
#EBE9F8
(235,233,248)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38FEF color. Also use rgb(163,143,239) instead hex code.

Text Font Color

.myTextColor { color: #A38FEF; }

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

This text font color is #A38FEF.


Background Color

.myBgColor { background-color: #A38FEF; }

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

This div background color is #A38FEF.


Border color

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

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

This div border color is #A38FEF.


Opacity

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

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

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

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

This text has shadow with #A38FEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38FEF on black background.


Color preview on white background

This text has color #A38FEF on white background.



Black color preview on #A38FEF background

This text has black color on #A38FEF background.


White color preview on #A38FEF background

This text has white color on #A38FEF background.