COLOR #AA65C2

HEX: #AA65C2 RGB: (170,101,194)

Color info

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

RGB color model

#AA65C2 color RGB value is (170,101,194).

RGB: (170,101,194) (67%, 40%, 76%)

RGB channels and saturation

R 170 of 255 = 67%
G 101 of 255 = 40%
B 194 of 255 = 76%

170
101
194

R + G + B ~ 61%. #AA65C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 101 + 194 = 465 (100%)
R 170 of 465 ~ 36.56%
G 101 of 465 ~ 21.72%
B 194 of 465 ~ 41.72'%

%36.56
%21.72
%41.72

CMYK color model

#AA65C2 color CMYK value is (12,48,0,24).

  • cyan value is 12.37%
  • magenta value is 47.94%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (12,48,0,24)
C12M48Y0K24 (12%, 48%, 0%, 24%)
(0.12 / 0.48 / 0.00 / 0.24)

CMYK percentages

%12.37
%47.94
%0
%23.92

Codes

Color #AA65C2 in popluar color models

AA 65 C2
RGB 170 101 194
HSL 285° 43.26% 57.84%
HSB/HSV 285° 47.94% 76.08%
CMYK 12.37% 47.94% 0.00%
23.92%

Color #AA65C2 in popluar number systems.

HEX AA 65 C2
Decimal 170 101 194
Binary 10101010 1100101 11000010
Octal 252 145 302

Shades and tints

Shades of #AA65C2

#AA65C2
(170,101,194)
#9B5CB1
(155,92,177)
#8C53A0
(140,83,160)
#7D4A8F
(125,74,143)
#6E417E
(110,65,126)
#5F386D
(95,56,109)
#502F5C
(80,47,92)
#41264B
(65,38,75)
#321D3A
(50,29,58)
#231429
(35,20,41)
#140B18
(20,11,24)
#000000
(0,0,0)

Tints of #AA65C2

#AA65C2
(170,101,194)
#B173C7
(177,115,199)
#B881CC
(184,129,204)
#BF8FD1
(191,143,209)
#C69DD6
(198,157,214)
#CDABDB
(205,171,219)
#D4B9E0
(212,185,224)
#DBC7E5
(219,199,229)
#E2D5EA
(226,213,234)
#E9E3EF
(233,227,239)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA65C2 color. Also use rgb(170,101,194) instead hex code.

Text Font Color

.myTextColor { color: #AA65C2; }

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

This text font color is #AA65C2.

Background Color

.myBgColor { background-color: #AA65C2; }

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

This div background color is #AA65C2.

Border color

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

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

This div border color is #AA65C2.

Opacity

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

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

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

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

This text has shadow with #AA65C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA65C2.

Preview

Color preview on black background

This text has color #AA65C2 on black background.


Color preview on white background

This text has color #AA65C2 on white background.


Black color preview on #AA65C2 background

This text has black color on #AA65C2 background.


White color preview on #AA65C2 background

This text has white color on #AA65C2 background.


Related colors

Complementary color

Complementary color for #hex is #559A3D.


I love getcolorcode.com

Triadic colors

1 #C2AA65 and #65C2AA with #AA65C2 are triadic colors.

2 #C265AA and #65AAC2 with #AA65C2 are triadic colors.