COLOR #A52ED2

HEX: #A52ED2
RGB: (165,46,210)

Color info

#A52ED2 contains mainly red and blue colors. Web safe color of #A52ED2 is #9933CC (or #93C).

RGB color model

#A52ED2 color RGB value is (165,46,210).

  • red value is 165;
  • green value is 46;
  • blue value is 210.
RGB:
(165,46,210)
(65%,18%,82%)

RGB channels and saturation

R 165 of 255 = 65%
G 46 of 255 = 18%
B 210 of 255 = 82%

165
46
210

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

Portions of RGB colors in percentages

R + G + B =
165 + 46 + 210 = 421 (100%)
R 165 of 421 ~ 39.19%
G 46 of 421 ~ 10.93%
B 210 of 421 ~ 49.88%

%39.19
%10.93
%49.88

CMYK color model

#A52ED2 color CMYK value is (21,78,0,18).

  • cyan value is 21.43%
  • magenta value is 78.10%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(21,78,0,18)
C21M78Y0K18 
(21%,78%,0%,18%)
(0.21/0.78/0.00/0.18)	

CMYK percentages

%21.43
%78.1
%0
%17.65

Codes

Color #A52ED2 in popluar color models

A52ED2
RGB16546210
HSL284°64.57%50.20%
HSB/HSV284°78.10%82.35%
CMYK21.43%78.10%0.00%
17.65%

Color #A52ED2 in popluar number systems.

HEXA52ED2
Decimal16546210
Binary1010010110111011010010
Octal24556322

Shades and tints

Shades of #A52ED2

#A52ED2
(165,46,210)
#962ABF
(150,42,191)
#8726AC
(135,38,172)
#782299
(120,34,153)
#691E86
(105,30,134)
#5A1A73
(90,26,115)
#4B1660
(75,22,96)
#3C124D
(60,18,77)
#2D0E3A
(45,14,58)
#1E0A27
(30,10,39)
#0F0614
(15,6,20)
#000000
(0,0,0)

Tints of #A52ED2

#A52ED2
(165,46,210)
#AD41D6
(173,65,214)
#B554DA
(181,84,218)
#BD67DE
(189,103,222)
#C57AE2
(197,122,226)
#CD8DE6
(205,141,230)
#D5A0EA
(213,160,234)
#DDB3EE
(221,179,238)
#E5C6F2
(229,198,242)
#EDD9F6
(237,217,246)
#F5ECFA
(245,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A52ED2 color. Also use rgb(165,46,210) instead hex code.

Text Font Color

.myTextColor { color: #A52ED2; }

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

This text font color is #A52ED2.


Background Color

.myBgColor { background-color: #A52ED2; }

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

This div background color is #A52ED2.


Border color

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

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

This div border color is #A52ED2.


Opacity

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

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

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

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

This text has shadow with #A52ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A52ED2 on black background.


Color preview on white background

This text has color #A52ED2 on white background.



Black color preview on #A52ED2 background

This text has black color on #A52ED2 background.


White color preview on #A52ED2 background

This text has white color on #A52ED2 background.