COLOR #A0508C

HEX: #A0508C
RGB: (160,80,140)

Color info

#A0508C contains mainly red and blue colors. Web safe color of #A0508C is #996699 (or #969).

RGB color model

#A0508C color RGB value is (160,80,140).

  • red value is 160;
  • green value is 80;
  • blue value is 140.
RGB:
(160,80,140)
(63%,31%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 80 of 255 = 31%
B 140 of 255 = 55%

160
80
140

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

Portions of RGB colors in percentages

R + G + B =
160 + 80 + 140 = 380 (100%)
R 160 of 380 ~ 42.11%
G 80 of 380 ~ 21.05%
B 140 of 380 ~ 36.84%

%42.11
%21.05
%36.84

CMYK color model

#A0508C color CMYK value is (0,50,13,37).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 12.50%
  • key color value is 37.25%
CMYK:
(0,50,13,37)
C0M50Y13K37 
(0%,50%,13%,37%)
(0.00/0.50/0.13/0.37)	

CMYK percentages

%0
%50
%12.5
%37.25

Codes

Color #A0508C in popluar color models

A0508C
RGB16080140
HSL315°33.33%47.06%
HSB/HSV315°50.00%62.75%
CMYK0.00%50.00%12.50%
37.25%

Color #A0508C in popluar number systems.

HEXA0508C
Decimal16080140
Binary10100000101000010001100
Octal240120214

Shades and tints

Shades of #A0508C

#A0508C
(160,80,140)
#924980
(146,73,128)
#844274
(132,66,116)
#763B68
(118,59,104)
#68345C
(104,52,92)
#5A2D50
(90,45,80)
#4C2644
(76,38,68)
#3E1F38
(62,31,56)
#30182C
(48,24,44)
#221120
(34,17,32)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #A0508C

#A0508C
(160,80,140)
#A85F96
(168,95,150)
#B06EA0
(176,110,160)
#B87DAA
(184,125,170)
#C08CB4
(192,140,180)
#C89BBE
(200,155,190)
#D0AAC8
(208,170,200)
#D8B9D2
(216,185,210)
#E0C8DC
(224,200,220)
#E8D7E6
(232,215,230)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0508C color. Also use rgb(160,80,140) instead hex code.

Text Font Color

.myTextColor { color: #A0508C; }

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

This text font color is #A0508C.


Background Color

.myBgColor { background-color: #A0508C; }

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

This div background color is #A0508C.


Border color

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

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

This div border color is #A0508C.


Opacity

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

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

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

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

This text has shadow with #A0508C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0508C on black background.


Color preview on white background

This text has color #A0508C on white background.



Black color preview on #A0508C background

This text has black color on #A0508C background.


White color preview on #A0508C background

This text has white color on #A0508C background.