COLOR #A698DF

HEX: #A698DF RGB: (166,152,223)

Color info

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

RGB color model

#A698DF color RGB value is (166,152,223).

RGB: (166,152,223) (65%, 60%, 87%)

RGB channels and saturation

R 166 of 255 = 65%
G 152 of 255 = 60%
B 223 of 255 = 87%

166
152
223

R + G + B ~ 71%. #A698DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 152 + 223 = 541 (100%)
R 166 of 541 ~ 30.68%
G 152 of 541 ~ 28.1%
B 223 of 541 ~ 41.22'%

%30.68
%28.1
%41.22

CMYK color model

#A698DF color CMYK value is (26,32,0,13).

  • cyan value is 25.56%
  • magenta value is 31.84%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (26,32,0,13)
C26M32Y0K13 (26%, 32%, 0%, 13%)
(0.26 / 0.32 / 0.00 / 0.13)

CMYK percentages

%25.56
%31.84
%0
%12.55

Codes

Color #A698DF in popluar color models

A6 98 DF
RGB 166 152 223
HSL 252° 52.59% 73.53%
HSB/HSV 252° 31.84% 87.45%
CMYK 25.56% 31.84% 0.00%
12.55%

Color #A698DF in popluar number systems.

HEX A6 98 DF
Decimal 166 152 223
Binary 10100110 10011000 11011111
Octal 246 230 337

Shades and tints

Shades of #A698DF

#A698DF
(166,152,223)
#978BCB
(151,139,203)
#887EB7
(136,126,183)
#7971A3
(121,113,163)
#6A648F
(106,100,143)
#5B577B
(91,87,123)
#4C4A67
(76,74,103)
#3D3D53
(61,61,83)
#2E303F
(46,48,63)
#1F232B
(31,35,43)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #A698DF

#A698DF
(166,152,223)
#AEA1E1
(174,161,225)
#B6AAE3
(182,170,227)
#BEB3E5
(190,179,229)
#C6BCE7
(198,188,231)
#CEC5E9
(206,197,233)
#D6CEEB
(214,206,235)
#DED7ED
(222,215,237)
#E6E0EF
(230,224,239)
#EEE9F1
(238,233,241)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A698DF color. Also use rgb(166,152,223) instead hex code.

Text Font Color

.myTextColor { color: #A698DF; }

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

This text font color is #A698DF.

Background Color

.myBgColor { background-color: #A698DF; }

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

This div background color is #A698DF.

Border color

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

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

This div border color is #A698DF.

Opacity

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

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

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

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

This text has shadow with #A698DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A698DF.

Preview

Color preview on black background

This text has color #A698DF on black background.


Color preview on white background

This text has color #A698DF on white background.


Black color preview on #A698DF background

This text has black color on #A698DF background.


White color preview on #A698DF background

This text has white color on #A698DF background.


Related colors

Complementary color

Complementary color for #hex is #596720.


I love getcolorcode.com

Triadic colors

1 #DFA698 and #98DFA6 with #A698DF are triadic colors.

2 #DF98A6 and #98A6DF with #A698DF are triadic colors.