COLOR #A510E4

HEX: #A510E4
RGB: (165,16,228)

Color info

#A510E4 contains mainly blue color. Web safe color of #A510E4 is #9900CC (or #90C).

RGB color model

#A510E4 color RGB value is (165,16,228).

  • red value is 165;
  • green value is 16;
  • blue value is 228.
RGB:
(165,16,228)
(65%,6%,89%)

RGB channels and saturation

R 165 of 255 = 65%
G 16 of 255 = 6%
B 228 of 255 = 89%

165
16
228

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

Portions of RGB colors in percentages

R + G + B =
165 + 16 + 228 = 409 (100%)
R 165 of 409 ~ 40.34%
G 16 of 409 ~ 3.91%
B 228 of 409 ~ 55.75%

%40.34
%55.75

CMYK color model

#A510E4 color CMYK value is (28,93,0,11).

  • cyan value is 27.63%
  • magenta value is 92.98%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(28,93,0,11)
C28M93Y0K11 
(28%,93%,0%,11%)
(0.28/0.93/0.00/0.11)	

CMYK percentages

%27.63
%92.98
%0
%10.59

Codes

Color #A510E4 in popluar color models

A510E4
RGB16516228
HSL282°86.89%47.84%
HSB/HSV282°92.98%89.41%
CMYK27.63%92.98%0.00%
10.59%

Color #A510E4 in popluar number systems.

HEXA510E4
Decimal16516228
Binary101001011000011100100
Octal24520344

Shades and tints

Shades of #A510E4

#A510E4
(165,16,228)
#960FD0
(150,15,208)
#870EBC
(135,14,188)
#780DA8
(120,13,168)
#690C94
(105,12,148)
#5A0B80
(90,11,128)
#4B0A6C
(75,10,108)
#3C0958
(60,9,88)
#2D0844
(45,8,68)
#1E0730
(30,7,48)
#0F061C
(15,6,28)
#000000
(0,0,0)

Tints of #A510E4

#A510E4
(165,16,228)
#AD25E6
(173,37,230)
#B53AE8
(181,58,232)
#BD4FEA
(189,79,234)
#C564EC
(197,100,236)
#CD79EE
(205,121,238)
#D58EF0
(213,142,240)
#DDA3F2
(221,163,242)
#E5B8F4
(229,184,244)
#EDCDF6
(237,205,246)
#F5E2F8
(245,226,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A510E4 color. Also use rgb(165,16,228) instead hex code.

Text Font Color

.myTextColor { color: #A510E4; }

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

This text font color is #A510E4.


Background Color

.myBgColor { background-color: #A510E4; }

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

This div background color is #A510E4.


Border color

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

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

This div border color is #A510E4.


Opacity

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

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

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

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

This text has shadow with #A510E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A510E4 on black background.


Color preview on white background

This text has color #A510E4 on white background.



Black color preview on #A510E4 background

This text has black color on #A510E4 background.


White color preview on #A510E4 background

This text has white color on #A510E4 background.