COLOR #A385E6

HEX: #A385E6
RGB: (163,133,230)

Color info

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

RGB color model

#A385E6 color RGB value is (163,133,230).

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

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 230 of 255 = 90%

163
133
230

R + G + B ~ 69%. #A385E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 133 + 230 = 526 (100%)
R 163 of 526 ~ 30.99%
G 133 of 526 ~ 25.29%
B 230 of 526 ~ 43.73%

%30.99
%25.29
%43.73

CMYK color model

#A385E6 color CMYK value is (29,42,0,10).

  • cyan value is 29.13%
  • magenta value is 42.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(29,42,0,10)
C29M42Y0K10 
(29%,42%,0%,10%)
(0.29/0.42/0.00/0.10)	

CMYK percentages

%29.13
%42.17
%0
%9.8

Codes

Color #A385E6 in popluar color models

A385E6
RGB163133230
HSL259°65.99%71.18%
HSB/HSV259°42.17%90.20%
CMYK29.13%42.17%0.00%
9.80%

Color #A385E6 in popluar number systems.

HEXA385E6
Decimal163133230
Binary101000111000010111100110
Octal243205346

Shades and tints

Shades of #A385E6

#A385E6
(163,133,230)
#9579D2
(149,121,210)
#876DBE
(135,109,190)
#7961AA
(121,97,170)
#6B5596
(107,85,150)
#5D4982
(93,73,130)
#4F3D6E
(79,61,110)
#41315A
(65,49,90)
#332546
(51,37,70)
#251932
(37,25,50)
#170D1E
(23,13,30)
#000000
(0,0,0)

Tints of #A385E6

#A385E6
(163,133,230)
#AB90E8
(171,144,232)
#B39BEA
(179,155,234)
#BBA6EC
(187,166,236)
#C3B1EE
(195,177,238)
#CBBCF0
(203,188,240)
#D3C7F2
(211,199,242)
#DBD2F4
(219,210,244)
#E3DDF6
(227,221,246)
#EBE8F8
(235,232,248)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A385E6; }

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

This text font color is #A385E6.


Background Color

.myBgColor { background-color: #A385E6; }

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

This div background color is #A385E6.


Border color

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

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

This div border color is #A385E6.


Opacity

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

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

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

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

This text has shadow with #A385E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A385E6 on black background.


Color preview on white background

This text has color #A385E6 on white background.



Black color preview on #A385E6 background

This text has black color on #A385E6 background.


White color preview on #A385E6 background

This text has white color on #A385E6 background.