COLOR #A50FF3

HEX: #A50FF3
RGB: (165,15,243)

Color info

#A50FF3 contains mainly blue color. Web safe color of #A50FF3 is #9900FF (or #90F).

RGB color model

#A50FF3 color RGB value is (165,15,243).

  • red value is 165;
  • green value is 15;
  • blue value is 243.
RGB:
(165,15,243)
(65%,6%,95%)

RGB channels and saturation

R 165 of 255 = 65%
G 15 of 255 = 6%
B 243 of 255 = 95%

165
15
243

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

Portions of RGB colors in percentages

R + G + B =
165 + 15 + 243 = 423 (100%)
R 165 of 423 ~ 39.01%
G 15 of 423 ~ 3.55%
B 243 of 423 ~ 57.45%

%39.01
%57.45

CMYK color model

#A50FF3 color CMYK value is (32,94,0,5).

  • cyan value is 32.10%
  • magenta value is 93.83%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(32,94,0,5)
C32M94Y0K5 
(32%,94%,0%,5%)
(0.32/0.94/0.00/0.05)	

CMYK percentages

%32.1
%93.83
%0
%4.71

Codes

Color #A50FF3 in popluar color models

A50FF3
RGB16515243
HSL279°90.48%50.59%
HSB/HSV279°93.83%95.29%
CMYK32.10%93.83%0.00%
4.71%

Color #A50FF3 in popluar number systems.

HEXA50FF3
Decimal16515243
Binary10100101111111110011
Octal24517363

Shades and tints

Shades of #A50FF3

#A50FF3
(165,15,243)
#960EDD
(150,14,221)
#870DC7
(135,13,199)
#780CB1
(120,12,177)
#690B9B
(105,11,155)
#5A0A85
(90,10,133)
#4B096F
(75,9,111)
#3C0859
(60,8,89)
#2D0743
(45,7,67)
#1E062D
(30,6,45)
#0F0517
(15,5,23)
#000000
(0,0,0)

Tints of #A50FF3

#A50FF3
(165,15,243)
#AD24F4
(173,36,244)
#B539F5
(181,57,245)
#BD4EF6
(189,78,246)
#C563F7
(197,99,247)
#CD78F8
(205,120,248)
#D58DF9
(213,141,249)
#DDA2FA
(221,162,250)
#E5B7FB
(229,183,251)
#EDCCFC
(237,204,252)
#F5E1FD
(245,225,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A50FF3 color. Also use rgb(165,15,243) instead hex code.

Text Font Color

.myTextColor { color: #A50FF3; }

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

This text font color is #A50FF3.


Background Color

.myBgColor { background-color: #A50FF3; }

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

This div background color is #A50FF3.


Border color

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

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

This div border color is #A50FF3.


Opacity

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

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

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

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

This text has shadow with #A50FF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A50FF3 on black background.


Color preview on white background

This text has color #A50FF3 on white background.



Black color preview on #A50FF3 background

This text has black color on #A50FF3 background.


White color preview on #A50FF3 background

This text has white color on #A50FF3 background.