COLOR #A37ADB

HEX: #A37ADB RGB: (163,122,219)

Color info

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

RGB color model

#A37ADB color RGB value is (163,122,219).

RGB: (163,122,219) (64%, 48%, 86%)

RGB channels and saturation

R 163 of 255 = 64%
G 122 of 255 = 48%
B 219 of 255 = 86%

163
122
219

R + G + B ~ 66%. #A37ADB is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 122 + 219 = 504 (100%)
R 163 of 504 ~ 32.34%
G 122 of 504 ~ 24.21%
B 219 of 504 ~ 43.45'%

%32.34
%24.21
%43.45

CMYK color model

#A37ADB color CMYK value is (26,44,0,14).

  • cyan value is 25.57%
  • magenta value is 44.29%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (26,44,0,14)
C26M44Y0K14 (26%, 44%, 0%, 14%)
(0.26 / 0.44 / 0.00 / 0.14)

CMYK percentages

%25.57
%44.29
%0
%14.12

Codes

Color #A37ADB in popluar color models

A3 7A DB
RGB 163 122 219
HSL 265° 57.40% 66.86%
HSB/HSV 265° 44.29% 85.88%
CMYK 25.57% 44.29% 0.00%
14.12%

Color #A37ADB in popluar number systems.

HEX A3 7A DB
Decimal 163 122 219
Binary 10100011 1111010 11011011
Octal 243 172 333

Shades and tints

Shades of #A37ADB

#A37ADB
(163,122,219)
#956FC8
(149,111,200)
#8764B5
(135,100,181)
#7959A2
(121,89,162)
#6B4E8F
(107,78,143)
#5D437C
(93,67,124)
#4F3869
(79,56,105)
#412D56
(65,45,86)
#332243
(51,34,67)
#251730
(37,23,48)
#170C1D
(23,12,29)
#000000
(0,0,0)

Tints of #A37ADB

#A37ADB
(163,122,219)
#AB86DE
(171,134,222)
#B392E1
(179,146,225)
#BB9EE4
(187,158,228)
#C3AAE7
(195,170,231)
#CBB6EA
(203,182,234)
#D3C2ED
(211,194,237)
#DBCEF0
(219,206,240)
#E3DAF3
(227,218,243)
#EBE6F6
(235,230,246)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37ADB color. Also use rgb(163,122,219) instead hex code.

Text Font Color

.myTextColor { color: #A37ADB; }

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

This text font color is #A37ADB.

Background Color

.myBgColor { background-color: #A37ADB; }

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

This div background color is #A37ADB.

Border color

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

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

This div border color is #A37ADB.

Opacity

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

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

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

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

This text has shadow with #A37ADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37ADB.

Preview

Color preview on black background

This text has color #A37ADB on black background.


Color preview on white background

This text has color #A37ADB on white background.


Black color preview on #A37ADB background

This text has black color on #A37ADB background.


White color preview on #A37ADB background

This text has white color on #A37ADB background.


Related colors

Complementary color

Complementary color for #hex is #5C8524.


I love getcolorcode.com

Triadic colors

1 #DBA37A and #7ADBA3 with #A37ADB are triadic colors.

2 #DB7AA3 and #7AA3DB with #A37ADB are triadic colors.