COLOR #A0488D

HEX: #A0488D
RGB: (160,72,141)

Color info

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

RGB color model

#A0488D color RGB value is (160,72,141).

  • red value is 160;
  • green value is 72;
  • blue value is 141.
RGB: (160,72,141) (63%,28%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 72 of 255 = 28%
B 141 of 255 = 55%

160
72
141

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

Portions of RGB colors in percentages

R + G + B =
160 + 72 + 141 = 373 (100%)
R 160 of 373 ~ 42.9%
G 72 of 373 ~ 19.3%
B 141 of 373 ~ 37.8%

%42.9
%19.3
%37.8

CMYK color model

#A0488D color CMYK value is (0,55,12,37).

  • cyan value is 0.00%
  • magenta value is 55.00%
  • yellow value is 11.88%
  • key color value is 37.25%
CMYK: (0,55,12,37) C0M55Y12K37 (0%,55%,12%,37%) (0.00/0.55/0.12/0.37)

CMYK percentages

%0
%55
%11.88
%37.25

Codes

Color #A0488D in popluar color models

A0488D
RGB16072141
HSL313°37.93%45.49%
HSB/HSV313°55.00%62.75%
CMYK0.00%55.00%11.88%
37.25%

Color #A0488D in popluar number systems.

HEXA0488D
Decimal16072141
Binary10100000100100010001101
Octal240110215

Shades and tints

Shades of #A0488D

#A0488D
(160,72,141)
#924281
(146,66,129)
#843C75
(132,60,117)
#763669
(118,54,105)
#68305D
(104,48,93)
#5A2A51
(90,42,81)
#4C2445
(76,36,69)
#3E1E39
(62,30,57)
#30182D
(48,24,45)
#221221
(34,18,33)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #A0488D

#A0488D
(160,72,141)
#A85897
(168,88,151)
#B068A1
(176,104,161)
#B878AB
(184,120,171)
#C088B5
(192,136,181)
#C898BF
(200,152,191)
#D0A8C9
(208,168,201)
#D8B8D3
(216,184,211)
#E0C8DD
(224,200,221)
#E8D8E7
(232,216,231)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0488D color. Also use rgb(160,72,141) instead hex code.

Text Font Color

.myTextColor { color: #A0488D; }

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

This text font color is #A0488D.


Background Color

.myBgColor { background-color: #A0488D; }

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

This div background color is #A0488D.


Border color

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

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

This div border color is #A0488D.


Opacity

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

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

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

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

This text has shadow with #A0488D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A0488D on black background.


Color preview on white background

This text has color #A0488D on white background.



Black color preview on #A0488D background

This text has black color on #A0488D background.


White color preview on #A0488D background

This text has white color on #A0488D background.