COLOR #A865AB

HEX: #A865AB RGB: (168,101,171)

Color info

#A865AB contains mainly red and blue colors. Web safe color of #A865AB is #996699 (or #969).

RGB color model

#A865AB color RGB value is (168,101,171).

RGB: (168,101,171) (66%, 40%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 101 of 255 = 40%
B 171 of 255 = 67%

168
101
171

R + G + B ~ 58%. #A865AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 168 + 101 + 171 = 440 (100%)
R 168 of 440 ~ 38.18%
G 101 of 440 ~ 22.95%
B 171 of 440 ~ 38.86'%

%38.18
%22.95
%38.86

CMYK color model

#A865AB color CMYK value is (2,41,0,33).

  • cyan value is 1.75%
  • magenta value is 40.94%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (2,41,0,33)
C2M41Y0K33 (2%, 41%, 0%, 33%)
(0.02 / 0.41 / 0.00 / 0.33)

CMYK percentages

%1.75
%40.94
%0
%32.94

Codes

Color #A865AB in popluar color models

A8 65 AB
RGB 168 101 171
HSL 297° 29.41% 53.33%
HSB/HSV 297° 40.94% 67.06%
CMYK 1.75% 40.94% 0.00%
32.94%

Color #A865AB in popluar number systems.

HEX A8 65 AB
Decimal 168 101 171
Binary 10101000 1100101 10101011
Octal 250 145 253

Shades and tints

Shades of #A865AB

#A865AB
(168,101,171)
#995C9C
(153,92,156)
#8A538D
(138,83,141)
#7B4A7E
(123,74,126)
#6C416F
(108,65,111)
#5D3860
(93,56,96)
#4E2F51
(78,47,81)
#3F2642
(63,38,66)
#301D33
(48,29,51)
#211424
(33,20,36)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #A865AB

#A865AB
(168,101,171)
#AF73B2
(175,115,178)
#B681B9
(182,129,185)
#BD8FC0
(189,143,192)
#C49DC7
(196,157,199)
#CBABCE
(203,171,206)
#D2B9D5
(210,185,213)
#D9C7DC
(217,199,220)
#E0D5E3
(224,213,227)
#E7E3EA
(231,227,234)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A865AB color. Also use rgb(168,101,171) instead hex code.

Text Font Color

.myTextColor { color: #A865AB; }

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

This text font color is #A865AB.

Background Color

.myBgColor { background-color: #A865AB; }

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

This div background color is #A865AB.

Border color

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

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

This div border color is #A865AB.

Opacity

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

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

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

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

This text has shadow with #A865AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A865AB.

Preview

Color preview on black background

This text has color #A865AB on black background.


Color preview on white background

This text has color #A865AB on white background.


Black color preview on #A865AB background

This text has black color on #A865AB background.


White color preview on #A865AB background

This text has white color on #A865AB background.


Related colors

Complementary color

Complementary color for #hex is #579A54.


I love getcolorcode.com

Triadic colors

1 #ABA865 and #65ABA8 with #A865AB are triadic colors.

2 #AB65A8 and #65A8AB with #A865AB are triadic colors.