COLOR #A385CB

HEX: #A385CB
RGB: (163,133,203)

Color info

#A385CB contains mainly red and blue colors. Web safe color of #A385CB is #9999CC (or #99C).

RGB color model

#A385CB color RGB value is (163,133,203).

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

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 203 of 255 = 80%

163
133
203

R + G + B ~ 65%. #A385CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 133 + 203 = 499 (100%)
R 163 of 499 ~ 32.67%
G 133 of 499 ~ 26.65%
B 203 of 499 ~ 40.68%

%32.67
%26.65
%40.68

CMYK color model

#A385CB color CMYK value is (20,34,0,20).

  • cyan value is 19.70%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(20,34,0,20)
C20M34Y0K20 
(20%,34%,0%,20%)
(0.20/0.34/0.00/0.20)	

CMYK percentages

%19.7
%34.48
%0
%20.39

Codes

Color #A385CB in popluar color models

A385CB
RGB163133203
HSL266°40.23%65.88%
HSB/HSV266°34.48%79.61%
CMYK19.70%34.48%0.00%
20.39%

Color #A385CB in popluar number systems.

HEXA385CB
Decimal163133203
Binary101000111000010111001011
Octal243205313

Shades and tints

Shades of #A385CB

#A385CB
(163,133,203)
#9579B9
(149,121,185)
#876DA7
(135,109,167)
#796195
(121,97,149)
#6B5583
(107,85,131)
#5D4971
(93,73,113)
#4F3D5F
(79,61,95)
#41314D
(65,49,77)
#33253B
(51,37,59)
#251929
(37,25,41)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #A385CB

#A385CB
(163,133,203)
#AB90CF
(171,144,207)
#B39BD3
(179,155,211)
#BBA6D7
(187,166,215)
#C3B1DB
(195,177,219)
#CBBCDF
(203,188,223)
#D3C7E3
(211,199,227)
#DBD2E7
(219,210,231)
#E3DDEB
(227,221,235)
#EBE8EF
(235,232,239)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A385CB; }

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

This text font color is #A385CB.


Background Color

.myBgColor { background-color: #A385CB; }

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

This div background color is #A385CB.


Border color

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

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

This div border color is #A385CB.


Opacity

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

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

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

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

This text has shadow with #A385CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A385CB on black background.


Color preview on white background

This text has color #A385CB on white background.



Black color preview on #A385CB background

This text has black color on #A385CB background.


White color preview on #A385CB background

This text has white color on #A385CB background.