COLOR #A8A4DB

HEX: #A8A4DB RGB: (168,164,219)

Color info

#A8A4DB contains red, green and blue colors in about the same proportion. Web safe color of #A8A4DB is #9999CC (or #99C).

RGB color model

#A8A4DB color RGB value is (168,164,219).

RGB: (168,164,219) (66%, 64%, 86%)

RGB channels and saturation

R 168 of 255 = 66%
G 164 of 255 = 64%
B 219 of 255 = 86%

168
164
219

R + G + B ~ 72%. #A8A4DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 164 + 219 = 551 (100%)
R 168 of 551 ~ 30.49%
G 164 of 551 ~ 29.76%
B 219 of 551 ~ 39.75'%

%30.49
%29.76
%39.75

CMYK color model

#A8A4DB color CMYK value is (23,25,0,14).

  • cyan value is 23.29%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (23,25,0,14)
C23M25Y0K14 (23%, 25%, 0%, 14%)
(0.23 / 0.25 / 0.00 / 0.14)

CMYK percentages

%23.29
%25.11
%0
%14.12

Codes

Color #A8A4DB in popluar color models

A8 A4 DB
RGB 168 164 219
HSL 244° 43.31% 75.10%
HSB/HSV 244° 25.11% 85.88%
CMYK 23.29% 25.11% 0.00%
14.12%

Color #A8A4DB in popluar number systems.

HEX A8 A4 DB
Decimal 168 164 219
Binary 10101000 10100100 11011011
Octal 250 244 333

Shades and tints

Shades of #A8A4DB

#A8A4DB
(168,164,219)
#9996C8
(153,150,200)
#8A88B5
(138,136,181)
#7B7AA2
(123,122,162)
#6C6C8F
(108,108,143)
#5D5E7C
(93,94,124)
#4E5069
(78,80,105)
#3F4256
(63,66,86)
#303443
(48,52,67)
#212630
(33,38,48)
#12181D
(18,24,29)
#000000
(0,0,0)

Tints of #A8A4DB

#A8A4DB
(168,164,219)
#AFACDE
(175,172,222)
#B6B4E1
(182,180,225)
#BDBCE4
(189,188,228)
#C4C4E7
(196,196,231)
#CBCCEA
(203,204,234)
#D2D4ED
(210,212,237)
#D9DCF0
(217,220,240)
#E0E4F3
(224,228,243)
#E7ECF6
(231,236,246)
#EEF4F9
(238,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A4DB; }

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

This text font color is #A8A4DB.

Background Color

.myBgColor { background-color: #A8A4DB; }

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

This div background color is #A8A4DB.

Border color

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

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

This div border color is #A8A4DB.

Opacity

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

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

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

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

This text has shadow with #A8A4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A4DB.

Preview

Color preview on black background

This text has color #A8A4DB on black background.


Color preview on white background

This text has color #A8A4DB on white background.


Black color preview on #A8A4DB background

This text has black color on #A8A4DB background.


White color preview on #A8A4DB background

This text has white color on #A8A4DB background.


Related colors

Complementary color

Complementary color for #hex is #575B24.


I love getcolorcode.com

Triadic colors

1 #DBA8A4 and #A4DBA8 with #A8A4DB are triadic colors.

2 #DBA4A8 and #A4A8DB with #A8A4DB are triadic colors.