COLOR #A675C9

HEX: #A675C9 RGB: (166,117,201)

Color info

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

RGB color model

#A675C9 color RGB value is (166,117,201).

RGB: (166,117,201) (65%, 46%, 79%)

RGB channels and saturation

R 166 of 255 = 65%
G 117 of 255 = 46%
B 201 of 255 = 79%

166
117
201

R + G + B ~ 63%. #A675C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 117 + 201 = 484 (100%)
R 166 of 484 ~ 34.3%
G 117 of 484 ~ 24.17%
B 201 of 484 ~ 41.53'%

%34.3
%24.17
%41.53

CMYK color model

#A675C9 color CMYK value is (17,42,0,21).

  • cyan value is 17.41%
  • magenta value is 41.79%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (17,42,0,21) C17M42Y0K21 (17%,42%,0%,21%) (0.17/0.42/0.00/0.21) 

CMYK percentages

%17.41
%41.79
%0
%21.18

Codes

Color #A675C9 in popluar color models

A6 75 C9
RGB 166 117 201
HSL 275° 43.75% 62.35%
HSB/HSV 275° 41.79% 78.82%
CMYK 17.41% 41.79% 0.00%
21.18%

Color #A675C9 in popluar number systems.

HEX A6 75 C9
Decimal 166 117 201
Binary 10100110 1110101 11001001
Octal 246 165 311

Shades and tints

Shades of #A675C9

#A675C9
(166,117,201)
#976BB7
(151,107,183)
#8861A5
(136,97,165)
#795793
(121,87,147)
#6A4D81
(106,77,129)
#5B436F
(91,67,111)
#4C395D
(76,57,93)
#3D2F4B
(61,47,75)
#2E2539
(46,37,57)
#1F1B27
(31,27,39)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #A675C9

#A675C9
(166,117,201)
#AE81CD
(174,129,205)
#B68DD1
(182,141,209)
#BE99D5
(190,153,213)
#C6A5D9
(198,165,217)
#CEB1DD
(206,177,221)
#D6BDE1
(214,189,225)
#DEC9E5
(222,201,229)
#E6D5E9
(230,213,233)
#EEE1ED
(238,225,237)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A675C9 color. Also use rgb(166,117,201) instead hex code.

Text Font Color

.myTextColor { color: #A675C9; }

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

This text font color is #A675C9.

Background Color

.myBgColor { background-color: #A675C9; }

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

This div background color is #A675C9.

Border color

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

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

This div border color is #A675C9.

Opacity

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

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

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

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

This text has shadow with #A675C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A675C9.

Preview

Color preview on black background

This text has color #A675C9 on black background.


Color preview on white background

This text has color #A675C9 on white background.


Black color preview on #A675C9 background

This text has black color on #A675C9 background.


White color preview on #A675C9 background

This text has white color on #A675C9 background.


Related colors

Complementary color

Complementary color for #hex is #598A36.


I love getcolorcode.com

Triadic colors

1 #C9A675 and #75C9A6 with #A675C9 are triadic colors.

2 #C975A6 and #75A6C9 with #A675C9 are triadic colors.