COLOR #A995FB

HEX: #A995FB RGB: (169,149,251)

Color info

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

RGB color model

#A995FB color RGB value is (169,149,251).

RGB: (169,149,251) (66%, 58%, 98%)

RGB channels and saturation

R 169 of 255 = 66%
G 149 of 255 = 58%
B 251 of 255 = 98%

169
149
251

R + G + B ~ 74%. #A995FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 149 + 251 = 569 (100%)
R 169 of 569 ~ 29.7%
G 149 of 569 ~ 26.19%
B 251 of 569 ~ 44.11'%

%29.7
%26.19
%44.11

CMYK color model

#A995FB color CMYK value is (33,41,0,2).

  • cyan value is 32.67%
  • magenta value is 40.64%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (33,41,0,2)
C33M41Y0K2 (33%, 41%, 0%, 2%)
(0.33 / 0.41 / 0.00 / 0.02)

CMYK percentages

%32.67
%40.64
%0
%1.57

Codes

Color #A995FB in popluar color models

A9 95 FB
RGB 169 149 251
HSL 252° 92.73% 78.43%
HSB/HSV 252° 40.64% 98.43%
CMYK 32.67% 40.64% 0.00%
1.57%

Color #A995FB in popluar number systems.

HEX A9 95 FB
Decimal 169 149 251
Binary 10101001 10010101 11111011
Octal 251 225 373

Shades and tints

Shades of #A995FB

#A995FB
(169,149,251)
#9A88E5
(154,136,229)
#8B7BCF
(139,123,207)
#7C6EB9
(124,110,185)
#6D61A3
(109,97,163)
#5E548D
(94,84,141)
#4F4777
(79,71,119)
#403A61
(64,58,97)
#312D4B
(49,45,75)
#222035
(34,32,53)
#13131F
(19,19,31)
#000000
(0,0,0)

Tints of #A995FB

#A995FB
(169,149,251)
#B09EFB
(176,158,251)
#B7A7FB
(183,167,251)
#BEB0FB
(190,176,251)
#C5B9FB
(197,185,251)
#CCC2FB
(204,194,251)
#D3CBFB
(211,203,251)
#DAD4FB
(218,212,251)
#E1DDFB
(225,221,251)
#E8E6FB
(232,230,251)
#EFEFFB
(239,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A995FB color. Also use rgb(169,149,251) instead hex code.

Text Font Color

.myTextColor { color: #A995FB; }

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

This text font color is #A995FB.

Background Color

.myBgColor { background-color: #A995FB; }

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

This div background color is #A995FB.

Border color

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

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

This div border color is #A995FB.

Opacity

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

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

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

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

This text has shadow with #A995FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A995FB.

Preview

Color preview on black background

This text has color #A995FB on black background.


Color preview on white background

This text has color #A995FB on white background.


Black color preview on #A995FB background

This text has black color on #A995FB background.


White color preview on #A995FB background

This text has white color on #A995FB background.


Related colors

Complementary color

Complementary color for #hex is #566A04.


I love getcolorcode.com

Triadic colors

1 #FBA995 and #95FBA9 with #A995FB are triadic colors.

2 #FB95A9 and #95A9FB with #A995FB are triadic colors.