COLOR #A54ADA

HEX: #A54ADA
RGB: (165,74,218)

Color info

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

RGB color model

#A54ADA color RGB value is (165,74,218).

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

RGB channels and saturation

R 165 of 255 = 65%
G 74 of 255 = 29%
B 218 of 255 = 85%

165
74
218

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

Portions of RGB colors in percentages

R + G + B =
165 + 74 + 218 = 457 (100%)
R 165 of 457 ~ 36.11%
G 74 of 457 ~ 16.19%
B 218 of 457 ~ 47.7%

%36.11
%16.19
%47.7

CMYK color model

#A54ADA color CMYK value is (24,66,0,15).

  • cyan value is 24.31%
  • magenta value is 66.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,66,0,15)
C24M66Y0K15 
(24%,66%,0%,15%)
(0.24/0.66/0.00/0.15)	

CMYK percentages

%24.31
%66.06
%0
%14.51

Codes

Color #A54ADA in popluar color models

A54ADA
RGB16574218
HSL278°66.06%57.25%
HSB/HSV278°66.06%85.49%
CMYK24.31%66.06%0.00%
14.51%

Color #A54ADA in popluar number systems.

HEXA54ADA
Decimal16574218
Binary10100101100101011011010
Octal245112332

Shades and tints

Shades of #A54ADA

#A54ADA
(165,74,218)
#9644C7
(150,68,199)
#873EB4
(135,62,180)
#7838A1
(120,56,161)
#69328E
(105,50,142)
#5A2C7B
(90,44,123)
#4B2668
(75,38,104)
#3C2055
(60,32,85)
#2D1A42
(45,26,66)
#1E142F
(30,20,47)
#0F0E1C
(15,14,28)
#000000
(0,0,0)

Tints of #A54ADA

#A54ADA
(165,74,218)
#AD5ADD
(173,90,221)
#B56AE0
(181,106,224)
#BD7AE3
(189,122,227)
#C58AE6
(197,138,230)
#CD9AE9
(205,154,233)
#D5AAEC
(213,170,236)
#DDBAEF
(221,186,239)
#E5CAF2
(229,202,242)
#EDDAF5
(237,218,245)
#F5EAF8
(245,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A54ADA; }

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

This text font color is #A54ADA.


Background Color

.myBgColor { background-color: #A54ADA; }

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

This div background color is #A54ADA.


Border color

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

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

This div border color is #A54ADA.


Opacity

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

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

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

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

This text has shadow with #A54ADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54ADA on black background.


Color preview on white background

This text has color #A54ADA on white background.



Black color preview on #A54ADA background

This text has black color on #A54ADA background.


White color preview on #A54ADA background

This text has white color on #A54ADA background.