COLOR #A380B2

HEX: #A380B2
RGB: (163,128,178)

Color info

#A380B2 contains red, green and blue colors in about the same proportion. Web safe color of #A380B2 is #996699 (or #969).

RGB color model

#A380B2 color RGB value is (163,128,178).

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

RGB channels and saturation

R 163 of 255 = 64%
G 128 of 255 = 50%
B 178 of 255 = 70%

163
128
178

R + G + B ~ 61%. #A380B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 128 + 178 = 469 (100%)
R 163 of 469 ~ 34.75%
G 128 of 469 ~ 27.29%
B 178 of 469 ~ 37.95%

%34.75
%27.29
%37.95

CMYK color model

#A380B2 color CMYK value is (8,28,0,30).

  • cyan value is 8.43%
  • magenta value is 28.09%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(8,28,0,30)
C8M28Y0K30 
(8%,28%,0%,30%)
(0.08/0.28/0.00/0.30)	

CMYK percentages

%8.43
%28.09
%0
%30.2

Codes

Color #A380B2 in popluar color models

A380B2
RGB163128178
HSL282°24.51%60.00%
HSB/HSV282°28.09%69.80%
CMYK8.43%28.09%0.00%
30.20%

Color #A380B2 in popluar number systems.

HEXA380B2
Decimal163128178
Binary101000111000000010110010
Octal243200262

Shades and tints

Shades of #A380B2

#A380B2
(163,128,178)
#9575A2
(149,117,162)
#876A92
(135,106,146)
#795F82
(121,95,130)
#6B5472
(107,84,114)
#5D4962
(93,73,98)
#4F3E52
(79,62,82)
#413342
(65,51,66)
#332832
(51,40,50)
#251D22
(37,29,34)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #A380B2

#A380B2
(163,128,178)
#AB8BB9
(171,139,185)
#B396C0
(179,150,192)
#BBA1C7
(187,161,199)
#C3ACCE
(195,172,206)
#CBB7D5
(203,183,213)
#D3C2DC
(211,194,220)
#DBCDE3
(219,205,227)
#E3D8EA
(227,216,234)
#EBE3F1
(235,227,241)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A380B2; }

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

This text font color is #A380B2.


Background Color

.myBgColor { background-color: #A380B2; }

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

This div background color is #A380B2.


Border color

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

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

This div border color is #A380B2.


Opacity

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

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

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

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

This text has shadow with #A380B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A380B2 on black background.


Color preview on white background

This text has color #A380B2 on white background.



Black color preview on #A380B2 background

This text has black color on #A380B2 background.


White color preview on #A380B2 background

This text has white color on #A380B2 background.