COLOR #A874AE

HEX: #A874AE RGB: (168,116,174)

Color info

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

RGB color model

#A874AE color RGB value is (168,116,174).

RGB: (168,116,174) (66%, 45%, 68%)

RGB channels and saturation

R 168 of 255 = 66%
G 116 of 255 = 45%
B 174 of 255 = 68%

168
116
174

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

Portions of RGB colors in percentages

R + G + B = 168 + 116 + 174 = 458 (100%)
R 168 of 458 ~ 36.68%
G 116 of 458 ~ 25.33%
B 174 of 458 ~ 37.99'%

%36.68
%25.33
%37.99

CMYK color model

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

  • cyan value is 3.45%
  • magenta value is 33.33%
  • 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
%33.33
%0
%31.76

Codes

Color #A874AE in popluar color models

A8 74 AE
RGB 168 116 174
HSL 294° 26.36% 56.86%
HSB/HSV 294° 33.33% 68.24%
CMYK 3.45% 33.33% 0.00%
31.76%

Color #A874AE in popluar number systems.

HEX A8 74 AE
Decimal 168 116 174
Binary 10101000 1110100 10101110
Octal 250 164 256

Shades and tints

Shades of #A874AE

#A874AE
(168,116,174)
#996A9F
(153,106,159)
#8A6090
(138,96,144)
#7B5681
(123,86,129)
#6C4C72
(108,76,114)
#5D4263
(93,66,99)
#4E3854
(78,56,84)
#3F2E45
(63,46,69)
#302436
(48,36,54)
#211A27
(33,26,39)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #A874AE

#A874AE
(168,116,174)
#AF80B5
(175,128,181)
#B68CBC
(182,140,188)
#BD98C3
(189,152,195)
#C4A4CA
(196,164,202)
#CBB0D1
(203,176,209)
#D2BCD8
(210,188,216)
#D9C8DF
(217,200,223)
#E0D4E6
(224,212,230)
#E7E0ED
(231,224,237)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A874AE; }

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

This text font color is #A874AE.

Background Color

.myBgColor { background-color: #A874AE; }

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

This div background color is #A874AE.

Border color

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

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

This div border color is #A874AE.

Opacity

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

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

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

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

This text has shadow with #A874AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A874AE.

Preview

Color preview on black background

This text has color #A874AE on black background.


Color preview on white background

This text has color #A874AE on white background.


Black color preview on #A874AE background

This text has black color on #A874AE background.


White color preview on #A874AE background

This text has white color on #A874AE background.


Related colors

Complementary color

Complementary color for #hex is #578B51.


I love getcolorcode.com

Triadic colors

1 #AEA874 and #74AEA8 with #A874AE are triadic colors.

2 #AE74A8 and #74A8AE with #A874AE are triadic colors.