COLOR #A8509D

HEX: #A8509D
RGB: (168,80,157)

Color info

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

RGB color model

#A8509D color RGB value is (168,80,157).

  • red value is 168;
  • green value is 80;
  • blue value is 157.
RGB:
(168,80,157)
(66%,31%,62%)

RGB channels and saturation

R 168 of 255 = 66%
G 80 of 255 = 31%
B 157 of 255 = 62%

168
80
157

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

Portions of RGB colors in percentages

R + G + B =
168 + 80 + 157 = 405 (100%)
R 168 of 405 ~ 41.48%
G 80 of 405 ~ 19.75%
B 157 of 405 ~ 38.77%

%41.48
%19.75
%38.77

CMYK color model

#A8509D color CMYK value is (0,52,7,34).

  • cyan value is 0.00%
  • magenta value is 52.38%
  • yellow value is 6.55%
  • key color value is 34.12%
CMYK:
(0,52,7,34)
C0M52Y7K34 
(0%,52%,7%,34%)
(0.00/0.52/0.07/0.34)	

CMYK percentages

%0
%52.38
%6.55
%34.12

Codes

Color #A8509D in popluar color models

A8509D
RGB16880157
HSL308°35.48%48.63%
HSB/HSV308°52.38%65.88%
CMYK0.00%52.38%6.55%
34.12%

Color #A8509D in popluar number systems.

HEXA8509D
Decimal16880157
Binary10101000101000010011101
Octal250120235

Shades and tints

Shades of #A8509D

#A8509D
(168,80,157)
#99498F
(153,73,143)
#8A4281
(138,66,129)
#7B3B73
(123,59,115)
#6C3465
(108,52,101)
#5D2D57
(93,45,87)
#4E2649
(78,38,73)
#3F1F3B
(63,31,59)
#30182D
(48,24,45)
#21111F
(33,17,31)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #A8509D

#A8509D
(168,80,157)
#AF5FA5
(175,95,165)
#B66EAD
(182,110,173)
#BD7DB5
(189,125,181)
#C48CBD
(196,140,189)
#CB9BC5
(203,155,197)
#D2AACD
(210,170,205)
#D9B9D5
(217,185,213)
#E0C8DD
(224,200,221)
#E7D7E5
(231,215,229)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8509D color. Also use rgb(168,80,157) instead hex code.

Text Font Color

.myTextColor { color: #A8509D; }

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

This text font color is #A8509D.


Background Color

.myBgColor { background-color: #A8509D; }

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

This div background color is #A8509D.


Border color

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

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

This div border color is #A8509D.


Opacity

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

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

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

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

This text has shadow with #A8509D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8509D on black background.


Color preview on white background

This text has color #A8509D on white background.



Black color preview on #A8509D background

This text has black color on #A8509D background.


White color preview on #A8509D background

This text has white color on #A8509D background.