COLOR #FFA1FF

HEX: #FFA1FF
RGB: (255,161,255)

Color info

#FFA1FF contains mainly red and blue colors. Web safe color of #FFA1FF is #FF99FF (or #F9F).

RGB color model

#FFA1FF color RGB value is (255,161,255).

  • red value is 255;
  • green value is 161;
  • blue value is 255.
RGB:
(255,161,255)
(100%,63%,100%)

RGB channels and saturation

R 255 of 255 = 100%
G 161 of 255 = 63%
B 255 of 255 = 100%

255
161
255

R + G + B ~ 88%. #FFA1FF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 161 + 255 = 671 (100%)
R 255 of 671 ~ 38%
G 161 of 671 ~ 23.99%
B 255 of 671 ~ 38%

%38
%23.99
%38

CMYK color model

#FFA1FF color CMYK value is (0,37,0,0).

  • cyan value is 0.00%
  • magenta value is 36.86%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(0,37,0,0)
C0M37Y0K0 
(0%,37%,0%,0%)
(0.00/0.37/0.00/0.00)	

CMYK percentages

%0
%36.86
%0
%0

Codes

Color #FFA1FF in popluar color models

FFA1FF
RGB255161255
HSL300°100.00%81.57%
HSB/HSV300°36.86%100.00%
CMYK0.00%36.86%0.00%
0.00%

Color #FFA1FF in popluar number systems.

HEXFFA1FF
Decimal255161255
Binary111111111010000111111111
Octal377241377

Shades and tints

Shades of #FFA1FF

#FFA1FF
(255,161,255)
#E893E8
(232,147,232)
#D185D1
(209,133,209)
#BA77BA
(186,119,186)
#A369A3
(163,105,163)
#8C5B8C
(140,91,140)
#754D75
(117,77,117)
#5E3F5E
(94,63,94)
#473147
(71,49,71)
#302330
(48,35,48)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #FFA1FF

#FFA1FF
(255,161,255)
#FFA9FF
(255,169,255)
#FFB1FF
(255,177,255)
#FFB9FF
(255,185,255)
#FFC1FF
(255,193,255)
#FFC9FF
(255,201,255)
#FFD1FF
(255,209,255)
#FFD9FF
(255,217,255)
#FFE1FF
(255,225,255)
#FFE9FF
(255,233,255)
#FFF1FF
(255,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA1FF color. Also use rgb(255,161,255) instead hex code.

Text Font Color

.myTextColor { color: #FFA1FF; }

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

This text font color is #FFA1FF.


Background Color

.myBgColor { background-color: #FFA1FF; }

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

This div background color is #FFA1FF.


Border color

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

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

This div border color is #FFA1FF.


Opacity

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

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

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

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

This text has shadow with #FFA1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA1FF on black background.


Color preview on white background

This text has color #FFA1FF on white background.



Black color preview on #FFA1FF background

This text has black color on #FFA1FF background.


White color preview on #FFA1FF background

This text has white color on #FFA1FF background.