COLOR #A381E6

HEX: #A381E6
RGB: (163,129,230)

Color info

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

RGB color model

#A381E6 color RGB value is (163,129,230).

  • red value is 163;
  • green value is 129;
  • blue value is 230.
RGB:
(163,129,230)
(64%,51%,90%)

RGB channels and saturation

R 163 of 255 = 64%
G 129 of 255 = 51%
B 230 of 255 = 90%

163
129
230

R + G + B ~ 68%. #A381E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 129 + 230 = 522 (100%)
R 163 of 522 ~ 31.23%
G 129 of 522 ~ 24.71%
B 230 of 522 ~ 44.06%

%31.23
%24.71
%44.06

CMYK color model

#A381E6 color CMYK value is (29,44,0,10).

  • cyan value is 29.13%
  • magenta value is 43.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(29,44,0,10)
C29M44Y0K10 
(29%,44%,0%,10%)
(0.29/0.44/0.00/0.10)	

CMYK percentages

%29.13
%43.91
%0
%9.8

Codes

Color #A381E6 in popluar color models

A381E6
RGB163129230
HSL260°66.89%70.39%
HSB/HSV260°43.91%90.20%
CMYK29.13%43.91%0.00%
9.80%

Color #A381E6 in popluar number systems.

HEXA381E6
Decimal163129230
Binary101000111000000111100110
Octal243201346

Shades and tints

Shades of #A381E6

#A381E6
(163,129,230)
#9576D2
(149,118,210)
#876BBE
(135,107,190)
#7960AA
(121,96,170)
#6B5596
(107,85,150)
#5D4A82
(93,74,130)
#4F3F6E
(79,63,110)
#41345A
(65,52,90)
#332946
(51,41,70)
#251E32
(37,30,50)
#17131E
(23,19,30)
#000000
(0,0,0)

Tints of #A381E6

#A381E6
(163,129,230)
#AB8CE8
(171,140,232)
#B397EA
(179,151,234)
#BBA2EC
(187,162,236)
#C3ADEE
(195,173,238)
#CBB8F0
(203,184,240)
#D3C3F2
(211,195,242)
#DBCEF4
(219,206,244)
#E3D9F6
(227,217,246)
#EBE4F8
(235,228,248)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A381E6 color. Also use rgb(163,129,230) instead hex code.

Text Font Color

.myTextColor { color: #A381E6; }

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

This text font color is #A381E6.


Background Color

.myBgColor { background-color: #A381E6; }

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

This div background color is #A381E6.


Border color

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

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

This div border color is #A381E6.


Opacity

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

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

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

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

This text has shadow with #A381E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A381E6 on black background.


Color preview on white background

This text has color #A381E6 on white background.



Black color preview on #A381E6 background

This text has black color on #A381E6 background.


White color preview on #A381E6 background

This text has white color on #A381E6 background.