COLOR #A27ABD

HEX: #A27ABD RGB: (162,122,189)

Color info

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

RGB color model

#A27ABD color RGB value is (162,122,189).

RGB: (162,122,189) (64%, 48%, 74%)

RGB channels and saturation

R 162 of 255 = 64%
G 122 of 255 = 48%
B 189 of 255 = 74%

162
122
189

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

Portions of RGB colors in percentages

R + G + B = 162 + 122 + 189 = 473 (100%)
R 162 of 473 ~ 34.25%
G 122 of 473 ~ 25.79%
B 189 of 473 ~ 39.96'%

%34.25
%25.79
%39.96

CMYK color model

#A27ABD color CMYK value is (14,35,0,26).

  • cyan value is 14.29%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (14,35,0,26)
C14M35Y0K26 (14%, 35%, 0%, 26%)
(0.14 / 0.35 / 0.00 / 0.26)

CMYK percentages

%14.29
%35.45
%0
%25.88

Codes

Color #A27ABD in popluar color models

A2 7A BD
RGB 162 122 189
HSL 276° 33.67% 60.98%
HSB/HSV 276° 35.45% 74.12%
CMYK 14.29% 35.45% 0.00%
25.88%

Color #A27ABD in popluar number systems.

HEX A2 7A BD
Decimal 162 122 189
Binary 10100010 1111010 10111101
Octal 242 172 275

Shades and tints

Shades of #A27ABD

#A27ABD
(162,122,189)
#946FAC
(148,111,172)
#86649B
(134,100,155)
#78598A
(120,89,138)
#6A4E79
(106,78,121)
#5C4368
(92,67,104)
#4E3857
(78,56,87)
#402D46
(64,45,70)
#322235
(50,34,53)
#241724
(36,23,36)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #A27ABD

#A27ABD
(162,122,189)
#AA86C3
(170,134,195)
#B292C9
(178,146,201)
#BA9ECF
(186,158,207)
#C2AAD5
(194,170,213)
#CAB6DB
(202,182,219)
#D2C2E1
(210,194,225)
#DACEE7
(218,206,231)
#E2DAED
(226,218,237)
#EAE6F3
(234,230,243)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A27ABD color. Also use rgb(162,122,189) instead hex code.

Text Font Color

.myTextColor { color: #A27ABD; }

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

This text font color is #A27ABD.

Background Color

.myBgColor { background-color: #A27ABD; }

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

This div background color is #A27ABD.

Border color

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

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

This div border color is #A27ABD.

Opacity

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

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

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

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

This text has shadow with #A27ABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A27ABD.

Preview

Color preview on black background

This text has color #A27ABD on black background.


Color preview on white background

This text has color #A27ABD on white background.


Black color preview on #A27ABD background

This text has black color on #A27ABD background.


White color preview on #A27ABD background

This text has white color on #A27ABD background.


Related colors

Complementary color

Complementary color for #hex is #5D8542.


I love getcolorcode.com

Triadic colors

1 #BDA27A and #7ABDA2 with #A27ABD are triadic colors.

2 #BD7AA2 and #7AA2BD with #A27ABD are triadic colors.