COLOR #A04FC5

HEX: #A04FC5 RGB: (160,79,197)

Color info

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

RGB color model

#A04FC5 color RGB value is (160,79,197).

RGB: (160,79,197) (63%, 31%, 77%)

RGB channels and saturation

R 160 of 255 = 63%
G 79 of 255 = 31%
B 197 of 255 = 77%

160
79
197

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

Portions of RGB colors in percentages

R + G + B = 160 + 79 + 197 = 436 (100%)
R 160 of 436 ~ 36.7%
G 79 of 436 ~ 18.12%
B 197 of 436 ~ 45.18'%

%36.7
%18.12
%45.18

CMYK color model

#A04FC5 color CMYK value is (19,60,0,23).

  • cyan value is 18.78%
  • magenta value is 59.90%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (19,60,0,23)
C19M60Y0K23 (19%, 60%, 0%, 23%)
(0.19 / 0.60 / 0.00 / 0.23)

CMYK percentages

%18.78
%59.9
%0
%22.75

Codes

Color #A04FC5 in popluar color models

A0 4F C5
RGB 160 79 197
HSL 281° 50.43% 54.12%
HSB/HSV 281° 59.90% 77.25%
CMYK 18.78% 59.90% 0.00%
22.75%

Color #A04FC5 in popluar number systems.

HEX A0 4F C5
Decimal 160 79 197
Binary 10100000 1001111 11000101
Octal 240 117 305

Shades and tints

Shades of #A04FC5

#A04FC5
(160,79,197)
#9248B4
(146,72,180)
#8441A3
(132,65,163)
#763A92
(118,58,146)
#683381
(104,51,129)
#5A2C70
(90,44,112)
#4C255F
(76,37,95)
#3E1E4E
(62,30,78)
#30173D
(48,23,61)
#22102C
(34,16,44)
#14091B
(20,9,27)
#000000
(0,0,0)

Tints of #A04FC5

#A04FC5
(160,79,197)
#A85FCA
(168,95,202)
#B06FCF
(176,111,207)
#B87FD4
(184,127,212)
#C08FD9
(192,143,217)
#C89FDE
(200,159,222)
#D0AFE3
(208,175,227)
#D8BFE8
(216,191,232)
#E0CFED
(224,207,237)
#E8DFF2
(232,223,242)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04FC5 color. Also use rgb(160,79,197) instead hex code.

Text Font Color

.myTextColor { color: #A04FC5; }

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

This text font color is #A04FC5.

Background Color

.myBgColor { background-color: #A04FC5; }

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

This div background color is #A04FC5.

Border color

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

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

This div border color is #A04FC5.

Opacity

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

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

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

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

This text has shadow with #A04FC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A04FC5.

Preview

Color preview on black background

This text has color #A04FC5 on black background.


Color preview on white background

This text has color #A04FC5 on white background.


Black color preview on #A04FC5 background

This text has black color on #A04FC5 background.


White color preview on #A04FC5 background

This text has white color on #A04FC5 background.


Related colors

Complementary color

Complementary color for #hex is #5FB03A.


I love getcolorcode.com

Triadic colors

1 #C5A04F and #4FC5A0 with #A04FC5 are triadic colors.

2 #C54FA0 and #4FA0C5 with #A04FC5 are triadic colors.