COLOR #A8256D

HEX: #A8256D
RGB: (168,37,109)

Color info

#A8256D contains mainly red and blue colors. Web safe color of #A8256D is #993366 (or #936).

RGB color model

#A8256D color RGB value is (168,37,109).

  • red value is 168;
  • green value is 37;
  • blue value is 109.
RGB:
(168,37,109)
(66%,15%,43%)

RGB channels and saturation

R 168 of 255 = 66%
G 37 of 255 = 15%
B 109 of 255 = 43%

168
37
109

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

Portions of RGB colors in percentages

R + G + B =
168 + 37 + 109 = 314 (100%)
R 168 of 314 ~ 53.5%
G 37 of 314 ~ 11.78%
B 109 of 314 ~ 34.71%

%53.5
%11.78
%34.71

CMYK color model

#A8256D color CMYK value is (0,78,35,34).

  • cyan value is 0.00%
  • magenta value is 77.98%
  • yellow value is 35.12%
  • key color value is 34.12%
CMYK:
(0,78,35,34)
C0M78Y35K34 
(0%,78%,35%,34%)
(0.00/0.78/0.35/0.34)	

CMYK percentages

%0
%77.98
%35.12
%34.12

Codes

Color #A8256D in popluar color models

A8256D
RGB16837109
HSL327°63.90%40.20%
HSB/HSV327°77.98%65.88%
CMYK0.00%77.98%35.12%
34.12%

Color #A8256D in popluar number systems.

HEXA8256D
Decimal16837109
Binary101010001001011101101
Octal25045155

Shades and tints

Shades of #A8256D

#A8256D
(168,37,109)
#992264
(153,34,100)
#8A1F5B
(138,31,91)
#7B1C52
(123,28,82)
#6C1949
(108,25,73)
#5D1640
(93,22,64)
#4E1337
(78,19,55)
#3F102E
(63,16,46)
#300D25
(48,13,37)
#210A1C
(33,10,28)
#120713
(18,7,19)
#000000
(0,0,0)

Tints of #A8256D

#A8256D
(168,37,109)
#AF387A
(175,56,122)
#B64B87
(182,75,135)
#BD5E94
(189,94,148)
#C471A1
(196,113,161)
#CB84AE
(203,132,174)
#D297BB
(210,151,187)
#D9AAC8
(217,170,200)
#E0BDD5
(224,189,213)
#E7D0E2
(231,208,226)
#EEE3EF
(238,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8256D color. Also use rgb(168,37,109) instead hex code.

Text Font Color

.myTextColor { color: #A8256D; }

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

This text font color is #A8256D.


Background Color

.myBgColor { background-color: #A8256D; }

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

This div background color is #A8256D.


Border color

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

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

This div border color is #A8256D.


Opacity

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

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

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

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

This text has shadow with #A8256D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8256D on black background.


Color preview on white background

This text has color #A8256D on white background.



Black color preview on #A8256D background

This text has black color on #A8256D background.


White color preview on #A8256D background

This text has white color on #A8256D background.