COLOR #A385FF

HEX: #A385FF
RGB: (163,133,255)

Color info

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

RGB color model

#A385FF color RGB value is (163,133,255).

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

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 255 of 255 = 100%

163
133
255

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

Portions of RGB colors in percentages

R + G + B =
163 + 133 + 255 = 551 (100%)
R 163 of 551 ~ 29.58%
G 133 of 551 ~ 24.14%
B 255 of 551 ~ 46.28%

%29.58
%24.14
%46.28

CMYK color model

#A385FF color CMYK value is (36,48,0,0).

  • cyan value is 36.08%
  • magenta value is 47.84%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(36,48,0,0)
C36M48Y0K0 
(36%,48%,0%,0%)
(0.36/0.48/0.00/0.00)	

CMYK percentages

%36.08
%47.84
%0
%0

Codes

Color #A385FF in popluar color models

A385FF
RGB163133255
HSL255°100.00%76.08%
HSB/HSV255°47.84%100.00%
CMYK36.08%47.84%0.00%
0.00%

Color #A385FF in popluar number systems.

HEXA385FF
Decimal163133255
Binary101000111000010111111111
Octal243205377

Shades and tints

Shades of #A385FF

#A385FF
(163,133,255)
#9579E8
(149,121,232)
#876DD1
(135,109,209)
#7961BA
(121,97,186)
#6B55A3
(107,85,163)
#5D498C
(93,73,140)
#4F3D75
(79,61,117)
#41315E
(65,49,94)
#332547
(51,37,71)
#251930
(37,25,48)
#170D19
(23,13,25)
#000000
(0,0,0)

Tints of #A385FF

#A385FF
(163,133,255)
#AB90FF
(171,144,255)
#B39BFF
(179,155,255)
#BBA6FF
(187,166,255)
#C3B1FF
(195,177,255)
#CBBCFF
(203,188,255)
#D3C7FF
(211,199,255)
#DBD2FF
(219,210,255)
#E3DDFF
(227,221,255)
#EBE8FF
(235,232,255)
#F3F3FF
(243,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A385FF; }

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

This text font color is #A385FF.


Background Color

.myBgColor { background-color: #A385FF; }

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

This div background color is #A385FF.


Border color

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

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

This div border color is #A385FF.


Opacity

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

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

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

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

This text has shadow with #A385FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A385FF on black background.


Color preview on white background

This text has color #A385FF on white background.



Black color preview on #A385FF background

This text has black color on #A385FF background.


White color preview on #A385FF background

This text has white color on #A385FF background.