COLOR #A365B7

HEX: #A365B7
RGB: (163,101,183)

Color info

#A365B7 contains mainly red and blue colors. Web safe color of #A365B7 is #9966CC (or #96C).

RGB color model

#A365B7 color RGB value is (163,101,183).

  • red value is 163;
  • green value is 101;
  • blue value is 183.
RGB:
(163,101,183)
(64%,40%,72%)

RGB channels and saturation

R 163 of 255 = 64%
G 101 of 255 = 40%
B 183 of 255 = 72%

163
101
183

R + G + B ~ 59%. #A365B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 101 + 183 = 447 (100%)
R 163 of 447 ~ 36.47%
G 101 of 447 ~ 22.6%
B 183 of 447 ~ 40.94%

%36.47
%22.6
%40.94

CMYK color model

#A365B7 color CMYK value is (11,45,0,28).

  • cyan value is 10.93%
  • magenta value is 44.81%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(11,45,0,28)
C11M45Y0K28 
(11%,45%,0%,28%)
(0.11/0.45/0.00/0.28)	

CMYK percentages

%10.93
%44.81
%0
%28.24

Codes

Color #A365B7 in popluar color models

A365B7
RGB163101183
HSL285°36.28%55.69%
HSB/HSV285°44.81%71.76%
CMYK10.93%44.81%0.00%
28.24%

Color #A365B7 in popluar number systems.

HEXA365B7
Decimal163101183
Binary10100011110010110110111
Octal243145267

Shades and tints

Shades of #A365B7

#A365B7
(163,101,183)
#955CA7
(149,92,167)
#875397
(135,83,151)
#794A87
(121,74,135)
#6B4177
(107,65,119)
#5D3867
(93,56,103)
#4F2F57
(79,47,87)
#412647
(65,38,71)
#331D37
(51,29,55)
#251427
(37,20,39)
#170B17
(23,11,23)
#000000
(0,0,0)

Tints of #A365B7

#A365B7
(163,101,183)
#AB73BD
(171,115,189)
#B381C3
(179,129,195)
#BB8FC9
(187,143,201)
#C39DCF
(195,157,207)
#CBABD5
(203,171,213)
#D3B9DB
(211,185,219)
#DBC7E1
(219,199,225)
#E3D5E7
(227,213,231)
#EBE3ED
(235,227,237)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A365B7 color. Also use rgb(163,101,183) instead hex code.

Text Font Color

.myTextColor { color: #A365B7; }

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

This text font color is #A365B7.


Background Color

.myBgColor { background-color: #A365B7; }

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

This div background color is #A365B7.


Border color

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

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

This div border color is #A365B7.


Opacity

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

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

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

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

This text has shadow with #A365B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A365B7 on black background.


Color preview on white background

This text has color #A365B7 on white background.



Black color preview on #A365B7 background

This text has black color on #A365B7 background.


White color preview on #A365B7 background

This text has white color on #A365B7 background.