COLOR #A80A84

HEX: #A80A84
RGB: (168,10,132)

Color info

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

RGB color model

#A80A84 color RGB value is (168,10,132).

  • red value is 168;
  • green value is 10;
  • blue value is 132.
RGB:
(168,10,132)
(66%,4%,52%)

RGB channels and saturation

R 168 of 255 = 66%
G 10 of 255 = 4%
B 132 of 255 = 52%

168
10
132

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

Portions of RGB colors in percentages

R + G + B =
168 + 10 + 132 = 310 (100%)
R 168 of 310 ~ 54.19%
G 10 of 310 ~ 3.23%
B 132 of 310 ~ 42.58%

%54.19
%42.58

CMYK color model

#A80A84 color CMYK value is (0,94,21,34).

  • cyan value is 0.00%
  • magenta value is 94.05%
  • yellow value is 21.43%
  • key color value is 34.12%
CMYK:
(0,94,21,34)
C0M94Y21K34 
(0%,94%,21%,34%)
(0.00/0.94/0.21/0.34)	

CMYK percentages

%0
%94.05
%21.43
%34.12

Codes

Color #A80A84 in popluar color models

A80A84
RGB16810132
HSL314°88.76%34.90%
HSB/HSV314°94.05%65.88%
CMYK0.00%94.05%21.43%
34.12%

Color #A80A84 in popluar number systems.

HEXA80A84
Decimal16810132
Binary10101000101010000100
Octal25012204

Shades and tints

Shades of #A80A84

#A80A84
(168,10,132)
#990A78
(153,10,120)
#8A0A6C
(138,10,108)
#7B0A60
(123,10,96)
#6C0A54
(108,10,84)
#5D0A48
(93,10,72)
#4E0A3C
(78,10,60)
#3F0A30
(63,10,48)
#300A24
(48,10,36)
#210A18
(33,10,24)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #A80A84

#A80A84
(168,10,132)
#AF208F
(175,32,143)
#B6369A
(182,54,154)
#BD4CA5
(189,76,165)
#C462B0
(196,98,176)
#CB78BB
(203,120,187)
#D28EC6
(210,142,198)
#D9A4D1
(217,164,209)
#E0BADC
(224,186,220)
#E7D0E7
(231,208,231)
#EEE6F2
(238,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A80A84 color. Also use rgb(168,10,132) instead hex code.

Text Font Color

.myTextColor { color: #A80A84; }

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

This text font color is #A80A84.


Background Color

.myBgColor { background-color: #A80A84; }

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

This div background color is #A80A84.


Border color

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

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

This div border color is #A80A84.


Opacity

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

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

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

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

This text has shadow with #A80A84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A80A84 on black background.


Color preview on white background

This text has color #A80A84 on white background.



Black color preview on #A80A84 background

This text has black color on #A80A84 background.


White color preview on #A80A84 background

This text has white color on #A80A84 background.