COLOR #A775C1

HEX: #A775C1 RGB: (167,117,193)

Color info

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

RGB color model

#A775C1 color RGB value is (167,117,193).

RGB: (167,117,193) (65%, 46%, 76%)

RGB channels and saturation

R 167 of 255 = 65%
G 117 of 255 = 46%
B 193 of 255 = 76%

167
117
193

R + G + B ~ 62%. #A775C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 117 + 193 = 477 (100%)
R 167 of 477 ~ 35.01%
G 117 of 477 ~ 24.53%
B 193 of 477 ~ 40.46'%

%35.01
%24.53
%40.46

CMYK color model

#A775C1 color CMYK value is (13,39,0,24).

  • cyan value is 13.47%
  • magenta value is 39.38%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK: (13,39,0,24) C13M39Y0K24 (13%,39%,0%,24%) (0.13/0.39/0.00/0.24) 

CMYK percentages

%13.47
%39.38
%0
%24.31

Codes

Color #A775C1 in popluar color models

A7 75 C1
RGB 167 117 193
HSL 279° 38.00% 60.78%
HSB/HSV 279° 39.38% 75.69%
CMYK 13.47% 39.38% 0.00%
24.31%

Color #A775C1 in popluar number systems.

HEX A7 75 C1
Decimal 167 117 193
Binary 10100111 1110101 11000001
Octal 247 165 301

Shades and tints

Shades of #A775C1

#A775C1
(167,117,193)
#986BB0
(152,107,176)
#89619F
(137,97,159)
#7A578E
(122,87,142)
#6B4D7D
(107,77,125)
#5C436C
(92,67,108)
#4D395B
(77,57,91)
#3E2F4A
(62,47,74)
#2F2539
(47,37,57)
#201B28
(32,27,40)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #A775C1

#A775C1
(167,117,193)
#AF81C6
(175,129,198)
#B78DCB
(183,141,203)
#BF99D0
(191,153,208)
#C7A5D5
(199,165,213)
#CFB1DA
(207,177,218)
#D7BDDF
(215,189,223)
#DFC9E4
(223,201,228)
#E7D5E9
(231,213,233)
#EFE1EE
(239,225,238)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A775C1 color. Also use rgb(167,117,193) instead hex code.

Text Font Color

.myTextColor { color: #A775C1; }

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

This text font color is #A775C1.

Background Color

.myBgColor { background-color: #A775C1; }

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

This div background color is #A775C1.

Border color

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

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

This div border color is #A775C1.

Opacity

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

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

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

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

This text has shadow with #A775C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A775C1.

Preview

Color preview on black background

This text has color #A775C1 on black background.


Color preview on white background

This text has color #A775C1 on white background.


Black color preview on #A775C1 background

This text has black color on #A775C1 background.


White color preview on #A775C1 background

This text has white color on #A775C1 background.


Related colors

Complementary color

Complementary color for #hex is #588A3E.


I love getcolorcode.com

Triadic colors

1 #C1A775 and #75C1A7 with #A775C1 are triadic colors.

2 #C175A7 and #75A7C1 with #A775C1 are triadic colors.