COLOR #A361DD

HEX: #A361DD
RGB: (163,97,221)

Color info

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

RGB color model

#A361DD color RGB value is (163,97,221).

  • red value is 163;
  • green value is 97;
  • blue value is 221.
RGB:
(163,97,221)
(64%,38%,87%)

RGB channels and saturation

R 163 of 255 = 64%
G 97 of 255 = 38%
B 221 of 255 = 87%

163
97
221

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

Portions of RGB colors in percentages

R + G + B =
163 + 97 + 221 = 481 (100%)
R 163 of 481 ~ 33.89%
G 97 of 481 ~ 20.17%
B 221 of 481 ~ 45.95%

%33.89
%20.17
%45.95

CMYK color model

#A361DD color CMYK value is (26,56,0,13).

  • cyan value is 26.24%
  • magenta value is 56.11%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(26,56,0,13)
C26M56Y0K13 
(26%,56%,0%,13%)
(0.26/0.56/0.00/0.13)	

CMYK percentages

%26.24
%56.11
%0
%13.33

Codes

Color #A361DD in popluar color models

A361DD
RGB16397221
HSL272°64.58%62.35%
HSB/HSV272°56.11%86.67%
CMYK26.24%56.11%0.00%
13.33%

Color #A361DD in popluar number systems.

HEXA361DD
Decimal16397221
Binary10100011110000111011101
Octal243141335

Shades and tints

Shades of #A361DD

#A361DD
(163,97,221)
#9559C9
(149,89,201)
#8751B5
(135,81,181)
#7949A1
(121,73,161)
#6B418D
(107,65,141)
#5D3979
(93,57,121)
#4F3165
(79,49,101)
#412951
(65,41,81)
#33213D
(51,33,61)
#251929
(37,25,41)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #A361DD

#A361DD
(163,97,221)
#AB6FE0
(171,111,224)
#B37DE3
(179,125,227)
#BB8BE6
(187,139,230)
#C399E9
(195,153,233)
#CBA7EC
(203,167,236)
#D3B5EF
(211,181,239)
#DBC3F2
(219,195,242)
#E3D1F5
(227,209,245)
#EBDFF8
(235,223,248)
#F3EDFB
(243,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A361DD color. Also use rgb(163,97,221) instead hex code.

Text Font Color

.myTextColor { color: #A361DD; }

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

This text font color is #A361DD.


Background Color

.myBgColor { background-color: #A361DD; }

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

This div background color is #A361DD.


Border color

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

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

This div border color is #A361DD.


Opacity

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

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

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

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

This text has shadow with #A361DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A361DD on black background.


Color preview on white background

This text has color #A361DD on white background.



Black color preview on #A361DD background

This text has black color on #A361DD background.


White color preview on #A361DD background

This text has white color on #A361DD background.