COLOR #A873BE

HEX: #A873BE
RGB: (168,115,190)

Color info

#A873BE contains mainly red and blue colors. Web safe color of #A873BE is #9966CC (or #96C).

RGB color model

#A873BE color RGB value is (168,115,190).

  • red value is 168;
  • green value is 115;
  • blue value is 190.
RGB:
(168,115,190)
(66%,45%,75%)

RGB channels and saturation

R 168 of 255 = 66%
G 115 of 255 = 45%
B 190 of 255 = 75%

168
115
190

R + G + B ~ 62%. #A873BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 115 + 190 = 473 (100%)
R 168 of 473 ~ 35.52%
G 115 of 473 ~ 24.31%
B 190 of 473 ~ 40.17%

%35.52
%24.31
%40.17

CMYK color model

#A873BE color CMYK value is (12,39,0,25).

  • cyan value is 11.58%
  • magenta value is 39.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(12,39,0,25)
C12M39Y0K25 
(12%,39%,0%,25%)
(0.12/0.39/0.00/0.25)	

CMYK percentages

%11.58
%39.47
%0
%25.49

Codes

Color #A873BE in popluar color models

A873BE
RGB168115190
HSL282°36.59%59.80%
HSB/HSV282°39.47%74.51%
CMYK11.58%39.47%0.00%
25.49%

Color #A873BE in popluar number systems.

HEXA873BE
Decimal168115190
Binary10101000111001110111110
Octal250163276

Shades and tints

Shades of #A873BE

#A873BE
(168,115,190)
#9969AD
(153,105,173)
#8A5F9C
(138,95,156)
#7B558B
(123,85,139)
#6C4B7A
(108,75,122)
#5D4169
(93,65,105)
#4E3758
(78,55,88)
#3F2D47
(63,45,71)
#302336
(48,35,54)
#211925
(33,25,37)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #A873BE

#A873BE
(168,115,190)
#AF7FC3
(175,127,195)
#B68BC8
(182,139,200)
#BD97CD
(189,151,205)
#C4A3D2
(196,163,210)
#CBAFD7
(203,175,215)
#D2BBDC
(210,187,220)
#D9C7E1
(217,199,225)
#E0D3E6
(224,211,230)
#E7DFEB
(231,223,235)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A873BE color. Also use rgb(168,115,190) instead hex code.

Text Font Color

.myTextColor { color: #A873BE; }

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

This text font color is #A873BE.


Background Color

.myBgColor { background-color: #A873BE; }

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

This div background color is #A873BE.


Border color

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

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

This div border color is #A873BE.


Opacity

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

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

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

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

This text has shadow with #A873BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A873BE on black background.


Color preview on white background

This text has color #A873BE on white background.



Black color preview on #A873BE background

This text has black color on #A873BE background.


White color preview on #A873BE background

This text has white color on #A873BE background.