COLOR #A38CF4

HEX: #A38CF4 RGB: (163,140,244)

Color info

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

RGB color model

#A38CF4 color RGB value is (163,140,244).

RGB: (163,140,244) (64%, 55%, 96%)

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 244 of 255 = 96%

163
140
244

R + G + B ~ 72%. #A38CF4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 140 + 244 = 547 (100%)
R 163 of 547 ~ 29.8%
G 140 of 547 ~ 25.59%
B 244 of 547 ~ 44.61'%

%29.8
%25.59
%44.61

CMYK color model

#A38CF4 color CMYK value is (33,43,0,4).

  • cyan value is 33.20%
  • magenta value is 42.62%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (33,43,0,4)
C33M43Y0K4 (33%, 43%, 0%, 4%)
(0.33 / 0.43 / 0.00 / 0.04)

CMYK percentages

%33.2
%42.62
%0
%4.31

Codes

Color #A38CF4 in popluar color models

A3 8C F4
RGB 163 140 244
HSL 253° 82.54% 75.29%
HSB/HSV 253° 42.62% 95.69%
CMYK 33.20% 42.62% 0.00%
4.31%

Color #A38CF4 in popluar number systems.

HEX A3 8C F4
Decimal 163 140 244
Binary 10100011 10001100 11110100
Octal 243 214 364

Shades and tints

Shades of #A38CF4

#A38CF4
(163,140,244)
#9580DE
(149,128,222)
#8774C8
(135,116,200)
#7968B2
(121,104,178)
#6B5C9C
(107,92,156)
#5D5086
(93,80,134)
#4F4470
(79,68,112)
#41385A
(65,56,90)
#332C44
(51,44,68)
#25202E
(37,32,46)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #A38CF4

#A38CF4
(163,140,244)
#AB96F5
(171,150,245)
#B3A0F6
(179,160,246)
#BBAAF7
(187,170,247)
#C3B4F8
(195,180,248)
#CBBEF9
(203,190,249)
#D3C8FA
(211,200,250)
#DBD2FB
(219,210,251)
#E3DCFC
(227,220,252)
#EBE6FD
(235,230,253)
#F3F0FE
(243,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38CF4 color. Also use rgb(163,140,244) instead hex code.

Text Font Color

.myTextColor { color: #A38CF4; }

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

This text font color is #A38CF4.

Background Color

.myBgColor { background-color: #A38CF4; }

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

This div background color is #A38CF4.

Border color

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

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

This div border color is #A38CF4.

Opacity

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

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

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

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

This text has shadow with #A38CF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38CF4.

Preview

Color preview on black background

This text has color #A38CF4 on black background.


Color preview on white background

This text has color #A38CF4 on white background.


Black color preview on #A38CF4 background

This text has black color on #A38CF4 background.


White color preview on #A38CF4 background

This text has white color on #A38CF4 background.


Related colors

Complementary color

Complementary color for #hex is #5C730B.


I love getcolorcode.com

Triadic colors

1 #F4A38C and #8CF4A3 with #A38CF4 are triadic colors.

2 #F48CA3 and #8CA3F4 with #A38CF4 are triadic colors.