COLOR #A690FC

HEX: #A690FC RGB: (166,144,252)

Color info

#A690FC contains mainly blue color. Web safe color of #A690FC is #9999FF (or #99F).

RGB color model

#A690FC color RGB value is (166,144,252).

RGB: (166,144,252) (65%, 56%, 99%)

RGB channels and saturation

R 166 of 255 = 65%
G 144 of 255 = 56%
B 252 of 255 = 99%

166
144
252

R + G + B ~ 73%. #A690FC is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 144 + 252 = 562 (100%)
R 166 of 562 ~ 29.54%
G 144 of 562 ~ 25.62%
B 252 of 562 ~ 44.84'%

%29.54
%25.62
%44.84

CMYK color model

#A690FC color CMYK value is (34,43,0,1).

  • cyan value is 34.13%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (34,43,0,1)
C34M43Y0K1 (34%, 43%, 0%, 1%)
(0.34 / 0.43 / 0.00 / 0.01)

CMYK percentages

%34.13
%42.86
%0
%1.18

Codes

Color #A690FC in popluar color models

A6 90 FC
RGB 166 144 252
HSL 252° 94.74% 77.65%
HSB/HSV 252° 42.86% 98.82%
CMYK 34.13% 42.86% 0.00%
1.18%

Color #A690FC in popluar number systems.

HEX A6 90 FC
Decimal 166 144 252
Binary 10100110 10010000 11111100
Octal 246 220 374

Shades and tints

Shades of #A690FC

#A690FC
(166,144,252)
#9783E6
(151,131,230)
#8876D0
(136,118,208)
#7969BA
(121,105,186)
#6A5CA4
(106,92,164)
#5B4F8E
(91,79,142)
#4C4278
(76,66,120)
#3D3562
(61,53,98)
#2E284C
(46,40,76)
#1F1B36
(31,27,54)
#100E20
(16,14,32)
#000000
(0,0,0)

Tints of #A690FC

#A690FC
(166,144,252)
#AE9AFC
(174,154,252)
#B6A4FC
(182,164,252)
#BEAEFC
(190,174,252)
#C6B8FC
(198,184,252)
#CEC2FC
(206,194,252)
#D6CCFC
(214,204,252)
#DED6FC
(222,214,252)
#E6E0FC
(230,224,252)
#EEEAFC
(238,234,252)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A690FC; }

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

This text font color is #A690FC.

Background Color

.myBgColor { background-color: #A690FC; }

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

This div background color is #A690FC.

Border color

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

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

This div border color is #A690FC.

Opacity

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

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

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

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

This text has shadow with #A690FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A690FC.

Preview

Color preview on black background

This text has color #A690FC on black background.


Color preview on white background

This text has color #A690FC on white background.


Black color preview on #A690FC background

This text has black color on #A690FC background.


White color preview on #A690FC background

This text has white color on #A690FC background.


Related colors

Complementary color

Complementary color for #hex is #596F03.


I love getcolorcode.com

Triadic colors

1 #FCA690 and #90FCA6 with #A690FC are triadic colors.

2 #FC90A6 and #90A6FC with #A690FC are triadic colors.