COLOR #A390B2

HEX: #A390B2
RGB: (163,144,178)

Color info

#A390B2 contains red, green and blue colors in about the same proportion. Web safe color of #A390B2 is #999999 (or #999).

RGB color model

#A390B2 color RGB value is (163,144,178).

  • red value is 163;
  • green value is 144;
  • blue value is 178.
RGB:
(163,144,178)
(64%,56%,70%)

RGB channels and saturation

R 163 of 255 = 64%
G 144 of 255 = 56%
B 178 of 255 = 70%

163
144
178

R + G + B ~ 63%. #A390B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 144 + 178 = 485 (100%)
R 163 of 485 ~ 33.61%
G 144 of 485 ~ 29.69%
B 178 of 485 ~ 36.7%

%33.61
%29.69
%36.7

CMYK color model

#A390B2 color CMYK value is (8,19,0,30).

  • cyan value is 8.43%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(8,19,0,30)
C8M19Y0K30 
(8%,19%,0%,30%)
(0.08/0.19/0.00/0.30)	

CMYK percentages

%8.43
%19.1
%0
%30.2

Codes

Color #A390B2 in popluar color models

A390B2
RGB163144178
HSL274°18.09%63.14%
HSB/HSV274°19.10%69.80%
CMYK8.43%19.10%0.00%
30.20%

Color #A390B2 in popluar number systems.

HEXA390B2
Decimal163144178
Binary101000111001000010110010
Octal243220262

Shades and tints

Shades of #A390B2

#A390B2
(163,144,178)
#9583A2
(149,131,162)
#877692
(135,118,146)
#796982
(121,105,130)
#6B5C72
(107,92,114)
#5D4F62
(93,79,98)
#4F4252
(79,66,82)
#413542
(65,53,66)
#332832
(51,40,50)
#251B22
(37,27,34)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #A390B2

#A390B2
(163,144,178)
#AB9AB9
(171,154,185)
#B3A4C0
(179,164,192)
#BBAEC7
(187,174,199)
#C3B8CE
(195,184,206)
#CBC2D5
(203,194,213)
#D3CCDC
(211,204,220)
#DBD6E3
(219,214,227)
#E3E0EA
(227,224,234)
#EBEAF1
(235,234,241)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A390B2 color. Also use rgb(163,144,178) instead hex code.

Text Font Color

.myTextColor { color: #A390B2; }

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

This text font color is #A390B2.


Background Color

.myBgColor { background-color: #A390B2; }

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

This div background color is #A390B2.


Border color

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

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

This div border color is #A390B2.


Opacity

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

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

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

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

This text has shadow with #A390B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A390B2 on black background.


Color preview on white background

This text has color #A390B2 on white background.



Black color preview on #A390B2 background

This text has black color on #A390B2 background.


White color preview on #A390B2 background

This text has white color on #A390B2 background.