COLOR #A80996

HEX: #A80996
RGB: (168,9,150)

Color info

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

RGB color model

#A80996 color RGB value is (168,9,150).

  • red value is 168;
  • green value is 9;
  • blue value is 150.
RGB:
(168,9,150)
(66%,4%,59%)

RGB channels and saturation

R 168 of 255 = 66%
G 9 of 255 = 4%
B 150 of 255 = 59%

168
9
150

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

Portions of RGB colors in percentages

R + G + B =
168 + 9 + 150 = 327 (100%)
R 168 of 327 ~ 51.38%
G 9 of 327 ~ 2.75%
B 150 of 327 ~ 45.87%

%51.38
%45.87

CMYK color model

#A80996 color CMYK value is (0,95,11,34).

  • cyan value is 0.00%
  • magenta value is 94.64%
  • yellow value is 10.71%
  • key color value is 34.12%
CMYK:
(0,95,11,34)
C0M95Y11K34 
(0%,95%,11%,34%)
(0.00/0.95/0.11/0.34)	

CMYK percentages

%0
%94.64
%10.71
%34.12

Codes

Color #A80996 in popluar color models

A80996
RGB1689150
HSL307°89.83%34.71%
HSB/HSV307°94.64%65.88%
CMYK0.00%94.64%10.71%
34.12%

Color #A80996 in popluar number systems.

HEXA80996
Decimal1689150
Binary10101000100110010110
Octal25011226

Shades and tints

Shades of #A80996

#A80996
(168,9,150)
#990989
(153,9,137)
#8A097C
(138,9,124)
#7B096F
(123,9,111)
#6C0962
(108,9,98)
#5D0955
(93,9,85)
#4E0948
(78,9,72)
#3F093B
(63,9,59)
#30092E
(48,9,46)
#210921
(33,9,33)
#120914
(18,9,20)
#000000
(0,0,0)

Tints of #A80996

#A80996
(168,9,150)
#AF1F9F
(175,31,159)
#B635A8
(182,53,168)
#BD4BB1
(189,75,177)
#C461BA
(196,97,186)
#CB77C3
(203,119,195)
#D28DCC
(210,141,204)
#D9A3D5
(217,163,213)
#E0B9DE
(224,185,222)
#E7CFE7
(231,207,231)
#EEE5F0
(238,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A80996 color. Also use rgb(168,9,150) instead hex code.

Text Font Color

.myTextColor { color: #A80996; }

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

This text font color is #A80996.


Background Color

.myBgColor { background-color: #A80996; }

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

This div background color is #A80996.


Border color

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

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

This div border color is #A80996.


Opacity

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

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

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

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

This text has shadow with #A80996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A80996 on black background.


Color preview on white background

This text has color #A80996 on white background.



Black color preview on #A80996 background

This text has black color on #A80996 background.


White color preview on #A80996 background

This text has white color on #A80996 background.