COLOR #A80E8B

HEX: #A80E8B
RGB: (168,14,139)

Color info

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

RGB color model

#A80E8B color RGB value is (168,14,139).

  • red value is 168;
  • green value is 14;
  • blue value is 139.
RGB:
(168,14,139)
(66%,5%,55%)

RGB channels and saturation

R 168 of 255 = 66%
G 14 of 255 = 5%
B 139 of 255 = 55%

168
14
139

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

Portions of RGB colors in percentages

R + G + B =
168 + 14 + 139 = 321 (100%)
R 168 of 321 ~ 52.34%
G 14 of 321 ~ 4.36%
B 139 of 321 ~ 43.3%

%52.34
%43.3

CMYK color model

#A80E8B color CMYK value is (0,92,17,34).

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 17.26%
  • key color value is 34.12%
CMYK:
(0,92,17,34)
C0M92Y17K34 
(0%,92%,17%,34%)
(0.00/0.92/0.17/0.34)	

CMYK percentages

%0
%91.67
%17.26
%34.12

Codes

Color #A80E8B in popluar color models

A80E8B
RGB16814139
HSL311°84.62%35.69%
HSB/HSV311°91.67%65.88%
CMYK0.00%91.67%17.26%
34.12%

Color #A80E8B in popluar number systems.

HEXA80E8B
Decimal16814139
Binary10101000111010001011
Octal25016213

Shades and tints

Shades of #A80E8B

#A80E8B
(168,14,139)
#990D7F
(153,13,127)
#8A0C73
(138,12,115)
#7B0B67
(123,11,103)
#6C0A5B
(108,10,91)
#5D094F
(93,9,79)
#4E0843
(78,8,67)
#3F0737
(63,7,55)
#30062B
(48,6,43)
#21051F
(33,5,31)
#120413
(18,4,19)
#000000
(0,0,0)

Tints of #A80E8B

#A80E8B
(168,14,139)
#AF2395
(175,35,149)
#B6389F
(182,56,159)
#BD4DA9
(189,77,169)
#C462B3
(196,98,179)
#CB77BD
(203,119,189)
#D28CC7
(210,140,199)
#D9A1D1
(217,161,209)
#E0B6DB
(224,182,219)
#E7CBE5
(231,203,229)
#EEE0EF
(238,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A80E8B color. Also use rgb(168,14,139) instead hex code.

Text Font Color

.myTextColor { color: #A80E8B; }

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

This text font color is #A80E8B.


Background Color

.myBgColor { background-color: #A80E8B; }

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

This div background color is #A80E8B.


Border color

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

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

This div border color is #A80E8B.


Opacity

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

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

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

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

This text has shadow with #A80E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A80E8B on black background.


Color preview on white background

This text has color #A80E8B on white background.



Black color preview on #A80E8B background

This text has black color on #A80E8B background.


White color preview on #A80E8B background

This text has white color on #A80E8B background.