COLOR #A527E2

HEX: #A527E2
RGB: (165,39,226)

Color info

#A527E2 contains mainly blue color. Web safe color of #A527E2 is #9933CC (or #93C).

RGB color model

#A527E2 color RGB value is (165,39,226).

  • red value is 165;
  • green value is 39;
  • blue value is 226.
RGB:
(165,39,226)
(65%,15%,89%)

RGB channels and saturation

R 165 of 255 = 65%
G 39 of 255 = 15%
B 226 of 255 = 89%

165
39
226

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

Portions of RGB colors in percentages

R + G + B =
165 + 39 + 226 = 430 (100%)
R 165 of 430 ~ 38.37%
G 39 of 430 ~ 9.07%
B 226 of 430 ~ 52.56%

%38.37
%52.56

CMYK color model

#A527E2 color CMYK value is (27,83,0,11).

  • cyan value is 26.99%
  • magenta value is 82.74%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(27,83,0,11)
C27M83Y0K11 
(27%,83%,0%,11%)
(0.27/0.83/0.00/0.11)	

CMYK percentages

%26.99
%82.74
%0
%11.37

Codes

Color #A527E2 in popluar color models

A527E2
RGB16539226
HSL280°76.33%51.96%
HSB/HSV280°82.74%88.63%
CMYK26.99%82.74%0.00%
11.37%

Color #A527E2 in popluar number systems.

HEXA527E2
Decimal16539226
Binary1010010110011111100010
Octal24547342

Shades and tints

Shades of #A527E2

#A527E2
(165,39,226)
#9624CE
(150,36,206)
#8721BA
(135,33,186)
#781EA6
(120,30,166)
#691B92
(105,27,146)
#5A187E
(90,24,126)
#4B156A
(75,21,106)
#3C1256
(60,18,86)
#2D0F42
(45,15,66)
#1E0C2E
(30,12,46)
#0F091A
(15,9,26)
#000000
(0,0,0)

Tints of #A527E2

#A527E2
(165,39,226)
#AD3AE4
(173,58,228)
#B54DE6
(181,77,230)
#BD60E8
(189,96,232)
#C573EA
(197,115,234)
#CD86EC
(205,134,236)
#D599EE
(213,153,238)
#DDACF0
(221,172,240)
#E5BFF2
(229,191,242)
#EDD2F4
(237,210,244)
#F5E5F6
(245,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A527E2 color. Also use rgb(165,39,226) instead hex code.

Text Font Color

.myTextColor { color: #A527E2; }

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

This text font color is #A527E2.


Background Color

.myBgColor { background-color: #A527E2; }

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

This div background color is #A527E2.


Border color

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

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

This div border color is #A527E2.


Opacity

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

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

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

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

This text has shadow with #A527E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A527E2 on black background.


Color preview on white background

This text has color #A527E2 on white background.



Black color preview on #A527E2 background

This text has black color on #A527E2 background.


White color preview on #A527E2 background

This text has white color on #A527E2 background.