COLOR #A00D9B

HEX: #A00D9B
RGB: (160,13,155)

Color info

#A00D9B contains mainly red and blue colors. Web safe color of #A00D9B is #990099 (or #909).

RGB color model

#A00D9B color RGB value is (160,13,155).

  • red value is 160;
  • green value is 13;
  • blue value is 155.
RGB:
(160,13,155)
(63%,5%,61%)

RGB channels and saturation

R 160 of 255 = 63%
G 13 of 255 = 5%
B 155 of 255 = 61%

160
13
155

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

Portions of RGB colors in percentages

R + G + B =
160 + 13 + 155 = 328 (100%)
R 160 of 328 ~ 48.78%
G 13 of 328 ~ 3.96%
B 155 of 328 ~ 47.26%

%48.78
%47.26

CMYK color model

#A00D9B color CMYK value is (0,92,3,37).

  • cyan value is 0.00%
  • magenta value is 91.88%
  • yellow value is 3.13%
  • key color value is 37.25%
CMYK:
(0,92,3,37)
C0M92Y3K37 
(0%,92%,3%,37%)
(0.00/0.92/0.03/0.37)	

CMYK percentages

%0
%91.88
%3.13
%37.25

Codes

Color #A00D9B in popluar color models

A00D9B
RGB16013155
HSL302°84.97%33.92%
HSB/HSV302°91.88%62.75%
CMYK0.00%91.88%3.13%
37.25%

Color #A00D9B in popluar number systems.

HEXA00D9B
Decimal16013155
Binary10100000110110011011
Octal24015233

Shades and tints

Shades of #A00D9B

#A00D9B
(160,13,155)
#920C8D
(146,12,141)
#840B7F
(132,11,127)
#760A71
(118,10,113)
#680963
(104,9,99)
#5A0855
(90,8,85)
#4C0747
(76,7,71)
#3E0639
(62,6,57)
#30052B
(48,5,43)
#22041D
(34,4,29)
#14030F
(20,3,15)
#000000
(0,0,0)

Tints of #A00D9B

#A00D9B
(160,13,155)
#A823A4
(168,35,164)
#B039AD
(176,57,173)
#B84FB6
(184,79,182)
#C065BF
(192,101,191)
#C87BC8
(200,123,200)
#D091D1
(208,145,209)
#D8A7DA
(216,167,218)
#E0BDE3
(224,189,227)
#E8D3EC
(232,211,236)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A00D9B color. Also use rgb(160,13,155) instead hex code.

Text Font Color

.myTextColor { color: #A00D9B; }

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

This text font color is #A00D9B.


Background Color

.myBgColor { background-color: #A00D9B; }

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

This div background color is #A00D9B.


Border color

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

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

This div border color is #A00D9B.


Opacity

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

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

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

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

This text has shadow with #A00D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A00D9B on black background.


Color preview on white background

This text has color #A00D9B on white background.



Black color preview on #A00D9B background

This text has black color on #A00D9B background.


White color preview on #A00D9B background

This text has white color on #A00D9B background.