COLOR #A50DE0

HEX: #A50DE0
RGB: (165,13,224)

Color info

#A50DE0 contains mainly red and blue colors. Web safe color of #A50DE0 is #9900CC (or #90C).

RGB color model

#A50DE0 color RGB value is (165,13,224).

  • red value is 165;
  • green value is 13;
  • blue value is 224.
RGB:
(165,13,224)
(65%,5%,88%)

RGB channels and saturation

R 165 of 255 = 65%
G 13 of 255 = 5%
B 224 of 255 = 88%

165
13
224

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

Portions of RGB colors in percentages

R + G + B =
165 + 13 + 224 = 402 (100%)
R 165 of 402 ~ 41.04%
G 13 of 402 ~ 3.23%
B 224 of 402 ~ 55.72%

%41.04
%55.72

CMYK color model

#A50DE0 color CMYK value is (26,94,0,12).

  • cyan value is 26.34%
  • magenta value is 94.20%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(26,94,0,12)
C26M94Y0K12 
(26%,94%,0%,12%)
(0.26/0.94/0.00/0.12)	

CMYK percentages

%26.34
%94.2
%0
%12.16

Codes

Color #A50DE0 in popluar color models

A50DE0
RGB16513224
HSL283°89.03%46.47%
HSB/HSV283°94.20%87.84%
CMYK26.34%94.20%0.00%
12.16%

Color #A50DE0 in popluar number systems.

HEXA50DE0
Decimal16513224
Binary10100101110111100000
Octal24515340

Shades and tints

Shades of #A50DE0

#A50DE0
(165,13,224)
#960CCC
(150,12,204)
#870BB8
(135,11,184)
#780AA4
(120,10,164)
#690990
(105,9,144)
#5A087C
(90,8,124)
#4B0768
(75,7,104)
#3C0654
(60,6,84)
#2D0540
(45,5,64)
#1E042C
(30,4,44)
#0F0318
(15,3,24)
#000000
(0,0,0)

Tints of #A50DE0

#A50DE0
(165,13,224)
#AD23E2
(173,35,226)
#B539E4
(181,57,228)
#BD4FE6
(189,79,230)
#C565E8
(197,101,232)
#CD7BEA
(205,123,234)
#D591EC
(213,145,236)
#DDA7EE
(221,167,238)
#E5BDF0
(229,189,240)
#EDD3F2
(237,211,242)
#F5E9F4
(245,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A50DE0 color. Also use rgb(165,13,224) instead hex code.

Text Font Color

.myTextColor { color: #A50DE0; }

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

This text font color is #A50DE0.


Background Color

.myBgColor { background-color: #A50DE0; }

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

This div background color is #A50DE0.


Border color

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

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

This div border color is #A50DE0.


Opacity

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

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

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

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

This text has shadow with #A50DE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A50DE0 on black background.


Color preview on white background

This text has color #A50DE0 on white background.



Black color preview on #A50DE0 background

This text has black color on #A50DE0 background.


White color preview on #A50DE0 background

This text has white color on #A50DE0 background.