COLOR #A889F7

HEX: #A889F7 RGB: (168,137,247)

Color info

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

RGB color model

#A889F7 color RGB value is (168,137,247).

RGB: (168,137,247) (66%, 54%, 97%)

RGB channels and saturation

R 168 of 255 = 66%
G 137 of 255 = 54%
B 247 of 255 = 97%

168
137
247

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

Portions of RGB colors in percentages

R + G + B = 168 + 137 + 247 = 552 (100%)
R 168 of 552 ~ 30.43%
G 137 of 552 ~ 24.82%
B 247 of 552 ~ 44.75'%

%30.43
%24.82
%44.75

CMYK color model

#A889F7 color CMYK value is (32,45,0,3).

  • cyan value is 31.98%
  • magenta value is 44.53%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (32,45,0,3)
C32M45Y0K3 (32%, 45%, 0%, 3%)
(0.32 / 0.45 / 0.00 / 0.03)

CMYK percentages

%31.98
%44.53
%0
%3.14

Codes

Color #A889F7 in popluar color models

A8 89 F7
RGB 168 137 247
HSL 257° 87.30% 75.29%
HSB/HSV 257° 44.53% 96.86%
CMYK 31.98% 44.53% 0.00%
3.14%

Color #A889F7 in popluar number systems.

HEX A8 89 F7
Decimal 168 137 247
Binary 10101000 10001001 11110111
Octal 250 211 367

Shades and tints

Shades of #A889F7

#A889F7
(168,137,247)
#997DE1
(153,125,225)
#8A71CB
(138,113,203)
#7B65B5
(123,101,181)
#6C599F
(108,89,159)
#5D4D89
(93,77,137)
#4E4173
(78,65,115)
#3F355D
(63,53,93)
#302947
(48,41,71)
#211D31
(33,29,49)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #A889F7

#A889F7
(168,137,247)
#AF93F7
(175,147,247)
#B69DF7
(182,157,247)
#BDA7F7
(189,167,247)
#C4B1F7
(196,177,247)
#CBBBF7
(203,187,247)
#D2C5F7
(210,197,247)
#D9CFF7
(217,207,247)
#E0D9F7
(224,217,247)
#E7E3F7
(231,227,247)
#EEEDF7
(238,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A889F7 color. Also use rgb(168,137,247) instead hex code.

Text Font Color

.myTextColor { color: #A889F7; }

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

This text font color is #A889F7.

Background Color

.myBgColor { background-color: #A889F7; }

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

This div background color is #A889F7.

Border color

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

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

This div border color is #A889F7.

Opacity

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

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

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

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

This text has shadow with #A889F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A889F7.

Preview

Color preview on black background

This text has color #A889F7 on black background.


Color preview on white background

This text has color #A889F7 on white background.


Black color preview on #A889F7 background

This text has black color on #A889F7 background.


White color preview on #A889F7 background

This text has white color on #A889F7 background.


Related colors

Complementary color

Complementary color for #hex is #577608.


I love getcolorcode.com

Triadic colors

1 #F7A889 and #89F7A8 with #A889F7 are triadic colors.

2 #F789A8 and #89A8F7 with #A889F7 are triadic colors.