COLOR #A690DB

HEX: #A690DB RGB: (166,144,219)

Color info

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

RGB color model

#A690DB color RGB value is (166,144,219).

RGB: (166,144,219) (65%, 56%, 86%)

RGB channels and saturation

R 166 of 255 = 65%
G 144 of 255 = 56%
B 219 of 255 = 86%

166
144
219

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

Portions of RGB colors in percentages

R + G + B = 166 + 144 + 219 = 529 (100%)
R 166 of 529 ~ 31.38%
G 144 of 529 ~ 27.22%
B 219 of 529 ~ 41.4'%

%31.38
%27.22
%41.4

CMYK color model

#A690DB color CMYK value is (24,34,0,14).

  • cyan value is 24.20%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (24,34,0,14) C24M34Y0K14 (24%,34%,0%,14%) (0.24/0.34/0.00/0.14) 

CMYK percentages

%24.2
%34.25
%0
%14.12

Codes

Color #A690DB in popluar color models

A6 90 DB
RGB 166 144 219
HSL 258° 51.02% 71.18%
HSB/HSV 258° 34.25% 85.88%
CMYK 24.20% 34.25% 0.00%
14.12%

Color #A690DB in popluar number systems.

HEX A6 90 DB
Decimal 166 144 219
Binary 10100110 10010000 11011011
Octal 246 220 333

Shades and tints

Shades of #A690DB

#A690DB
(166,144,219)
#9783C8
(151,131,200)
#8876B5
(136,118,181)
#7969A2
(121,105,162)
#6A5C8F
(106,92,143)
#5B4F7C
(91,79,124)
#4C4269
(76,66,105)
#3D3556
(61,53,86)
#2E2843
(46,40,67)
#1F1B30
(31,27,48)
#100E1D
(16,14,29)
#000000
(0,0,0)

Tints of #A690DB

#A690DB
(166,144,219)
#AE9ADE
(174,154,222)
#B6A4E1
(182,164,225)
#BEAEE4
(190,174,228)
#C6B8E7
(198,184,231)
#CEC2EA
(206,194,234)
#D6CCED
(214,204,237)
#DED6F0
(222,214,240)
#E6E0F3
(230,224,243)
#EEEAF6
(238,234,246)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A690DB color. Also use rgb(166,144,219) instead hex code.

Text Font Color

.myTextColor { color: #A690DB; }

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

This text font color is #A690DB.

Background Color

.myBgColor { background-color: #A690DB; }

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

This div background color is #A690DB.

Border color

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

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

This div border color is #A690DB.

Opacity

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

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

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

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

This text has shadow with #A690DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A690DB.

Preview

Color preview on black background

This text has color #A690DB on black background.


Color preview on white background

This text has color #A690DB on white background.


Black color preview on #A690DB background

This text has black color on #A690DB background.


White color preview on #A690DB background

This text has white color on #A690DB background.


Related colors

Complementary color

Complementary color for #hex is #596F24.


I love getcolorcode.com

Triadic colors

1 #DBA690 and #90DBA6 with #A690DB are triadic colors.

2 #DB90A6 and #90A6DB with #A690DB are triadic colors.