COLOR #A875AE

HEX: #A875AE
RGB: (168,117,174)

Color info

#A875AE contains red, green and blue colors in about the same proportion. Web safe color of #A875AE is #996699 (or #969).

RGB color model

#A875AE color RGB value is (168,117,174).

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

RGB channels and saturation

R 168 of 255 = 66%
G 117 of 255 = 46%
B 174 of 255 = 68%

168
117
174

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

Portions of RGB colors in percentages

R + G + B =
168 + 117 + 174 = 459 (100%)
R 168 of 459 ~ 36.6%
G 117 of 459 ~ 25.49%
B 174 of 459 ~ 37.91%

%36.6
%25.49
%37.91

CMYK color model

#A875AE color CMYK value is (3,33,0,32).

  • cyan value is 3.45%
  • magenta value is 32.76%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(3,33,0,32)
C3M33Y0K32 
(3%,33%,0%,32%)
(0.03/0.33/0.00/0.32)	

CMYK percentages

%3.45
%32.76
%0
%31.76

Codes

Color #A875AE in popluar color models

A875AE
RGB168117174
HSL294°26.03%57.06%
HSB/HSV294°32.76%68.24%
CMYK3.45%32.76%0.00%
31.76%

Color #A875AE in popluar number systems.

HEXA875AE
Decimal168117174
Binary10101000111010110101110
Octal250165256

Shades and tints

Shades of #A875AE

#A875AE
(168,117,174)
#996B9F
(153,107,159)
#8A6190
(138,97,144)
#7B5781
(123,87,129)
#6C4D72
(108,77,114)
#5D4363
(93,67,99)
#4E3954
(78,57,84)
#3F2F45
(63,47,69)
#302536
(48,37,54)
#211B27
(33,27,39)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #A875AE

#A875AE
(168,117,174)
#AF81B5
(175,129,181)
#B68DBC
(182,141,188)
#BD99C3
(189,153,195)
#C4A5CA
(196,165,202)
#CBB1D1
(203,177,209)
#D2BDD8
(210,189,216)
#D9C9DF
(217,201,223)
#E0D5E6
(224,213,230)
#E7E1ED
(231,225,237)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A875AE; }

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

This text font color is #A875AE.


Background Color

.myBgColor { background-color: #A875AE; }

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

This div background color is #A875AE.


Border color

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

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

This div border color is #A875AE.


Opacity

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

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

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

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

This text has shadow with #A875AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A875AE on black background.


Color preview on white background

This text has color #A875AE on white background.



Black color preview on #A875AE background

This text has black color on #A875AE background.


White color preview on #A875AE background

This text has white color on #A875AE background.