COLOR #A295DD

HEX: #A295DD RGB: (162,149,221)

Color info

#A295DD contains mainly red and blue colors. Web safe color of #A295DD is #9999CC (or #99C).

RGB color model

#A295DD color RGB value is (162,149,221).

RGB: (162,149,221) (64%, 58%, 87%)

RGB channels and saturation

R 162 of 255 = 64%
G 149 of 255 = 58%
B 221 of 255 = 87%

162
149
221

R + G + B ~ 70%. #A295DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 149 + 221 = 532 (100%)
R 162 of 532 ~ 30.45%
G 149 of 532 ~ 28.01%
B 221 of 532 ~ 41.54'%

%30.45
%28.01
%41.54

CMYK color model

#A295DD color CMYK value is (27,33,0,13).

  • cyan value is 26.70%
  • magenta value is 32.58%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (27,33,0,13)
C27M33Y0K13 (27%, 33%, 0%, 13%)
(0.27 / 0.33 / 0.00 / 0.13)

CMYK percentages

%26.7
%32.58
%0
%13.33

Codes

Color #A295DD in popluar color models

A2 95 DD
RGB 162 149 221
HSL 251° 51.43% 72.55%
HSB/HSV 251° 32.58% 86.67%
CMYK 26.70% 32.58% 0.00%
13.33%

Color #A295DD in popluar number systems.

HEX A2 95 DD
Decimal 162 149 221
Binary 10100010 10010101 11011101
Octal 242 225 335

Shades and tints

Shades of #A295DD

#A295DD
(162,149,221)
#9488C9
(148,136,201)
#867BB5
(134,123,181)
#786EA1
(120,110,161)
#6A618D
(106,97,141)
#5C5479
(92,84,121)
#4E4765
(78,71,101)
#403A51
(64,58,81)
#322D3D
(50,45,61)
#242029
(36,32,41)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #A295DD

#A295DD
(162,149,221)
#AA9EE0
(170,158,224)
#B2A7E3
(178,167,227)
#BAB0E6
(186,176,230)
#C2B9E9
(194,185,233)
#CAC2EC
(202,194,236)
#D2CBEF
(210,203,239)
#DAD4F2
(218,212,242)
#E2DDF5
(226,221,245)
#EAE6F8
(234,230,248)
#F2EFFB
(242,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A295DD color. Also use rgb(162,149,221) instead hex code.

Text Font Color

.myTextColor { color: #A295DD; }

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

This text font color is #A295DD.

Background Color

.myBgColor { background-color: #A295DD; }

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

This div background color is #A295DD.

Border color

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

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

This div border color is #A295DD.

Opacity

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

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

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

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

This text has shadow with #A295DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A295DD.

Preview

Color preview on black background

This text has color #A295DD on black background.


Color preview on white background

This text has color #A295DD on white background.


Black color preview on #A295DD background

This text has black color on #A295DD background.


White color preview on #A295DD background

This text has white color on #A295DD background.


Related colors

Complementary color

Complementary color for #hex is #5D6A22.


I love getcolorcode.com

Triadic colors

1 #DDA295 and #95DDA2 with #A295DD are triadic colors.

2 #DD95A2 and #95A2DD with #A295DD are triadic colors.