COLOR #A54FC0

HEX: #A54FC0
RGB: (165,79,192)

Color info

#A54FC0 contains mainly red and blue colors. Web safe color of #A54FC0 is #9966CC (or #96C).

RGB color model

#A54FC0 color RGB value is (165,79,192).

  • red value is 165;
  • green value is 79;
  • blue value is 192.
RGB:
(165,79,192)
(65%,31%,75%)

RGB channels and saturation

R 165 of 255 = 65%
G 79 of 255 = 31%
B 192 of 255 = 75%

165
79
192

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

Portions of RGB colors in percentages

R + G + B =
165 + 79 + 192 = 436 (100%)
R 165 of 436 ~ 37.84%
G 79 of 436 ~ 18.12%
B 192 of 436 ~ 44.04%

%37.84
%18.12
%44.04

CMYK color model

#A54FC0 color CMYK value is (14,59,0,25).

  • cyan value is 14.06%
  • magenta value is 58.85%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(14,59,0,25)
C14M59Y0K25 
(14%,59%,0%,25%)
(0.14/0.59/0.00/0.25)	

CMYK percentages

%14.06
%58.85
%0
%24.71

Codes

Color #A54FC0 in popluar color models

A54FC0
RGB16579192
HSL286°47.28%53.14%
HSB/HSV286°58.85%75.29%
CMYK14.06%58.85%0.00%
24.71%

Color #A54FC0 in popluar number systems.

HEXA54FC0
Decimal16579192
Binary10100101100111111000000
Octal245117300

Shades and tints

Shades of #A54FC0

#A54FC0
(165,79,192)
#9648AF
(150,72,175)
#87419E
(135,65,158)
#783A8D
(120,58,141)
#69337C
(105,51,124)
#5A2C6B
(90,44,107)
#4B255A
(75,37,90)
#3C1E49
(60,30,73)
#2D1738
(45,23,56)
#1E1027
(30,16,39)
#0F0916
(15,9,22)
#000000
(0,0,0)

Tints of #A54FC0

#A54FC0
(165,79,192)
#AD5FC5
(173,95,197)
#B56FCA
(181,111,202)
#BD7FCF
(189,127,207)
#C58FD4
(197,143,212)
#CD9FD9
(205,159,217)
#D5AFDE
(213,175,222)
#DDBFE3
(221,191,227)
#E5CFE8
(229,207,232)
#EDDFED
(237,223,237)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54FC0 color. Also use rgb(165,79,192) instead hex code.

Text Font Color

.myTextColor { color: #A54FC0; }

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

This text font color is #A54FC0.


Background Color

.myBgColor { background-color: #A54FC0; }

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

This div background color is #A54FC0.


Border color

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

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

This div border color is #A54FC0.


Opacity

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

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

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

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

This text has shadow with #A54FC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54FC0 on black background.


Color preview on white background

This text has color #A54FC0 on white background.



Black color preview on #A54FC0 background

This text has black color on #A54FC0 background.


White color preview on #A54FC0 background

This text has white color on #A54FC0 background.