COLOR #A683AD

HEX: #A683AD
RGB: (166,131,173)

Color info

#A683AD contains red, green and blue colors in about the same proportion. Web safe color of #A683AD is #999999 (or #999).

RGB color model

#A683AD color RGB value is (166,131,173).

  • red value is 166;
  • green value is 131;
  • blue value is 173.
RGB: (166,131,173) (65%,51%,68%)

RGB channels and saturation

R 166 of 255 = 65%
G 131 of 255 = 51%
B 173 of 255 = 68%

166
131
173

R + G + B ~ 61%. #A683AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 131 + 173 = 470 (100%)
R 166 of 470 ~ 35.32%
G 131 of 470 ~ 27.87%
B 173 of 470 ~ 36.81%

%35.32
%27.87
%36.81

CMYK color model

#A683AD color CMYK value is (4,24,0,32).

  • cyan value is 4.05%
  • magenta value is 24.28%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (4,24,0,32) C4M24Y0K32 (4%,24%,0%,32%) (0.04/0.24/0.00/0.32)

CMYK percentages

%4.05
%24.28
%0
%32.16

Codes

Color #A683AD in popluar color models

A683AD
RGB166131173
HSL290°20.39%59.61%
HSB/HSV290°24.28%67.84%
CMYK4.05%24.28%0.00%
32.16%

Color #A683AD in popluar number systems.

HEXA683AD
Decimal166131173
Binary101001101000001110101101
Octal246203255

Shades and tints

Shades of #A683AD

#A683AD
(166,131,173)
#97789E
(151,120,158)
#886D8F
(136,109,143)
#796280
(121,98,128)
#6A5771
(106,87,113)
#5B4C62
(91,76,98)
#4C4153
(76,65,83)
#3D3644
(61,54,68)
#2E2B35
(46,43,53)
#1F2026
(31,32,38)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #A683AD

#A683AD
(166,131,173)
#AE8EB4
(174,142,180)
#B699BB
(182,153,187)
#BEA4C2
(190,164,194)
#C6AFC9
(198,175,201)
#CEBAD0
(206,186,208)
#D6C5D7
(214,197,215)
#DED0DE
(222,208,222)
#E6DBE5
(230,219,229)
#EEE6EC
(238,230,236)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A683AD color. Also use rgb(166,131,173) instead hex code.

Text Font Color

.myTextColor { color: #A683AD; }

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

This text font color is #A683AD.


Background Color

.myBgColor { background-color: #A683AD; }

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

This div background color is #A683AD.


Border color

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

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

This div border color is #A683AD.


Opacity

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

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

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

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

This text has shadow with #A683AD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A683AD on black background.


Color preview on white background

This text has color #A683AD on white background.



Black color preview on #A683AD background

This text has black color on #A683AD background.


White color preview on #A683AD background

This text has white color on #A683AD background.