COLOR #A65FDB

HEX: #A65FDB RGB: (166,95,219)

Color info

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

RGB color model

#A65FDB color RGB value is (166,95,219).

RGB: (166,95,219) (65%, 37%, 86%)

RGB channels and saturation

R 166 of 255 = 65%
G 95 of 255 = 37%
B 219 of 255 = 86%

166
95
219

R + G + B ~ 63%. #A65FDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 95 + 219 = 480 (100%)
R 166 of 480 ~ 34.58%
G 95 of 480 ~ 19.79%
B 219 of 480 ~ 45.63'%

%34.58
%19.79
%45.63

CMYK color model

#A65FDB color CMYK value is (24,57,0,14).

  • cyan value is 24.20%
  • magenta value is 56.62%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (24,57,0,14)
C24M57Y0K14 (24%, 57%, 0%, 14%)
(0.24 / 0.57 / 0.00 / 0.14)

CMYK percentages

%24.2
%56.62
%0
%14.12

Codes

Color #A65FDB in popluar color models

A6 5F DB
RGB 166 95 219
HSL 274° 63.27% 61.57%
HSB/HSV 274° 56.62% 85.88%
CMYK 24.20% 56.62% 0.00%
14.12%

Color #A65FDB in popluar number systems.

HEX A6 5F DB
Decimal 166 95 219
Binary 10100110 1011111 11011011
Octal 246 137 333

Shades and tints

Shades of #A65FDB

#A65FDB
(166,95,219)
#9757C8
(151,87,200)
#884FB5
(136,79,181)
#7947A2
(121,71,162)
#6A3F8F
(106,63,143)
#5B377C
(91,55,124)
#4C2F69
(76,47,105)
#3D2756
(61,39,86)
#2E1F43
(46,31,67)
#1F1730
(31,23,48)
#100F1D
(16,15,29)
#000000
(0,0,0)

Tints of #A65FDB

#A65FDB
(166,95,219)
#AE6DDE
(174,109,222)
#B67BE1
(182,123,225)
#BE89E4
(190,137,228)
#C697E7
(198,151,231)
#CEA5EA
(206,165,234)
#D6B3ED
(214,179,237)
#DEC1F0
(222,193,240)
#E6CFF3
(230,207,243)
#EEDDF6
(238,221,246)
#F6EBF9
(246,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A65FDB; }

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

This text font color is #A65FDB.

Background Color

.myBgColor { background-color: #A65FDB; }

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

This div background color is #A65FDB.

Border color

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

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

This div border color is #A65FDB.

Opacity

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

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

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

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

This text has shadow with #A65FDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A65FDB.

Preview

Color preview on black background

This text has color #A65FDB on black background.


Color preview on white background

This text has color #A65FDB on white background.


Black color preview on #A65FDB background

This text has black color on #A65FDB background.


White color preview on #A65FDB background

This text has white color on #A65FDB background.


Related colors

Complementary color

Complementary color for #hex is #59A024.


I love getcolorcode.com

Triadic colors

1 #DBA65F and #5FDBA6 with #A65FDB are triadic colors.

2 #DB5FA6 and #5FA6DB with #A65FDB are triadic colors.