COLOR #A495DB

HEX: #A495DB RGB: (164,149,219)

Color info

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

RGB color model

#A495DB color RGB value is (164,149,219).

RGB: (164,149,219) (64%, 58%, 86%)

RGB channels and saturation

R 164 of 255 = 64%
G 149 of 255 = 58%
B 219 of 255 = 86%

164
149
219

R + G + B ~ 69%. #A495DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 149 + 219 = 532 (100%)
R 164 of 532 ~ 30.83%
G 149 of 532 ~ 28.01%
B 219 of 532 ~ 41.17'%

%30.83
%28.01
%41.17

CMYK color model

#A495DB color CMYK value is (25,32,0,14).

  • cyan value is 25.11%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (25,32,0,14) C25M32Y0K14 (25%,32%,0%,14%) (0.25/0.32/0.00/0.14) 

CMYK percentages

%25.11
%31.96
%0
%14.12

Codes

Color #A495DB in popluar color models

A4 95 DB
RGB 164 149 219
HSL 253° 49.30% 72.16%
HSB/HSV 253° 31.96% 85.88%
CMYK 25.11% 31.96% 0.00%
14.12%

Color #A495DB in popluar number systems.

HEX A4 95 DB
Decimal 164 149 219
Binary 10100100 10010101 11011011
Octal 244 225 333

Shades and tints

Shades of #A495DB

#A495DB
(164,149,219)
#9688C8
(150,136,200)
#887BB5
(136,123,181)
#7A6EA2
(122,110,162)
#6C618F
(108,97,143)
#5E547C
(94,84,124)
#504769
(80,71,105)
#423A56
(66,58,86)
#342D43
(52,45,67)
#262030
(38,32,48)
#18131D
(24,19,29)
#000000
(0,0,0)

Tints of #A495DB

#A495DB
(164,149,219)
#AC9EDE
(172,158,222)
#B4A7E1
(180,167,225)
#BCB0E4
(188,176,228)
#C4B9E7
(196,185,231)
#CCC2EA
(204,194,234)
#D4CBED
(212,203,237)
#DCD4F0
(220,212,240)
#E4DDF3
(228,221,243)
#ECE6F6
(236,230,246)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A495DB color. Also use rgb(164,149,219) instead hex code.

Text Font Color

.myTextColor { color: #A495DB; }

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

This text font color is #A495DB.

Background Color

.myBgColor { background-color: #A495DB; }

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

This div background color is #A495DB.

Border color

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

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

This div border color is #A495DB.

Opacity

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

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

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

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

This text has shadow with #A495DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A495DB.

Preview

Color preview on black background

This text has color #A495DB on black background.


Color preview on white background

This text has color #A495DB on white background.


Black color preview on #A495DB background

This text has black color on #A495DB background.


White color preview on #A495DB background

This text has white color on #A495DB background.


Related colors

Complementary color

Complementary color for #hex is #5B6A24.


I love getcolorcode.com

Triadic colors

1 #DBA495 and #95DBA4 with #A495DB are triadic colors.

2 #DB95A4 and #95A4DB with #A495DB are triadic colors.