COLOR #A54AD1

HEX: #A54AD1
RGB: (165,74,209)

Color info

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

RGB color model

#A54AD1 color RGB value is (165,74,209).

  • red value is 165;
  • green value is 74;
  • blue value is 209.
RGB:
(165,74,209)
(65%,29%,82%)

RGB channels and saturation

R 165 of 255 = 65%
G 74 of 255 = 29%
B 209 of 255 = 82%

165
74
209

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

Portions of RGB colors in percentages

R + G + B =
165 + 74 + 209 = 448 (100%)
R 165 of 448 ~ 36.83%
G 74 of 448 ~ 16.52%
B 209 of 448 ~ 46.65%

%36.83
%16.52
%46.65

CMYK color model

#A54AD1 color CMYK value is (21,65,0,18).

  • cyan value is 21.05%
  • magenta value is 64.59%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(21,65,0,18)
C21M65Y0K18 
(21%,65%,0%,18%)
(0.21/0.65/0.00/0.18)	

CMYK percentages

%21.05
%64.59
%0
%18.04

Codes

Color #A54AD1 in popluar color models

A54AD1
RGB16574209
HSL280°59.47%55.49%
HSB/HSV280°64.59%81.96%
CMYK21.05%64.59%0.00%
18.04%

Color #A54AD1 in popluar number systems.

HEXA54AD1
Decimal16574209
Binary10100101100101011010001
Octal245112321

Shades and tints

Shades of #A54AD1

#A54AD1
(165,74,209)
#9644BE
(150,68,190)
#873EAB
(135,62,171)
#783898
(120,56,152)
#693285
(105,50,133)
#5A2C72
(90,44,114)
#4B265F
(75,38,95)
#3C204C
(60,32,76)
#2D1A39
(45,26,57)
#1E1426
(30,20,38)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #A54AD1

#A54AD1
(165,74,209)
#AD5AD5
(173,90,213)
#B56AD9
(181,106,217)
#BD7ADD
(189,122,221)
#C58AE1
(197,138,225)
#CD9AE5
(205,154,229)
#D5AAE9
(213,170,233)
#DDBAED
(221,186,237)
#E5CAF1
(229,202,241)
#EDDAF5
(237,218,245)
#F5EAF9
(245,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54AD1 color. Also use rgb(165,74,209) instead hex code.

Text Font Color

.myTextColor { color: #A54AD1; }

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

This text font color is #A54AD1.


Background Color

.myBgColor { background-color: #A54AD1; }

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

This div background color is #A54AD1.


Border color

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

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

This div border color is #A54AD1.


Opacity

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

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

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

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

This text has shadow with #A54AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54AD1 on black background.


Color preview on white background

This text has color #A54AD1 on white background.



Black color preview on #A54AD1 background

This text has black color on #A54AD1 background.


White color preview on #A54AD1 background

This text has white color on #A54AD1 background.