COLOR #A874B0

HEX: #A874B0 RGB: (168,116,176)

Color info

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

RGB color model

#A874B0 color RGB value is (168,116,176).

RGB: (168,116,176) (66%, 45%, 69%)

RGB channels and saturation

R 168 of 255 = 66%
G 116 of 255 = 45%
B 176 of 255 = 69%

168
116
176

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

Portions of RGB colors in percentages

R + G + B = 168 + 116 + 176 = 460 (100%)
R 168 of 460 ~ 36.52%
G 116 of 460 ~ 25.22%
B 176 of 460 ~ 38.26'%

%36.52
%25.22
%38.26

CMYK color model

#A874B0 color CMYK value is (5,34,0,31).

  • cyan value is 4.55%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (5,34,0,31)
C5M34Y0K31 (5%, 34%, 0%, 31%)
(0.05 / 0.34 / 0.00 / 0.31)

CMYK percentages

%4.55
%34.09
%0
%30.98

Codes

Color #A874B0 in popluar color models

A8 74 B0
RGB 168 116 176
HSL 292° 27.52% 57.25%
HSB/HSV 292° 34.09% 69.02%
CMYK 4.55% 34.09% 0.00%
30.98%

Color #A874B0 in popluar number systems.

HEX A8 74 B0
Decimal 168 116 176
Binary 10101000 1110100 10110000
Octal 250 164 260

Shades and tints

Shades of #A874B0

#A874B0
(168,116,176)
#996AA0
(153,106,160)
#8A6090
(138,96,144)
#7B5680
(123,86,128)
#6C4C70
(108,76,112)
#5D4260
(93,66,96)
#4E3850
(78,56,80)
#3F2E40
(63,46,64)
#302430
(48,36,48)
#211A20
(33,26,32)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #A874B0

#A874B0
(168,116,176)
#AF80B7
(175,128,183)
#B68CBE
(182,140,190)
#BD98C5
(189,152,197)
#C4A4CC
(196,164,204)
#CBB0D3
(203,176,211)
#D2BCDA
(210,188,218)
#D9C8E1
(217,200,225)
#E0D4E8
(224,212,232)
#E7E0EF
(231,224,239)
#EEECF6
(238,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A874B0 color. Also use rgb(168,116,176) instead hex code.

Text Font Color

.myTextColor { color: #A874B0; }

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

This text font color is #A874B0.

Background Color

.myBgColor { background-color: #A874B0; }

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

This div background color is #A874B0.

Border color

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

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

This div border color is #A874B0.

Opacity

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

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

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

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

This text has shadow with #A874B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A874B0.

Preview

Color preview on black background

This text has color #A874B0 on black background.


Color preview on white background

This text has color #A874B0 on white background.


Black color preview on #A874B0 background

This text has black color on #A874B0 background.


White color preview on #A874B0 background

This text has white color on #A874B0 background.


Related colors

Complementary color

Complementary color for #hex is #578B4F.


I love getcolorcode.com

Triadic colors

1 #B0A874 and #74B0A8 with #A874B0 are triadic colors.

2 #B074A8 and #74A8B0 with #A874B0 are triadic colors.