COLOR #A385BE

HEX: #A385BE
RGB: (163,133,190)

Color info

#A385BE contains red, green and blue colors in about the same proportion. Web safe color of #A385BE is #9999CC (or #99C).

RGB color model

#A385BE color RGB value is (163,133,190).

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

RGB channels and saturation

R 163 of 255 = 64%
G 133 of 255 = 52%
B 190 of 255 = 75%

163
133
190

R + G + B ~ 64%. #A385BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 133 + 190 = 486 (100%)
R 163 of 486 ~ 33.54%
G 133 of 486 ~ 27.37%
B 190 of 486 ~ 39.09%

%33.54
%27.37
%39.09

CMYK color model

#A385BE color CMYK value is (14,30,0,25).

  • cyan value is 14.21%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(14,30,0,25)
C14M30Y0K25 
(14%,30%,0%,25%)
(0.14/0.30/0.00/0.25)	

CMYK percentages

%14.21
%30
%0
%25.49

Codes

Color #A385BE in popluar color models

A385BE
RGB163133190
HSL272°30.48%63.33%
HSB/HSV272°30.00%74.51%
CMYK14.21%30.00%0.00%
25.49%

Color #A385BE in popluar number systems.

HEXA385BE
Decimal163133190
Binary101000111000010110111110
Octal243205276

Shades and tints

Shades of #A385BE

#A385BE
(163,133,190)
#9579AD
(149,121,173)
#876D9C
(135,109,156)
#79618B
(121,97,139)
#6B557A
(107,85,122)
#5D4969
(93,73,105)
#4F3D58
(79,61,88)
#413147
(65,49,71)
#332536
(51,37,54)
#251925
(37,25,37)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #A385BE

#A385BE
(163,133,190)
#AB90C3
(171,144,195)
#B39BC8
(179,155,200)
#BBA6CD
(187,166,205)
#C3B1D2
(195,177,210)
#CBBCD7
(203,188,215)
#D3C7DC
(211,199,220)
#DBD2E1
(219,210,225)
#E3DDE6
(227,221,230)
#EBE8EB
(235,232,235)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A385BE; }

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

This text font color is #A385BE.


Background Color

.myBgColor { background-color: #A385BE; }

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

This div background color is #A385BE.


Border color

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

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

This div border color is #A385BE.


Opacity

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

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

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

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

This text has shadow with #A385BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A385BE on black background.


Color preview on white background

This text has color #A385BE on white background.



Black color preview on #A385BE background

This text has black color on #A385BE background.


White color preview on #A385BE background

This text has white color on #A385BE background.