COLOR #A377AE

HEX: #A377AE RGB: (163,119,174)

Color info

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

RGB color model

#A377AE color RGB value is (163,119,174).

RGB: (163,119,174) (64%, 47%, 68%)

RGB channels and saturation

R 163 of 255 = 64%
G 119 of 255 = 47%
B 174 of 255 = 68%

163
119
174

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

Portions of RGB colors in percentages

R + G + B = 163 + 119 + 174 = 456 (100%)
R 163 of 456 ~ 35.75%
G 119 of 456 ~ 26.1%
B 174 of 456 ~ 38.16'%

%35.75
%26.1
%38.16

CMYK color model

#A377AE color CMYK value is (6,32,0,32).

  • cyan value is 6.32%
  • magenta value is 31.61%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (6,32,0,32) C6M32Y0K32 (6%,32%,0%,32%) (0.06/0.32/0.00/0.32) 

CMYK percentages

%6.32
%31.61
%0
%31.76

Codes

Color #A377AE in popluar color models

A3 77 AE
RGB 163 119 174
HSL 288° 25.35% 57.45%
HSB/HSV 288° 31.61% 68.24%
CMYK 6.32% 31.61% 0.00%
31.76%

Color #A377AE in popluar number systems.

HEX A3 77 AE
Decimal 163 119 174
Binary 10100011 1110111 10101110
Octal 243 167 256

Shades and tints

Shades of #A377AE

#A377AE
(163,119,174)
#956D9F
(149,109,159)
#876390
(135,99,144)
#795981
(121,89,129)
#6B4F72
(107,79,114)
#5D4563
(93,69,99)
#4F3B54
(79,59,84)
#413145
(65,49,69)
#332736
(51,39,54)
#251D27
(37,29,39)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #A377AE

#A377AE
(163,119,174)
#AB83B5
(171,131,181)
#B38FBC
(179,143,188)
#BB9BC3
(187,155,195)
#C3A7CA
(195,167,202)
#CBB3D1
(203,179,209)
#D3BFD8
(211,191,216)
#DBCBDF
(219,203,223)
#E3D7E6
(227,215,230)
#EBE3ED
(235,227,237)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A377AE color. Also use rgb(163,119,174) instead hex code.

Text Font Color

.myTextColor { color: #A377AE; }

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

This text font color is #A377AE.

Background Color

.myBgColor { background-color: #A377AE; }

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

This div background color is #A377AE.

Border color

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

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

This div border color is #A377AE.

Opacity

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

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

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

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

This text has shadow with #A377AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A377AE.

Preview

Color preview on black background

This text has color #A377AE on black background.


Color preview on white background

This text has color #A377AE on white background.


Black color preview on #A377AE background

This text has black color on #A377AE background.


White color preview on #A377AE background

This text has white color on #A377AE background.


Related colors

Complementary color

Complementary color for #hex is #5C8851.


I love getcolorcode.com

Triadic colors

1 #AEA377 and #77AEA3 with #A377AE are triadic colors.

2 #AE77A3 and #77A3AE with #A377AE are triadic colors.