COLOR #A65FBF

HEX: #A65FBF RGB: (166,95,191)

Color info

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

RGB color model

#A65FBF color RGB value is (166,95,191).

RGB: (166,95,191) (65%, 37%, 75%)

RGB channels and saturation

R 166 of 255 = 65%
G 95 of 255 = 37%
B 191 of 255 = 75%

166
95
191

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

Portions of RGB colors in percentages

R + G + B = 166 + 95 + 191 = 452 (100%)
R 166 of 452 ~ 36.73%
G 95 of 452 ~ 21.02%
B 191 of 452 ~ 42.26'%

%36.73
%21.02
%42.26

CMYK color model

#A65FBF color CMYK value is (13,50,0,25).

  • cyan value is 13.09%
  • magenta value is 50.26%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (13,50,0,25)
C13M50Y0K25 (13%, 50%, 0%, 25%)
(0.13 / 0.50 / 0.00 / 0.25)

CMYK percentages

%13.09
%50.26
%0
%25.1

Codes

Color #A65FBF in popluar color models

A6 5F BF
RGB 166 95 191
HSL 284° 42.86% 56.08%
HSB/HSV 284° 50.26% 74.90%
CMYK 13.09% 50.26% 0.00%
25.10%

Color #A65FBF in popluar number systems.

HEX A6 5F BF
Decimal 166 95 191
Binary 10100110 1011111 10111111
Octal 246 137 277

Shades and tints

Shades of #A65FBF

#A65FBF
(166,95,191)
#9757AE
(151,87,174)
#884F9D
(136,79,157)
#79478C
(121,71,140)
#6A3F7B
(106,63,123)
#5B376A
(91,55,106)
#4C2F59
(76,47,89)
#3D2748
(61,39,72)
#2E1F37
(46,31,55)
#1F1726
(31,23,38)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #A65FBF

#A65FBF
(166,95,191)
#AE6DC4
(174,109,196)
#B67BC9
(182,123,201)
#BE89CE
(190,137,206)
#C697D3
(198,151,211)
#CEA5D8
(206,165,216)
#D6B3DD
(214,179,221)
#DEC1E2
(222,193,226)
#E6CFE7
(230,207,231)
#EEDDEC
(238,221,236)
#F6EBF1
(246,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65FBF color. Also use rgb(166,95,191) instead hex code.

Text Font Color

.myTextColor { color: #A65FBF; }

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

This text font color is #A65FBF.

Background Color

.myBgColor { background-color: #A65FBF; }

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

This div background color is #A65FBF.

Border color

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

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

This div border color is #A65FBF.

Opacity

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

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

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

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

This text has shadow with #A65FBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65FBF.

Preview

Color preview on black background

This text has color #A65FBF on black background.


Color preview on white background

This text has color #A65FBF on white background.


Black color preview on #A65FBF background

This text has black color on #A65FBF background.


White color preview on #A65FBF background

This text has white color on #A65FBF background.


Related colors

Complementary color

Complementary color for #hex is #59A040.


I love getcolorcode.com

Triadic colors

1 #BFA65F and #5FBFA6 with #A65FBF are triadic colors.

2 #BF5FA6 and #5FA6BF with #A65FBF are triadic colors.