COLOR #A04BAD

HEX: #A04BAD
RGB: (160,75,173)

Color info

#A04BAD contains mainly red and blue colors. Web safe color of #A04BAD is #993399 (or #939).

RGB color model

#A04BAD color RGB value is (160,75,173).

  • red value is 160;
  • green value is 75;
  • blue value is 173.
RGB:
(160,75,173)
(63%,29%,68%)

RGB channels and saturation

R 160 of 255 = 63%
G 75 of 255 = 29%
B 173 of 255 = 68%

160
75
173

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

Portions of RGB colors in percentages

R + G + B =
160 + 75 + 173 = 408 (100%)
R 160 of 408 ~ 39.22%
G 75 of 408 ~ 18.38%
B 173 of 408 ~ 42.4%

%39.22
%18.38
%42.4

CMYK color model

#A04BAD color CMYK value is (8,57,0,32).

  • cyan value is 7.51%
  • magenta value is 56.65%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(8,57,0,32)
C8M57Y0K32 
(8%,57%,0%,32%)
(0.08/0.57/0.00/0.32)	

CMYK percentages

%7.51
%56.65
%0
%32.16

Codes

Color #A04BAD in popluar color models

A04BAD
RGB16075173
HSL292°39.52%48.63%
HSB/HSV292°56.65%67.84%
CMYK7.51%56.65%0.00%
32.16%

Color #A04BAD in popluar number systems.

HEXA04BAD
Decimal16075173
Binary10100000100101110101101
Octal240113255

Shades and tints

Shades of #A04BAD

#A04BAD
(160,75,173)
#92459E
(146,69,158)
#843F8F
(132,63,143)
#763980
(118,57,128)
#683371
(104,51,113)
#5A2D62
(90,45,98)
#4C2753
(76,39,83)
#3E2144
(62,33,68)
#301B35
(48,27,53)
#221526
(34,21,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #A04BAD

#A04BAD
(160,75,173)
#A85BB4
(168,91,180)
#B06BBB
(176,107,187)
#B87BC2
(184,123,194)
#C08BC9
(192,139,201)
#C89BD0
(200,155,208)
#D0ABD7
(208,171,215)
#D8BBDE
(216,187,222)
#E0CBE5
(224,203,229)
#E8DBEC
(232,219,236)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A04BAD; }

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

This text font color is #A04BAD.


Background Color

.myBgColor { background-color: #A04BAD; }

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

This div background color is #A04BAD.


Border color

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

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

This div border color is #A04BAD.


Opacity

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

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

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

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

This text has shadow with #A04BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04BAD on black background.


Color preview on white background

This text has color #A04BAD on white background.



Black color preview on #A04BAD background

This text has black color on #A04BAD background.


White color preview on #A04BAD background

This text has white color on #A04BAD background.