COLOR #A05093

HEX: #A05093
RGB: (160,80,147)

Color info

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

RGB color model

#A05093 color RGB value is (160,80,147).

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

RGB channels and saturation

R 160 of 255 = 63%
G 80 of 255 = 31%
B 147 of 255 = 58%

160
80
147

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

Portions of RGB colors in percentages

R + G + B =
160 + 80 + 147 = 387 (100%)
R 160 of 387 ~ 41.34%
G 80 of 387 ~ 20.67%
B 147 of 387 ~ 37.98%

%41.34
%20.67
%37.98

CMYK color model

#A05093 color CMYK value is (0,50,8,37).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 8.13%
  • key color value is 37.25%
CMYK:
(0,50,8,37)
C0M50Y8K37 
(0%,50%,8%,37%)
(0.00/0.50/0.08/0.37)	

CMYK percentages

%0
%50
%8.13
%37.25

Codes

Color #A05093 in popluar color models

A05093
RGB16080147
HSL310°33.33%47.06%
HSB/HSV310°50.00%62.75%
CMYK0.00%50.00%8.13%
37.25%

Color #A05093 in popluar number systems.

HEXA05093
Decimal16080147
Binary10100000101000010010011
Octal240120223

Shades and tints

Shades of #A05093

#A05093
(160,80,147)
#924986
(146,73,134)
#844279
(132,66,121)
#763B6C
(118,59,108)
#68345F
(104,52,95)
#5A2D52
(90,45,82)
#4C2645
(76,38,69)
#3E1F38
(62,31,56)
#30182B
(48,24,43)
#22111E
(34,17,30)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #A05093

#A05093
(160,80,147)
#A85F9C
(168,95,156)
#B06EA5
(176,110,165)
#B87DAE
(184,125,174)
#C08CB7
(192,140,183)
#C89BC0
(200,155,192)
#D0AAC9
(208,170,201)
#D8B9D2
(216,185,210)
#E0C8DB
(224,200,219)
#E8D7E4
(232,215,228)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05093; }

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

This text font color is #A05093.


Background Color

.myBgColor { background-color: #A05093; }

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

This div background color is #A05093.


Border color

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

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

This div border color is #A05093.


Opacity

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

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

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

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

This text has shadow with #A05093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05093 on black background.


Color preview on white background

This text has color #A05093 on white background.



Black color preview on #A05093 background

This text has black color on #A05093 background.


White color preview on #A05093 background

This text has white color on #A05093 background.