COLOR #A049BD

HEX: #A049BD
RGB: (160,73,189)

Color info

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

RGB color model

#A049BD color RGB value is (160,73,189).

  • red value is 160;
  • green value is 73;
  • blue value is 189.
RGB:
(160,73,189)
(63%,29%,74%)

RGB channels and saturation

R 160 of 255 = 63%
G 73 of 255 = 29%
B 189 of 255 = 74%

160
73
189

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

Portions of RGB colors in percentages

R + G + B =
160 + 73 + 189 = 422 (100%)
R 160 of 422 ~ 37.91%
G 73 of 422 ~ 17.3%
B 189 of 422 ~ 44.79%

%37.91
%17.3
%44.79

CMYK color model

#A049BD color CMYK value is (15,61,0,26).

  • cyan value is 15.34%
  • magenta value is 61.38%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(15,61,0,26)
C15M61Y0K26 
(15%,61%,0%,26%)
(0.15/0.61/0.00/0.26)	

CMYK percentages

%15.34
%61.38
%0
%25.88

Codes

Color #A049BD in popluar color models

A049BD
RGB16073189
HSL285°46.77%51.37%
HSB/HSV285°61.38%74.12%
CMYK15.34%61.38%0.00%
25.88%

Color #A049BD in popluar number systems.

HEXA049BD
Decimal16073189
Binary10100000100100110111101
Octal240111275

Shades and tints

Shades of #A049BD

#A049BD
(160,73,189)
#9243AC
(146,67,172)
#843D9B
(132,61,155)
#76378A
(118,55,138)
#683179
(104,49,121)
#5A2B68
(90,43,104)
#4C2557
(76,37,87)
#3E1F46
(62,31,70)
#301935
(48,25,53)
#221324
(34,19,36)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #A049BD

#A049BD
(160,73,189)
#A859C3
(168,89,195)
#B069C9
(176,105,201)
#B879CF
(184,121,207)
#C089D5
(192,137,213)
#C899DB
(200,153,219)
#D0A9E1
(208,169,225)
#D8B9E7
(216,185,231)
#E0C9ED
(224,201,237)
#E8D9F3
(232,217,243)
#F0E9F9
(240,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A049BD color. Also use rgb(160,73,189) instead hex code.

Text Font Color

.myTextColor { color: #A049BD; }

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

This text font color is #A049BD.


Background Color

.myBgColor { background-color: #A049BD; }

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

This div background color is #A049BD.


Border color

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

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

This div border color is #A049BD.


Opacity

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

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

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

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

This text has shadow with #A049BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A049BD on black background.


Color preview on white background

This text has color #A049BD on white background.



Black color preview on #A049BD background

This text has black color on #A049BD background.


White color preview on #A049BD background

This text has white color on #A049BD background.