COLOR #A875B3

HEX: #A875B3
RGB: (168,117,179)

Color info

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

RGB color model

#A875B3 color RGB value is (168,117,179).

  • red value is 168;
  • green value is 117;
  • blue value is 179.
RGB:
(168,117,179)
(66%,46%,70%)

RGB channels and saturation

R 168 of 255 = 66%
G 117 of 255 = 46%
B 179 of 255 = 70%

168
117
179

R + G + B ~ 61%. #A875B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 117 + 179 = 464 (100%)
R 168 of 464 ~ 36.21%
G 117 of 464 ~ 25.22%
B 179 of 464 ~ 38.58%

%36.21
%25.22
%38.58

CMYK color model

#A875B3 color CMYK value is (6,35,0,30).

  • cyan value is 6.15%
  • magenta value is 34.64%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(6,35,0,30)
C6M35Y0K30 
(6%,35%,0%,30%)
(0.06/0.35/0.00/0.30)	

CMYK percentages

%6.15
%34.64
%0
%29.8

Codes

Color #A875B3 in popluar color models

A875B3
RGB168117179
HSL289°28.97%58.04%
HSB/HSV289°34.64%70.20%
CMYK6.15%34.64%0.00%
29.80%

Color #A875B3 in popluar number systems.

HEXA875B3
Decimal168117179
Binary10101000111010110110011
Octal250165263

Shades and tints

Shades of #A875B3

#A875B3
(168,117,179)
#996BA3
(153,107,163)
#8A6193
(138,97,147)
#7B5783
(123,87,131)
#6C4D73
(108,77,115)
#5D4363
(93,67,99)
#4E3953
(78,57,83)
#3F2F43
(63,47,67)
#302533
(48,37,51)
#211B23
(33,27,35)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #A875B3

#A875B3
(168,117,179)
#AF81B9
(175,129,185)
#B68DBF
(182,141,191)
#BD99C5
(189,153,197)
#C4A5CB
(196,165,203)
#CBB1D1
(203,177,209)
#D2BDD7
(210,189,215)
#D9C9DD
(217,201,221)
#E0D5E3
(224,213,227)
#E7E1E9
(231,225,233)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A875B3 color. Also use rgb(168,117,179) instead hex code.

Text Font Color

.myTextColor { color: #A875B3; }

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

This text font color is #A875B3.


Background Color

.myBgColor { background-color: #A875B3; }

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

This div background color is #A875B3.


Border color

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

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

This div border color is #A875B3.


Opacity

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

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

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

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

This text has shadow with #A875B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A875B3 on black background.


Color preview on white background

This text has color #A875B3 on white background.



Black color preview on #A875B3 background

This text has black color on #A875B3 background.


White color preview on #A875B3 background

This text has white color on #A875B3 background.