COLOR #A675BD

HEX: #A675BD
RGB: (166,117,189)

Color info

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

RGB color model

#A675BD color RGB value is (166,117,189).

  • red value is 166;
  • green value is 117;
  • blue value is 189.
RGB:
(166,117,189)
(65%,46%,74%)

RGB channels and saturation

R 166 of 255 = 65%
G 117 of 255 = 46%
B 189 of 255 = 74%

166
117
189

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

Portions of RGB colors in percentages

R + G + B =
166 + 117 + 189 = 472 (100%)
R 166 of 472 ~ 35.17%
G 117 of 472 ~ 24.79%
B 189 of 472 ~ 40.04%

%35.17
%24.79
%40.04

CMYK color model

#A675BD color CMYK value is (12,38,0,26).

  • cyan value is 12.17%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(12,38,0,26)
C12M38Y0K26 
(12%,38%,0%,26%)
(0.12/0.38/0.00/0.26)	

CMYK percentages

%12.17
%38.1
%0
%25.88

Codes

Color #A675BD in popluar color models

A675BD
RGB166117189
HSL281°35.29%60.00%
HSB/HSV281°38.10%74.12%
CMYK12.17%38.10%0.00%
25.88%

Color #A675BD in popluar number systems.

HEXA675BD
Decimal166117189
Binary10100110111010110111101
Octal246165275

Shades and tints

Shades of #A675BD

#A675BD
(166,117,189)
#976BAC
(151,107,172)
#88619B
(136,97,155)
#79578A
(121,87,138)
#6A4D79
(106,77,121)
#5B4368
(91,67,104)
#4C3957
(76,57,87)
#3D2F46
(61,47,70)
#2E2535
(46,37,53)
#1F1B24
(31,27,36)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #A675BD

#A675BD
(166,117,189)
#AE81C3
(174,129,195)
#B68DC9
(182,141,201)
#BE99CF
(190,153,207)
#C6A5D5
(198,165,213)
#CEB1DB
(206,177,219)
#D6BDE1
(214,189,225)
#DEC9E7
(222,201,231)
#E6D5ED
(230,213,237)
#EEE1F3
(238,225,243)
#F6EDF9
(246,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A675BD; }

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

This text font color is #A675BD.


Background Color

.myBgColor { background-color: #A675BD; }

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

This div background color is #A675BD.


Border color

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

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

This div border color is #A675BD.


Opacity

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

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

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

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

This text has shadow with #A675BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A675BD on black background.


Color preview on white background

This text has color #A675BD on white background.



Black color preview on #A675BD background

This text has black color on #A675BD background.


White color preview on #A675BD background

This text has white color on #A675BD background.