COLOR #A975B8

HEX: #A975B8 RGB: (169,117,184)

Color info

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

RGB color model

#A975B8 color RGB value is (169,117,184).

RGB: (169,117,184) (66%, 46%, 72%)

RGB channels and saturation

R 169 of 255 = 66%
G 117 of 255 = 46%
B 184 of 255 = 72%

169
117
184

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

Portions of RGB colors in percentages

R + G + B = 169 + 117 + 184 = 470 (100%)
R 169 of 470 ~ 35.96%
G 117 of 470 ~ 24.89%
B 184 of 470 ~ 39.15'%

%35.96
%24.89
%39.15

CMYK color model

#A975B8 color CMYK value is (8,36,0,28).

  • cyan value is 8.15%
  • magenta value is 36.41%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (8,36,0,28) C8M36Y0K28 (8%,36%,0%,28%) (0.08/0.36/0.00/0.28) 

CMYK percentages

%8.15
%36.41
%0
%27.84

Codes

Color #A975B8 in popluar color models

A9 75 B8
RGB 169 117 184
HSL 287° 32.06% 59.02%
HSB/HSV 287° 36.41% 72.16%
CMYK 8.15% 36.41% 0.00%
27.84%

Color #A975B8 in popluar number systems.

HEX A9 75 B8
Decimal 169 117 184
Binary 10101001 1110101 10111000
Octal 251 165 270

Shades and tints

Shades of #A975B8

#A975B8
(169,117,184)
#9A6BA8
(154,107,168)
#8B6198
(139,97,152)
#7C5788
(124,87,136)
#6D4D78
(109,77,120)
#5E4368
(94,67,104)
#4F3958
(79,57,88)
#402F48
(64,47,72)
#312538
(49,37,56)
#221B28
(34,27,40)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #A975B8

#A975B8
(169,117,184)
#B081BE
(176,129,190)
#B78DC4
(183,141,196)
#BE99CA
(190,153,202)
#C5A5D0
(197,165,208)
#CCB1D6
(204,177,214)
#D3BDDC
(211,189,220)
#DAC9E2
(218,201,226)
#E1D5E8
(225,213,232)
#E8E1EE
(232,225,238)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A975B8 color. Also use rgb(169,117,184) instead hex code.

Text Font Color

.myTextColor { color: #A975B8; }

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

This text font color is #A975B8.

Background Color

.myBgColor { background-color: #A975B8; }

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

This div background color is #A975B8.

Border color

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

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

This div border color is #A975B8.

Opacity

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

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

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

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

This text has shadow with #A975B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A975B8.

Preview

Color preview on black background

This text has color #A975B8 on black background.


Color preview on white background

This text has color #A975B8 on white background.


Black color preview on #A975B8 background

This text has black color on #A975B8 background.


White color preview on #A975B8 background

This text has white color on #A975B8 background.


Related colors

Complementary color

Complementary color for #hex is #568A47.


I love getcolorcode.com

Triadic colors

1 #B8A975 and #75B8A9 with #A975B8 are triadic colors.

2 #B875A9 and #75A9B8 with #A975B8 are triadic colors.