COLOR #A54EAC

HEX: #A54EAC RGB: (165,78,172)

Color info

#A54EAC contains mainly red and blue colors. Web safe color of #A54EAC is #996699 (or #969).

RGB color model

#A54EAC color RGB value is (165,78,172).

RGB: (165,78,172) (65%, 31%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 78 of 255 = 31%
B 172 of 255 = 67%

165
78
172

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

Portions of RGB colors in percentages

R + G + B = 165 + 78 + 172 = 415 (100%)
R 165 of 415 ~ 39.76%
G 78 of 415 ~ 18.8%
B 172 of 415 ~ 41.45'%

%39.76
%18.8
%41.45

CMYK color model

#A54EAC color CMYK value is (4,55,0,33).

  • cyan value is 4.07%
  • magenta value is 54.65%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (4,55,0,33)
C4M55Y0K33 (4%, 55%, 0%, 33%)
(0.04 / 0.55 / 0.00 / 0.33)

CMYK percentages

%4.07
%54.65
%0
%32.55

Codes

Color #A54EAC in popluar color models

A5 4E AC
RGB 165 78 172
HSL 296° 37.60% 49.02%
HSB/HSV 296° 54.65% 67.45%
CMYK 4.07% 54.65% 0.00%
32.55%

Color #A54EAC in popluar number systems.

HEX A5 4E AC
Decimal 165 78 172
Binary 10100101 1001110 10101100
Octal 245 116 254

Shades and tints

Shades of #A54EAC

#A54EAC
(165,78,172)
#96479D
(150,71,157)
#87408E
(135,64,142)
#78397F
(120,57,127)
#693270
(105,50,112)
#5A2B61
(90,43,97)
#4B2452
(75,36,82)
#3C1D43
(60,29,67)
#2D1634
(45,22,52)
#1E0F25
(30,15,37)
#0F0816
(15,8,22)
#000000
(0,0,0)

Tints of #A54EAC

#A54EAC
(165,78,172)
#AD5EB3
(173,94,179)
#B56EBA
(181,110,186)
#BD7EC1
(189,126,193)
#C58EC8
(197,142,200)
#CD9ECF
(205,158,207)
#D5AED6
(213,174,214)
#DDBEDD
(221,190,221)
#E5CEE4
(229,206,228)
#EDDEEB
(237,222,235)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54EAC color. Also use rgb(165,78,172) instead hex code.

Text Font Color

.myTextColor { color: #A54EAC; }

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

This text font color is #A54EAC.

Background Color

.myBgColor { background-color: #A54EAC; }

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

This div background color is #A54EAC.

Border color

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

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

This div border color is #A54EAC.

Opacity

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

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

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

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

This text has shadow with #A54EAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A54EAC.

Preview

Color preview on black background

This text has color #A54EAC on black background.


Color preview on white background

This text has color #A54EAC on white background.


Black color preview on #A54EAC background

This text has black color on #A54EAC background.


White color preview on #A54EAC background

This text has white color on #A54EAC background.


Related colors

Complementary color

Complementary color for #hex is #5AB153.


I love getcolorcode.com

Triadic colors

1 #ACA54E and #4EACA5 with #A54EAC are triadic colors.

2 #AC4EA5 and #4EA5AC with #A54EAC are triadic colors.