COLOR #A965E1

HEX: #A965E1 RGB: (169,101,225)

Color info

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

RGB color model

#A965E1 color RGB value is (169,101,225).

RGB: (169,101,225) (66%, 40%, 88%)

RGB channels and saturation

R 169 of 255 = 66%
G 101 of 255 = 40%
B 225 of 255 = 88%

169
101
225

R + G + B ~ 65%. #A965E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 101 + 225 = 495 (100%)
R 169 of 495 ~ 34.14%
G 101 of 495 ~ 20.4%
B 225 of 495 ~ 45.45'%

%34.14
%20.4
%45.45

CMYK color model

#A965E1 color CMYK value is (25,55,0,12).

  • cyan value is 24.89%
  • magenta value is 55.11%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (25,55,0,12)
C25M55Y0K12 (25%, 55%, 0%, 12%)
(0.25 / 0.55 / 0.00 / 0.12)

CMYK percentages

%24.89
%55.11
%0
%11.76

Codes

Color #A965E1 in popluar color models

A9 65 E1
RGB 169 101 225
HSL 273° 67.39% 63.92%
HSB/HSV 273° 55.11% 88.24%
CMYK 24.89% 55.11% 0.00%
11.76%

Color #A965E1 in popluar number systems.

HEX A9 65 E1
Decimal 169 101 225
Binary 10101001 1100101 11100001
Octal 251 145 341

Shades and tints

Shades of #A965E1

#A965E1
(169,101,225)
#9A5CCD
(154,92,205)
#8B53B9
(139,83,185)
#7C4AA5
(124,74,165)
#6D4191
(109,65,145)
#5E387D
(94,56,125)
#4F2F69
(79,47,105)
#402655
(64,38,85)
#311D41
(49,29,65)
#22142D
(34,20,45)
#130B19
(19,11,25)
#000000
(0,0,0)

Tints of #A965E1

#A965E1
(169,101,225)
#B073E3
(176,115,227)
#B781E5
(183,129,229)
#BE8FE7
(190,143,231)
#C59DE9
(197,157,233)
#CCABEB
(204,171,235)
#D3B9ED
(211,185,237)
#DAC7EF
(218,199,239)
#E1D5F1
(225,213,241)
#E8E3F3
(232,227,243)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A965E1 color. Also use rgb(169,101,225) instead hex code.

Text Font Color

.myTextColor { color: #A965E1; }

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

This text font color is #A965E1.

Background Color

.myBgColor { background-color: #A965E1; }

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

This div background color is #A965E1.

Border color

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

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

This div border color is #A965E1.

Opacity

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

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

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

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

This text has shadow with #A965E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A965E1.

Preview

Color preview on black background

This text has color #A965E1 on black background.


Color preview on white background

This text has color #A965E1 on white background.


Black color preview on #A965E1 background

This text has black color on #A965E1 background.


White color preview on #A965E1 background

This text has white color on #A965E1 background.


Related colors

Complementary color

Complementary color for #hex is #569A1E.


I love getcolorcode.com

Triadic colors

1 #E1A965 and #65E1A9 with #A965E1 are triadic colors.

2 #E165A9 and #65A9E1 with #A965E1 are triadic colors.