COLOR #A54AC7

HEX: #A54AC7
RGB: (165,74,199)

Color info

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

RGB color model

#A54AC7 color RGB value is (165,74,199).

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

RGB channels and saturation

R 165 of 255 = 65%
G 74 of 255 = 29%
B 199 of 255 = 78%

165
74
199

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

Portions of RGB colors in percentages

R + G + B =
165 + 74 + 199 = 438 (100%)
R 165 of 438 ~ 37.67%
G 74 of 438 ~ 16.89%
B 199 of 438 ~ 45.43%

%37.67
%16.89
%45.43

CMYK color model

#A54AC7 color CMYK value is (17,63,0,22).

  • cyan value is 17.09%
  • magenta value is 62.81%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(17,63,0,22)
C17M63Y0K22 
(17%,63%,0%,22%)
(0.17/0.63/0.00/0.22)	

CMYK percentages

%17.09
%62.81
%0
%21.96

Codes

Color #A54AC7 in popluar color models

A54AC7
RGB16574199
HSL284°52.74%53.53%
HSB/HSV284°62.81%78.04%
CMYK17.09%62.81%0.00%
21.96%

Color #A54AC7 in popluar number systems.

HEXA54AC7
Decimal16574199
Binary10100101100101011000111
Octal245112307

Shades and tints

Shades of #A54AC7

#A54AC7
(165,74,199)
#9644B5
(150,68,181)
#873EA3
(135,62,163)
#783891
(120,56,145)
#69327F
(105,50,127)
#5A2C6D
(90,44,109)
#4B265B
(75,38,91)
#3C2049
(60,32,73)
#2D1A37
(45,26,55)
#1E1425
(30,20,37)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #A54AC7

#A54AC7
(165,74,199)
#AD5ACC
(173,90,204)
#B56AD1
(181,106,209)
#BD7AD6
(189,122,214)
#C58ADB
(197,138,219)
#CD9AE0
(205,154,224)
#D5AAE5
(213,170,229)
#DDBAEA
(221,186,234)
#E5CAEF
(229,202,239)
#EDDAF4
(237,218,244)
#F5EAF9
(245,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A54AC7; }

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

This text font color is #A54AC7.


Background Color

.myBgColor { background-color: #A54AC7; }

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

This div background color is #A54AC7.


Border color

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

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

This div border color is #A54AC7.


Opacity

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

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

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

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

This text has shadow with #A54AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54AC7 on black background.


Color preview on white background

This text has color #A54AC7 on white background.



Black color preview on #A54AC7 background

This text has black color on #A54AC7 background.


White color preview on #A54AC7 background

This text has white color on #A54AC7 background.