COLOR #A04BCD

HEX: #A04BCD RGB: (160,75,205)

Color info

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

RGB color model

#A04BCD color RGB value is (160,75,205).

RGB: (160,75,205) (63%, 29%, 80%)

RGB channels and saturation

R 160 of 255 = 63%
G 75 of 255 = 29%
B 205 of 255 = 80%

160
75
205

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

Portions of RGB colors in percentages

R + G + B = 160 + 75 + 205 = 440 (100%)
R 160 of 440 ~ 36.36%
G 75 of 440 ~ 17.05%
B 205 of 440 ~ 46.59'%

%36.36
%17.05
%46.59

CMYK color model

#A04BCD color CMYK value is (22,63,0,20).

  • cyan value is 21.95%
  • magenta value is 63.41%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (22,63,0,20)
C22M63Y0K20 (22%, 63%, 0%, 20%)
(0.22 / 0.63 / 0.00 / 0.20)

CMYK percentages

%21.95
%63.41
%0
%19.61

Codes

Color #A04BCD in popluar color models

A0 4B CD
RGB 160 75 205
HSL 279° 56.52% 54.90%
HSB/HSV 279° 63.41% 80.39%
CMYK 21.95% 63.41% 0.00%
19.61%

Color #A04BCD in popluar number systems.

HEX A0 4B CD
Decimal 160 75 205
Binary 10100000 1001011 11001101
Octal 240 113 315

Shades and tints

Shades of #A04BCD

#A04BCD
(160,75,205)
#9245BB
(146,69,187)
#843FA9
(132,63,169)
#763997
(118,57,151)
#683385
(104,51,133)
#5A2D73
(90,45,115)
#4C2761
(76,39,97)
#3E214F
(62,33,79)
#301B3D
(48,27,61)
#22152B
(34,21,43)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #A04BCD

#A04BCD
(160,75,205)
#A85BD1
(168,91,209)
#B06BD5
(176,107,213)
#B87BD9
(184,123,217)
#C08BDD
(192,139,221)
#C89BE1
(200,155,225)
#D0ABE5
(208,171,229)
#D8BBE9
(216,187,233)
#E0CBED
(224,203,237)
#E8DBF1
(232,219,241)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04BCD color. Also use rgb(160,75,205) instead hex code.

Text Font Color

.myTextColor { color: #A04BCD; }

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

This text font color is #A04BCD.

Background Color

.myBgColor { background-color: #A04BCD; }

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

This div background color is #A04BCD.

Border color

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

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

This div border color is #A04BCD.

Opacity

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

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

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

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

This text has shadow with #A04BCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A04BCD.

Preview

Color preview on black background

This text has color #A04BCD on black background.


Color preview on white background

This text has color #A04BCD on white background.


Black color preview on #A04BCD background

This text has black color on #A04BCD background.


White color preview on #A04BCD background

This text has white color on #A04BCD background.


Related colors

Complementary color

Complementary color for #hex is #5FB432.


I love getcolorcode.com

Triadic colors

1 #CDA04B and #4BCDA0 with #A04BCD are triadic colors.

2 #CD4BA0 and #4BA0CD with #A04BCD are triadic colors.