COLOR #A8409A

HEX: #A8409A
RGB: (168,64,154)

Color info

#A8409A contains mainly red and blue colors. Web safe color of #A8409A is #993399 (or #939).

RGB color model

#A8409A color RGB value is (168,64,154).

  • red value is 168;
  • green value is 64;
  • blue value is 154.
RGB:
(168,64,154)
(66%,25%,60%)

RGB channels and saturation

R 168 of 255 = 66%
G 64 of 255 = 25%
B 154 of 255 = 60%

168
64
154

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

Portions of RGB colors in percentages

R + G + B =
168 + 64 + 154 = 386 (100%)
R 168 of 386 ~ 43.52%
G 64 of 386 ~ 16.58%
B 154 of 386 ~ 39.9%

%43.52
%16.58
%39.9

CMYK color model

#A8409A color CMYK value is (0,62,8,34).

  • cyan value is 0.00%
  • magenta value is 61.90%
  • yellow value is 8.33%
  • key color value is 34.12%
CMYK:
(0,62,8,34)
C0M62Y8K34 
(0%,62%,8%,34%)
(0.00/0.62/0.08/0.34)	

CMYK percentages

%0
%61.9
%8.33
%34.12

Codes

Color #A8409A in popluar color models

A8409A
RGB16864154
HSL308°44.83%45.49%
HSB/HSV308°61.90%65.88%
CMYK0.00%61.90%8.33%
34.12%

Color #A8409A in popluar number systems.

HEXA8409A
Decimal16864154
Binary10101000100000010011010
Octal250100232

Shades and tints

Shades of #A8409A

#A8409A
(168,64,154)
#993B8C
(153,59,140)
#8A367E
(138,54,126)
#7B3170
(123,49,112)
#6C2C62
(108,44,98)
#5D2754
(93,39,84)
#4E2246
(78,34,70)
#3F1D38
(63,29,56)
#30182A
(48,24,42)
#21131C
(33,19,28)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #A8409A

#A8409A
(168,64,154)
#AF51A3
(175,81,163)
#B662AC
(182,98,172)
#BD73B5
(189,115,181)
#C484BE
(196,132,190)
#CB95C7
(203,149,199)
#D2A6D0
(210,166,208)
#D9B7D9
(217,183,217)
#E0C8E2
(224,200,226)
#E7D9EB
(231,217,235)
#EEEAF4
(238,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8409A color. Also use rgb(168,64,154) instead hex code.

Text Font Color

.myTextColor { color: #A8409A; }

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

This text font color is #A8409A.


Background Color

.myBgColor { background-color: #A8409A; }

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

This div background color is #A8409A.


Border color

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

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

This div border color is #A8409A.


Opacity

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

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

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

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

This text has shadow with #A8409A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8409A on black background.


Color preview on white background

This text has color #A8409A on white background.



Black color preview on #A8409A background

This text has black color on #A8409A background.


White color preview on #A8409A background

This text has white color on #A8409A background.